Initial sources
This commit is contained in:
208
engine/engine.dsp
Normal file
208
engine/engine.dsp
Normal file
@@ -0,0 +1,208 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="engine" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=engine - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "engine.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "engine.mak" CFG="engine - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "engine - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "engine - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "engine - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
||||||
|
# ADD CPP /nologo /W3 /GX /O2 /I "./ ../sdk" /I "./" /I "../sdk" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
||||||
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD BASE RSC /l 0x419 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x419 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib /nologo /subsystem:windows /machine:I386
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "engine - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
|
||||||
|
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "./" /I "../sdk" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /GZ /c
|
||||||
|
# SUBTRACT CPP /X
|
||||||
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||||
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||||
|
# ADD BASE RSC /l 0x419 /d "_DEBUG"
|
||||||
|
# ADD RSC /l 0x419 /d "_DEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "engine - Win32 Release"
|
||||||
|
# Name "engine - Win32 Debug"
|
||||||
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\file.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\filemanager.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\gl_shared.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\indexbuffer.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\input\inputsystem.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\utils\logger.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\main.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\utils\maths.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\render.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\render_shared.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\renderdevice.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\stream.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\vertexbuffer.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# Begin Group "Header Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\file.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\filecommon.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\filemanager.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\gl_shared.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\indexbuffer.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\input\inputsystem.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\utils\logger.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\utils\maths.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\render.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\render_shared.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\renderdevice.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\filesystem\stream.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\render\vertexbuffer.h
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# Begin Group "Resource Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||||
|
# End Group
|
||||||
|
# End Target
|
||||||
|
# End Project
|
||||||
29
engine/engine.dsw
Normal file
29
engine/engine.dsw
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||||
|
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "engine"=.\engine.dsp - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Global:
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<3>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
57
engine/filesystem/file.cpp
Normal file
57
engine/filesystem/file.cpp
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
#include <assert.h>
|
||||||
|
#include "filesystem/file.h"
|
||||||
|
|
||||||
|
static const char* s_stdioOpeningMode[] = { "rb", "wb" };
|
||||||
|
static int s_stdioSeekDir[] = { SEEK_SET, SEEK_CUR, SEEK_END };
|
||||||
|
|
||||||
|
File::File(const char* path, FileAccess access)
|
||||||
|
{
|
||||||
|
m_filehandle = fopen(path, s_stdioOpeningMode[(int)access]);
|
||||||
|
assert(m_filehandle && "Unable to open file");
|
||||||
|
}
|
||||||
|
|
||||||
|
File::~File()
|
||||||
|
{
|
||||||
|
if (m_filehandle)
|
||||||
|
{
|
||||||
|
fclose(m_filehandle);
|
||||||
|
m_filehandle = NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void File::Seek(SeekDir seekdir, long offset)
|
||||||
|
{
|
||||||
|
fseek(m_filehandle, offset, s_stdioSeekDir[(int)seekdir]);
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t File::Tell()
|
||||||
|
{
|
||||||
|
return (size_t)ftell(m_filehandle);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool File::Eof()
|
||||||
|
{
|
||||||
|
return !!feof(m_filehandle);
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t File::Read(void* buffer, size_t size)
|
||||||
|
{
|
||||||
|
return fread(buffer, 1, size, m_filehandle);
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t File::Write(void const* buffer, size_t size)
|
||||||
|
{
|
||||||
|
return fwrite(buffer, size, 1, m_filehandle);
|
||||||
|
}
|
||||||
|
|
||||||
|
void File::ReadStringBuffer(char* buffer, size_t bufferSize)
|
||||||
|
{
|
||||||
|
Seek(Seek_End, 0);
|
||||||
|
size_t length = Tell();
|
||||||
|
Seek(Seek_Begin, 0);
|
||||||
|
|
||||||
|
assert(length <= bufferSize);
|
||||||
|
|
||||||
|
Read(buffer, length);
|
||||||
|
buffer[length] = '\0';
|
||||||
|
}
|
||||||
28
engine/filesystem/file.h
Normal file
28
engine/filesystem/file.h
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
#ifndef FILE_H
|
||||||
|
#define FILE_H
|
||||||
|
|
||||||
|
#include "filesystem/filecommon.h"
|
||||||
|
|
||||||
|
class File
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
File(const char* path, FileAccess access);
|
||||||
|
~File();
|
||||||
|
|
||||||
|
FILE* GetHandle() { return m_filehandle; }
|
||||||
|
|
||||||
|
void Seek(SeekDir seekdir, long offset);
|
||||||
|
size_t Tell();
|
||||||
|
bool Eof();
|
||||||
|
|
||||||
|
size_t Read(void* buffer, size_t size);
|
||||||
|
size_t Write(void const* buffer, size_t size);
|
||||||
|
|
||||||
|
// helpers
|
||||||
|
void ReadStringBuffer(char* buffer, size_t bufferSize);
|
||||||
|
|
||||||
|
private:
|
||||||
|
FILE* m_filehandle;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
21
engine/filesystem/filecommon.h
Normal file
21
engine/filesystem/filecommon.h
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#ifndef FILECOMMON_H
|
||||||
|
#define FILECOMMON_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
static const int kMaxPathLength = 260;
|
||||||
|
|
||||||
|
enum FileAccess
|
||||||
|
{
|
||||||
|
FileAccess_Read,
|
||||||
|
FileAccess_Write
|
||||||
|
};
|
||||||
|
|
||||||
|
enum SeekDir
|
||||||
|
{
|
||||||
|
Seek_Begin,
|
||||||
|
Seek_Current,
|
||||||
|
Seek_End
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // !FILECOMMON_H
|
||||||
316
engine/filesystem/filemanager.cpp
Normal file
316
engine/filesystem/filemanager.cpp
Normal file
@@ -0,0 +1,316 @@
|
|||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#include <Windows.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include "filesystem/stream.h"
|
||||||
|
#include "filesystem/filemanager.h"
|
||||||
|
|
||||||
|
void RecursiveSearch(const std::string& path, std::vector<std::string>& files);
|
||||||
|
void osResolvePath(char* path);
|
||||||
|
|
||||||
|
FileManager* g_fileManager;
|
||||||
|
|
||||||
|
FileManager::FileManager()
|
||||||
|
{
|
||||||
|
static char currentDirectory[kMaxPathLength];
|
||||||
|
GetCurrentDirectoryA(kMaxPathLength, currentDirectory);
|
||||||
|
strcat(currentDirectory, "/");
|
||||||
|
|
||||||
|
osResolvePath(currentDirectory);
|
||||||
|
|
||||||
|
m_defaultPath = currentDirectory;
|
||||||
|
}
|
||||||
|
|
||||||
|
FileManager::~FileManager()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void FileManager::SetDefaultPath(const char* path)
|
||||||
|
{
|
||||||
|
m_defaultPath = path;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool FileManager::FileExist(const char* filename)
|
||||||
|
{
|
||||||
|
#if defined(WIN32) || defined(_WIN32)
|
||||||
|
char pathBuffer[kMaxPathLength];
|
||||||
|
if (!strstr(filename, m_defaultPath))
|
||||||
|
sprintf(pathBuffer, "%s%s", m_defaultPath, filename);
|
||||||
|
else
|
||||||
|
strcpy(pathBuffer, filename);
|
||||||
|
|
||||||
|
osResolvePath(pathBuffer);
|
||||||
|
|
||||||
|
DWORD dwAttrib = GetFileAttributes(pathBuffer);
|
||||||
|
return (dwAttrib != 0xffffffff && !(dwAttrib & FILE_ATTRIBUTE_DIRECTORY));
|
||||||
|
#else
|
||||||
|
FILE* file;
|
||||||
|
|
||||||
|
if ((file = fopen(filename, "r")) != NULL)
|
||||||
|
{
|
||||||
|
fclose(file);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
File* FileManager::OpenFile(const char* path, FileAccess access)
|
||||||
|
{
|
||||||
|
char pathBuffer[kMaxPathLength];
|
||||||
|
if (!strstr(path, m_defaultPath))
|
||||||
|
sprintf(pathBuffer, "%s%s", m_defaultPath, path);
|
||||||
|
else
|
||||||
|
strcpy(pathBuffer, path);
|
||||||
|
|
||||||
|
osResolvePath(pathBuffer);
|
||||||
|
|
||||||
|
return new File(pathBuffer, access);
|
||||||
|
}
|
||||||
|
|
||||||
|
void FileManager::CloseFile(File*& file)
|
||||||
|
{
|
||||||
|
if (file)
|
||||||
|
{
|
||||||
|
delete file;
|
||||||
|
file = NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
StreamBase* FileManager::OpenStream(const char* fname, FileAccess access)
|
||||||
|
{
|
||||||
|
char pathBuffer[kMaxPathLength];
|
||||||
|
if (!strstr(fname, m_defaultPath))
|
||||||
|
sprintf(pathBuffer, "%s%s", m_defaultPath, fname);
|
||||||
|
else
|
||||||
|
strcpy(pathBuffer, fname);
|
||||||
|
|
||||||
|
osResolvePath(pathBuffer);
|
||||||
|
|
||||||
|
if (!g_fileManager->FileExist( pathBuffer ))
|
||||||
|
return NULL;
|
||||||
|
|
||||||
|
File* file = new File(pathBuffer, access);
|
||||||
|
return CreateFileStream(file);
|
||||||
|
}
|
||||||
|
|
||||||
|
#if _WIN32
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <io.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
|
void GetFileListFromFolder(const char* path, const char* findingPattern, std::vector<std::string>& filesList)
|
||||||
|
{
|
||||||
|
struct _finddata_t c_file;
|
||||||
|
long hFile;
|
||||||
|
|
||||||
|
char pathfind[kMaxPathLength];
|
||||||
|
sprintf(pathfind, "%s/%s", path, findingPattern);
|
||||||
|
osResolvePath(pathfind);
|
||||||
|
|
||||||
|
if ((hFile = _findfirst(pathfind, &c_file)) != -1L) {
|
||||||
|
do {
|
||||||
|
char buffer[kMaxPathLength];
|
||||||
|
sprintf(buffer, "%s/%s", path, c_file.name);
|
||||||
|
filesList.push_back(buffer);
|
||||||
|
} while (_findnext(hFile, &c_file) == 0);
|
||||||
|
_findclose(hFile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void osResolvePath(char* path)
|
||||||
|
{
|
||||||
|
assert(path);
|
||||||
|
|
||||||
|
size_t length = strlen(path);
|
||||||
|
|
||||||
|
for (int i = 0; i < (int)length; i++) {
|
||||||
|
if (path[i] == '/')
|
||||||
|
path[i] = '\\';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
bool osDirectoryIsExist(const char* path)
|
||||||
|
{
|
||||||
|
DWORD ftyp = GetFileAttributesA(path);
|
||||||
|
if (ftyp == 0xffffffff)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if (ftyp & FILE_ATTRIBUTE_DIRECTORY)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void osCreateDirectory(const char* path)
|
||||||
|
{
|
||||||
|
CreateDirectoryA(path, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RecursiveSearch(const std::string& path, std::vector<std::string>& files)
|
||||||
|
{
|
||||||
|
struct _finddata_t c_file;
|
||||||
|
long hFile;
|
||||||
|
|
||||||
|
std::string bufferPath;
|
||||||
|
bufferPath += path;
|
||||||
|
bufferPath += "/";
|
||||||
|
bufferPath += "*.*";
|
||||||
|
|
||||||
|
if ((hFile = _findfirst(bufferPath.c_str(), &c_file)) != -1L)
|
||||||
|
{
|
||||||
|
do {
|
||||||
|
if (strcmp(c_file.name, ".") == 0 ||
|
||||||
|
strcmp(c_file.name, "..") == 0 ||
|
||||||
|
strcmp(c_file.name, ".git") == 0 ||
|
||||||
|
strcmp(c_file.name, ".gitignore") == 0 ||
|
||||||
|
strcmp(c_file.name, ".gitignore") == 0 ||
|
||||||
|
strcmp(c_file.name, ".vs") == 0)
|
||||||
|
continue;
|
||||||
|
|
||||||
|
if (c_file.attrib & _A_SUBDIR)
|
||||||
|
{
|
||||||
|
std::string nextPath;
|
||||||
|
nextPath += path;
|
||||||
|
nextPath += "/";
|
||||||
|
nextPath += c_file.name;
|
||||||
|
|
||||||
|
RecursiveSearch(nextPath, files);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
std::string filepath;
|
||||||
|
filepath += path;
|
||||||
|
filepath += "/";
|
||||||
|
filepath += c_file.name;
|
||||||
|
files.push_back(filepath);
|
||||||
|
}
|
||||||
|
|
||||||
|
} while (_findnext(hFile, &c_file) == 0);
|
||||||
|
_findclose(hFile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
#include <dirent.h>
|
||||||
|
|
||||||
|
bool match(const char* pattern, const char* str, int p = 0, int c = 0)
|
||||||
|
{
|
||||||
|
if (pattern[p] == '\0')
|
||||||
|
{
|
||||||
|
return str[c] == '\0';
|
||||||
|
}
|
||||||
|
else if (pattern[p] == '*')
|
||||||
|
{
|
||||||
|
for (; str[c] != '\0'; c++)
|
||||||
|
{
|
||||||
|
if (match(pattern, str, p + 1, c))
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return match(pattern, str, p + 1, c);
|
||||||
|
}
|
||||||
|
else if (pattern[p] != '?' && pattern[p] != str[c])
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return match(pattern, str, p + 1, c + 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void GetFileListFromFolder(const char* path, const char* findingPattern, std::vector<std::string>& filesList)
|
||||||
|
{
|
||||||
|
DIR* dir;
|
||||||
|
dirent* ent;
|
||||||
|
|
||||||
|
if ((dir = opendir(path)) != NULL)
|
||||||
|
{
|
||||||
|
while ((ent = readdir(dir)) != NULL)
|
||||||
|
{
|
||||||
|
if (match(findingPattern, ent->d_name))
|
||||||
|
{
|
||||||
|
char buffer[kMaxPathLength];
|
||||||
|
snprintf(buffer, kMaxPathLength, "%s/%s", path, ent->d_name);
|
||||||
|
filesList.push_back(buffer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
closedir(dir);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace fs
|
||||||
|
{
|
||||||
|
std::string getFileExtension(const std::string& filename)
|
||||||
|
{
|
||||||
|
size_t whereIsDot = filename.find_last_of('.');
|
||||||
|
if (whereIsDot != std::string::npos) {
|
||||||
|
return filename.substr(whereIsDot);
|
||||||
|
}
|
||||||
|
|
||||||
|
return std::string();
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string getFilePath(const std::string& filename)
|
||||||
|
{
|
||||||
|
size_t lastindex = filename.find_last_of("/");
|
||||||
|
if (lastindex == std::string::npos) {
|
||||||
|
lastindex = filename.find_last_of("\\");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (lastindex != std::string::npos) {
|
||||||
|
|
||||||
|
return filename.substr(0, lastindex);
|
||||||
|
}
|
||||||
|
|
||||||
|
return std::string();
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string getFileNameWithoutExtension(const std::string& filename)
|
||||||
|
{
|
||||||
|
size_t lastindex = filename.find_last_of(".");
|
||||||
|
if (lastindex != std::string::npos) {
|
||||||
|
return filename.substr(0, lastindex);
|
||||||
|
}
|
||||||
|
|
||||||
|
return filename;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string getFilenameWithoutPath(const std::string& filename)
|
||||||
|
{
|
||||||
|
size_t whereIsSlash = filename.find_last_of('/');
|
||||||
|
if (whereIsSlash == std::string::npos) {
|
||||||
|
whereIsSlash = filename.find_last_of('\\');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (whereIsSlash == std::string::npos) {
|
||||||
|
return filename;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string string = filename.substr(whereIsSlash + 1);
|
||||||
|
return string;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string getFilenameWithoutPathAndExtension(const std::string& filename)
|
||||||
|
{
|
||||||
|
size_t whereIsDot = filename.find_last_of('.');
|
||||||
|
size_t whereIsSlash = filename.find_last_of('/');
|
||||||
|
if (whereIsSlash == std::string::npos) {
|
||||||
|
whereIsSlash = filename.find_last_of('\\');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (whereIsDot == std::string::npos && whereIsSlash == std::string::npos) {
|
||||||
|
return filename;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string string = filename.substr(whereIsSlash + 1);
|
||||||
|
whereIsDot = string.find_last_of('.');
|
||||||
|
string = string.substr(0, whereIsDot);
|
||||||
|
|
||||||
|
return string;
|
||||||
|
}
|
||||||
|
}
|
||||||
51
engine/filesystem/filemanager.h
Normal file
51
engine/filesystem/filemanager.h
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
#ifndef FILEMANAGER_H
|
||||||
|
#define FILEMANAGER_H
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include "filesystem/file.h"
|
||||||
|
|
||||||
|
class StreamBase;
|
||||||
|
|
||||||
|
class FileManager
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
FileManager();
|
||||||
|
~FileManager();
|
||||||
|
|
||||||
|
void SetDefaultPath(const char* path);
|
||||||
|
const char* GetDefaultPath() { return m_defaultPath; }
|
||||||
|
|
||||||
|
bool FileExist(const char* filename);
|
||||||
|
|
||||||
|
File* OpenFile(const char* path, FileAccess access);
|
||||||
|
void CloseFile(File*& file);
|
||||||
|
|
||||||
|
StreamBase* OpenStream(const char* fname, FileAccess access);
|
||||||
|
|
||||||
|
private:
|
||||||
|
const char* m_defaultPath;
|
||||||
|
};
|
||||||
|
|
||||||
|
extern FileManager* g_fileManager;
|
||||||
|
|
||||||
|
void GetFileListFromFolder(const char* path, const char* findingPattern, std::vector<std::string>& filesList);
|
||||||
|
|
||||||
|
void osResolvePath(char* path);
|
||||||
|
bool osDirectoryIsExist(const char* path);
|
||||||
|
void osCreateDirectory(const char* path);
|
||||||
|
|
||||||
|
// Filename helper
|
||||||
|
|
||||||
|
namespace fs
|
||||||
|
{
|
||||||
|
std::string getFileExtension(const std::string& filename);
|
||||||
|
std::string getFilePath(const std::string& filename);
|
||||||
|
std::string getFileNameWithoutExtension(const std::string& filename);
|
||||||
|
std::string getFilenameWithoutPath(const std::string& filename);
|
||||||
|
std::string getFilenameWithoutPathAndExtension(const std::string& filename);
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif // !FILEMANAGER_H
|
||||||
61
engine/filesystem/stream.cpp
Normal file
61
engine/filesystem/stream.cpp
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
#include <assert.h>
|
||||||
|
#include "filesystem/stream.h"
|
||||||
|
#include "filesystem/filemanager.h"
|
||||||
|
|
||||||
|
class FileStream : public StreamBase
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
FileStream(File* file);
|
||||||
|
~FileStream();
|
||||||
|
|
||||||
|
size_t Read(void* buffer, size_t size);
|
||||||
|
size_t Write(void* buffer, size_t size);
|
||||||
|
void Seek(SeekDir way, long offset);
|
||||||
|
size_t Tell();
|
||||||
|
bool Eof();
|
||||||
|
|
||||||
|
private:
|
||||||
|
File* m_file;
|
||||||
|
};
|
||||||
|
|
||||||
|
FileStream::FileStream(File* file)
|
||||||
|
{
|
||||||
|
assert(file && "Cannot open file stream with nullptr file handle.");
|
||||||
|
m_file = file;
|
||||||
|
}
|
||||||
|
|
||||||
|
FileStream::~FileStream()
|
||||||
|
{
|
||||||
|
if (m_file)
|
||||||
|
g_fileManager->CloseFile(m_file);
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t FileStream::Read(void* buffer, size_t size)
|
||||||
|
{
|
||||||
|
return m_file->Read(buffer, size);
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t FileStream::Write(void* buffer, size_t size)
|
||||||
|
{
|
||||||
|
return m_file->Write(buffer, size);
|
||||||
|
}
|
||||||
|
|
||||||
|
void FileStream::Seek(SeekDir way, long offset)
|
||||||
|
{
|
||||||
|
m_file->Seek(way, offset);
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t FileStream::Tell()
|
||||||
|
{
|
||||||
|
return m_file->Tell();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool FileStream::Eof()
|
||||||
|
{
|
||||||
|
return m_file->Eof();;
|
||||||
|
}
|
||||||
|
|
||||||
|
StreamBase* CreateFileStream(File* file)
|
||||||
|
{
|
||||||
|
return new FileStream(file);
|
||||||
|
}
|
||||||
21
engine/filesystem/stream.h
Normal file
21
engine/filesystem/stream.h
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#ifndef STREAM_H
|
||||||
|
#define STREAM_H
|
||||||
|
|
||||||
|
#include "filesystem/filecommon.h"
|
||||||
|
|
||||||
|
class StreamBase
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
virtual ~StreamBase() {}
|
||||||
|
|
||||||
|
virtual size_t Read(void* buffer, size_t size) = 0;
|
||||||
|
virtual size_t Write(void* buffer, size_t size) = 0;
|
||||||
|
virtual void Seek(SeekDir way, long offset) = 0;
|
||||||
|
virtual size_t Tell() = 0;
|
||||||
|
virtual bool Eof() = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
class File;
|
||||||
|
StreamBase* CreateFileStream(File* file);
|
||||||
|
|
||||||
|
#endif // !STREAM_H
|
||||||
181
engine/input/inputsystem.cpp
Normal file
181
engine/input/inputsystem.cpp
Normal file
@@ -0,0 +1,181 @@
|
|||||||
|
#include <assert.h>
|
||||||
|
#include <memory.h>
|
||||||
|
#include "utils/maths.h"
|
||||||
|
#include "input/inputsystem.h"
|
||||||
|
|
||||||
|
const int kMaxKeyboardKeys = 460;
|
||||||
|
const int kMaxMouseButtons = mouseButton_LastNamed + 1; //5;
|
||||||
|
const float kKeyThreshold = 0.2f;
|
||||||
|
|
||||||
|
IInputSystem* g_inputSystem = NULL;
|
||||||
|
|
||||||
|
class InputSystem : public IInputSystem
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
InputSystem();
|
||||||
|
~InputSystem();
|
||||||
|
|
||||||
|
void Init();
|
||||||
|
void Shutdown();
|
||||||
|
void Update();
|
||||||
|
|
||||||
|
size_t GetMaxScancode() const;
|
||||||
|
size_t GetMaxMouseButton() const;
|
||||||
|
|
||||||
|
char TranslateScancode(scanCode_t scancode) const;
|
||||||
|
|
||||||
|
void OnKeyDown(scanCode_t scancode);
|
||||||
|
void OnKeyUp(scanCode_t scancode);
|
||||||
|
void OnMouseKeyDown(mouseButton_t mousebutton);
|
||||||
|
void OnMouseKeyUp(mouseButton_t mousebutton);
|
||||||
|
void OnMouseMove(int x, int y);
|
||||||
|
void OnMouseWheel(int x, int y);
|
||||||
|
|
||||||
|
bool IsKeyPressed(scanCode_t scancode) const;
|
||||||
|
bool IsMouseButtonPressed(mouseButton_t mousebutton) const;
|
||||||
|
|
||||||
|
void GetMousePosition(int* x, int* y) const;
|
||||||
|
void GetMouseWheelPosition(int* x, int* y) const;
|
||||||
|
|
||||||
|
const char* ActionToString(Action action) const;
|
||||||
|
void BindKey(Action action, scanCode_t scancode);
|
||||||
|
bool IsActionActive(Action action) const;
|
||||||
|
void UnBindKey(Action action);
|
||||||
|
void UnBindAll();
|
||||||
|
|
||||||
|
private:
|
||||||
|
bool m_keyboardKeys[kMaxKeyboardKeys];
|
||||||
|
bool m_mouseButtons[kMaxMouseButtons];
|
||||||
|
Point2 m_mousePosition;
|
||||||
|
};
|
||||||
|
|
||||||
|
InputSystem::InputSystem()
|
||||||
|
{
|
||||||
|
memset( m_keyboardKeys, 0, sizeof( m_keyboardKeys ) );
|
||||||
|
memset( m_mouseButtons, 0, sizeof( m_mouseButtons ) );
|
||||||
|
memset( &m_mousePosition, 0, sizeof( m_mousePosition ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
InputSystem::~InputSystem()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::Init()
|
||||||
|
{
|
||||||
|
// Nothing to do
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::Shutdown()
|
||||||
|
{
|
||||||
|
// Nothing to do
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::Update()
|
||||||
|
{
|
||||||
|
// TODO: Reset all pressed keys ...
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t InputSystem::GetMaxScancode() const
|
||||||
|
{
|
||||||
|
return kMaxKeyboardKeys;
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t InputSystem::GetMaxMouseButton() const
|
||||||
|
{
|
||||||
|
return kMaxMouseButtons;
|
||||||
|
}
|
||||||
|
|
||||||
|
char InputSystem::TranslateScancode(scanCode_t scancode) const
|
||||||
|
{
|
||||||
|
assert(0 && "Not implemented");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::OnKeyDown(scanCode_t scancode)
|
||||||
|
{
|
||||||
|
assert(scancode <= kMaxKeyboardKeys);
|
||||||
|
m_keyboardKeys[scancode] = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::OnKeyUp(scanCode_t scancode)
|
||||||
|
{
|
||||||
|
assert(scancode <= kMaxKeyboardKeys);
|
||||||
|
m_keyboardKeys[scancode] = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::OnMouseKeyDown(mouseButton_t mousebutton)
|
||||||
|
{
|
||||||
|
assert(mousebutton <= kMaxMouseButtons);
|
||||||
|
m_mouseButtons[mousebutton] = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::OnMouseKeyUp(mouseButton_t mousebutton)
|
||||||
|
{
|
||||||
|
assert(mousebutton <= kMaxMouseButtons);
|
||||||
|
m_mouseButtons[mousebutton] = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::OnMouseMove(int x, int y)
|
||||||
|
{
|
||||||
|
m_mousePosition.x = (int)x;
|
||||||
|
m_mousePosition.y = (int)y;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::OnMouseWheel(int x, int y)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
bool InputSystem::IsKeyPressed(scanCode_t scancode) const
|
||||||
|
{
|
||||||
|
assert(scancode <= KEY_MAX);
|
||||||
|
return m_keyboardKeys[scancode];
|
||||||
|
}
|
||||||
|
|
||||||
|
bool InputSystem::IsMouseButtonPressed(mouseButton_t mousebutton) const
|
||||||
|
{
|
||||||
|
assert(mousebutton <= kMaxMouseButtons);
|
||||||
|
return m_mouseButtons[mousebutton];
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::GetMousePosition(int* x, int* y) const
|
||||||
|
{
|
||||||
|
if (x) *x = m_mousePosition.x;
|
||||||
|
if (y) *y = m_mousePosition.y;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::GetMouseWheelPosition(int* x, int* y) const
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
const char* InputSystem::ActionToString(Action action) const
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::BindKey(Action action, scanCode_t scancode)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
bool InputSystem::IsActionActive(Action action) const
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::UnBindKey(Action action)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void InputSystem::UnBindAll()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
IInputSystem* CreateInputSystem(void* wndHandle)
|
||||||
|
{
|
||||||
|
return new InputSystem();
|
||||||
|
}
|
||||||
|
|
||||||
|
void DestroyInputSystem(IInputSystem* pInstance)
|
||||||
|
{
|
||||||
|
InputSystem* pInput = (InputSystem*)pInstance;
|
||||||
|
delete pInput;
|
||||||
|
}
|
||||||
197
engine/input/inputsystem.h
Normal file
197
engine/input/inputsystem.h
Normal file
@@ -0,0 +1,197 @@
|
|||||||
|
#ifndef INPUT_SYSTEM_H
|
||||||
|
#define INPUT_SYSTEM_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
|
enum KeyboardKeys
|
||||||
|
{
|
||||||
|
KEY_UNKNOWN = 0,
|
||||||
|
KEY_SPACE = 32,
|
||||||
|
KEY_APOSTROPHE = 39, /* ' */
|
||||||
|
KEY_COMMA = 44, /* , */
|
||||||
|
KEY_MINUS = 45, /* - */
|
||||||
|
KEY_PERIOD = 46, /* . */
|
||||||
|
KEY_SLASH = 47, /* / */
|
||||||
|
KEY_0 = 48,
|
||||||
|
KEY_1 = 49,
|
||||||
|
KEY_2 = 50,
|
||||||
|
KEY_3 = 51,
|
||||||
|
KEY_4 = 52,
|
||||||
|
KEY_5 = 53,
|
||||||
|
KEY_6 = 54,
|
||||||
|
KEY_7 = 55,
|
||||||
|
KEY_8 = 56,
|
||||||
|
KEY_9 = 57,
|
||||||
|
KEY_SEMICOLON = 59, /* ; */
|
||||||
|
KEY_EQUAL = 61, /* = */
|
||||||
|
KEY_A = 65,
|
||||||
|
KEY_B = 66,
|
||||||
|
KEY_C = 67,
|
||||||
|
KEY_D = 68,
|
||||||
|
KEY_E = 69,
|
||||||
|
KEY_F = 70,
|
||||||
|
KEY_G = 71,
|
||||||
|
KEY_H = 72,
|
||||||
|
KEY_I = 73,
|
||||||
|
KEY_J = 74,
|
||||||
|
KEY_K = 75,
|
||||||
|
KEY_L = 76,
|
||||||
|
KEY_M = 77,
|
||||||
|
KEY_N = 78,
|
||||||
|
KEY_O = 79,
|
||||||
|
KEY_P = 80,
|
||||||
|
KEY_Q = 81,
|
||||||
|
KEY_R = 82,
|
||||||
|
KEY_S = 83,
|
||||||
|
KEY_T = 84,
|
||||||
|
KEY_U = 85,
|
||||||
|
KEY_V = 86,
|
||||||
|
KEY_W = 87,
|
||||||
|
KEY_X = 88,
|
||||||
|
KEY_Y = 89,
|
||||||
|
KEY_Z = 90,
|
||||||
|
KEY_LEFT_BRACKET = 91, /* [ */
|
||||||
|
KEY_BACKSLASH = 92, /* \ */
|
||||||
|
KEY_RIGHT_BRACKET = 93, /* ] */
|
||||||
|
KEY_GRAVE_ACCENT = 96, /* ` */
|
||||||
|
KEY_WORLD_1 = 161, /* non-US #1 */
|
||||||
|
KEY_WORLD_2 = 162, /* non-US #2 */
|
||||||
|
KEY_ESCAPE = 256,
|
||||||
|
KEY_ENTER = 257,
|
||||||
|
KEY_TAB = 258,
|
||||||
|
KEY_BACKSPACE = 259,
|
||||||
|
KEY_INSERT = 260,
|
||||||
|
KEY_DELETE = 261,
|
||||||
|
KEY_RIGHT = 262,
|
||||||
|
KEY_LEFT = 263,
|
||||||
|
KEY_DOWN = 264,
|
||||||
|
KEY_UP = 265,
|
||||||
|
KEY_PAGE_UP = 266,
|
||||||
|
KEY_PAGE_DOWN = 267,
|
||||||
|
KEY_HOME = 268,
|
||||||
|
KEY_END = 269,
|
||||||
|
KEY_CAPS_LOCK = 280,
|
||||||
|
KEY_SCROLL_LOCK = 281,
|
||||||
|
KEY_NUM_LOCK = 282,
|
||||||
|
KEY_PRINT_SCREEN = 283,
|
||||||
|
KEY_PAUSE = 284,
|
||||||
|
KEY_F1 = 290,
|
||||||
|
KEY_F2 = 291,
|
||||||
|
KEY_F3 = 292,
|
||||||
|
KEY_F4 = 293,
|
||||||
|
KEY_F5 = 294,
|
||||||
|
KEY_F6 = 295,
|
||||||
|
KEY_F7 = 296,
|
||||||
|
KEY_F8 = 297,
|
||||||
|
KEY_F9 = 298,
|
||||||
|
KEY_F10 = 299,
|
||||||
|
KEY_F11 = 300,
|
||||||
|
KEY_F12 = 301,
|
||||||
|
KEY_F13 = 302,
|
||||||
|
KEY_F14 = 303,
|
||||||
|
KEY_F15 = 304,
|
||||||
|
KEY_F16 = 305,
|
||||||
|
KEY_F17 = 306,
|
||||||
|
KEY_F18 = 307,
|
||||||
|
KEY_F19 = 308,
|
||||||
|
KEY_F20 = 309,
|
||||||
|
KEY_F21 = 310,
|
||||||
|
KEY_F22 = 311,
|
||||||
|
KEY_F23 = 312,
|
||||||
|
KEY_F24 = 313,
|
||||||
|
KEY_F25 = 314,
|
||||||
|
KEY_KP_0 = 320,
|
||||||
|
KEY_KP_1 = 321,
|
||||||
|
KEY_KP_2 = 322,
|
||||||
|
KEY_KP_3 = 323,
|
||||||
|
KEY_KP_4 = 324,
|
||||||
|
KEY_KP_5 = 325,
|
||||||
|
KEY_KP_6 = 326,
|
||||||
|
KEY_KP_7 = 327,
|
||||||
|
KEY_KP_8 = 328,
|
||||||
|
KEY_KP_9 = 329,
|
||||||
|
KEY_KP_DECIMAL = 330,
|
||||||
|
KEY_KP_DIVIDE = 331,
|
||||||
|
KEY_KP_MULTIPLY = 332,
|
||||||
|
KEY_KP_SUBTRACT = 333,
|
||||||
|
KEY_KP_ADD = 334,
|
||||||
|
KEY_KP_ENTER = 335,
|
||||||
|
KEY_KP_EQUAL = 336,
|
||||||
|
KEY_LEFT_SHIFT = 340,
|
||||||
|
KEY_LEFT_CONTROL = 341,
|
||||||
|
KEY_LEFT_ALT = 342,
|
||||||
|
KEY_LEFT_SUPER = 343,
|
||||||
|
KEY_RIGHT_SHIFT = 344,
|
||||||
|
KEY_RIGHT_CONTROL = 345,
|
||||||
|
KEY_RIGHT_ALT = 346,
|
||||||
|
KEY_RIGHT_SUPER = 347,
|
||||||
|
KEY_MENU = 348,
|
||||||
|
|
||||||
|
KEY_MAX
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef KeyboardKeys scanCode_t;
|
||||||
|
typedef byte mouseButton_t;
|
||||||
|
|
||||||
|
enum mouseButton_
|
||||||
|
{
|
||||||
|
mouseButton_Left = 1,
|
||||||
|
mouseButton_Middle ,
|
||||||
|
mouseButton_Right ,
|
||||||
|
|
||||||
|
mouseButton_LastNamed = mouseButton_Right
|
||||||
|
};
|
||||||
|
#define GetNamelessMouseButtonIndex(buttonNum) mouseButton_t(mouseButton_LastNamed + buttonNum)
|
||||||
|
|
||||||
|
enum Action_
|
||||||
|
{
|
||||||
|
Action_Forward,
|
||||||
|
Action_Backward,
|
||||||
|
Action_Left,
|
||||||
|
Action_Right,
|
||||||
|
Action_Fire,
|
||||||
|
Action_Use,
|
||||||
|
Action_Max
|
||||||
|
};
|
||||||
|
typedef uint Action;
|
||||||
|
|
||||||
|
class IInputSystem
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
virtual ~IInputSystem() {}
|
||||||
|
|
||||||
|
virtual void Init() = 0;
|
||||||
|
virtual void Shutdown() = 0;
|
||||||
|
virtual void Update() = 0;
|
||||||
|
|
||||||
|
virtual size_t GetMaxScancode () const = 0;
|
||||||
|
virtual size_t GetMaxMouseButton() const = 0;
|
||||||
|
|
||||||
|
virtual char TranslateScancode(scanCode_t scancode) const = 0;
|
||||||
|
|
||||||
|
virtual void OnKeyDown (scanCode_t scancode) = 0;
|
||||||
|
virtual void OnKeyUp (scanCode_t scancode) = 0;
|
||||||
|
virtual void OnMouseKeyDown (mouseButton_t mousebutton) = 0;
|
||||||
|
virtual void OnMouseKeyUp (mouseButton_t mousebutton) = 0;
|
||||||
|
virtual void OnMouseMove (int x, int y) = 0;
|
||||||
|
virtual void OnMouseWheel (int x, int y) = 0;
|
||||||
|
|
||||||
|
virtual bool IsKeyPressed (scanCode_t scancode) const = 0;
|
||||||
|
virtual bool IsMouseButtonPressed (mouseButton_t mousebutton) const = 0;
|
||||||
|
|
||||||
|
virtual void GetMousePosition (int* x, int* y) const = 0;
|
||||||
|
virtual void GetMouseWheelPosition (int* x, int* y) const = 0;
|
||||||
|
|
||||||
|
virtual const char* ActionToString (Action action) const = 0;
|
||||||
|
virtual void BindKey (Action action, scanCode_t scancode) = 0;
|
||||||
|
virtual bool IsActionActive (Action action) const = 0;
|
||||||
|
virtual void UnBindKey (Action action) = 0;
|
||||||
|
virtual void UnBindAll () = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
extern IInputSystem* g_inputSystem;
|
||||||
|
|
||||||
|
IInputSystem* CreateInputSystem(void* wndHandle);
|
||||||
|
void DestroyInputSystem(IInputSystem* pInstance);
|
||||||
|
|
||||||
|
#endif // !INPUT_SYSTEM_H
|
||||||
33
engine/main.cpp
Normal file
33
engine/main.cpp
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
// Windows Entry Point
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#include <Windows.h>
|
||||||
|
|
||||||
|
#include "filesystem/filemanager.h"
|
||||||
|
#include "render/render.h"
|
||||||
|
|
||||||
|
int WINAPI WinMain (HINSTANCE hInstance,
|
||||||
|
HINSTANCE hPrevInstance,
|
||||||
|
LPSTR lpCmdLine,
|
||||||
|
int iCmdShow)
|
||||||
|
{
|
||||||
|
// Initialize file manager
|
||||||
|
g_fileManager = new FileManager();
|
||||||
|
|
||||||
|
// Start renderer
|
||||||
|
R_Init();
|
||||||
|
|
||||||
|
MSG msg;
|
||||||
|
while(GetMessage(&msg, NULL, 0, 0))
|
||||||
|
{
|
||||||
|
TranslateMessage(&msg);
|
||||||
|
DispatchMessage(&msg);
|
||||||
|
|
||||||
|
R_Present();
|
||||||
|
}
|
||||||
|
|
||||||
|
R_Shutdown();
|
||||||
|
|
||||||
|
delete g_fileManager; g_fileManager = NULL;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
137
engine/render/gl_shared.cpp
Normal file
137
engine/render/gl_shared.cpp
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
#include "utils/logger.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
#include "render/render_shared.h"
|
||||||
|
|
||||||
|
const char *GL_ErrorString( int err )
|
||||||
|
{
|
||||||
|
switch( err )
|
||||||
|
{
|
||||||
|
case GL_STACK_OVERFLOW:
|
||||||
|
return "GL_STACK_OVERFLOW";
|
||||||
|
case GL_STACK_UNDERFLOW:
|
||||||
|
return "GL_STACK_UNDERFLOW";
|
||||||
|
case GL_INVALID_ENUM:
|
||||||
|
return "GL_INVALID_ENUM";
|
||||||
|
case GL_INVALID_VALUE:
|
||||||
|
return "GL_INVALID_VALUE";
|
||||||
|
case GL_INVALID_OPERATION:
|
||||||
|
return "GL_INVALID_OPERATION";
|
||||||
|
case GL_OUT_OF_MEMORY:
|
||||||
|
return "GL_OUT_OF_MEMORY";
|
||||||
|
default:
|
||||||
|
return "UNKNOWN ERROR";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void GL_CheckError()
|
||||||
|
{
|
||||||
|
GLenum err;
|
||||||
|
if ( (err = glGetError()) != GL_NO_ERROR )
|
||||||
|
Msg( "OpenGL Error: %s", GL_ErrorString( err ) );// Msg("OpenGL Error: %s [%s]\n", GL_ErrorString(err), GL_TargetToString(tex->target));
|
||||||
|
}
|
||||||
|
|
||||||
|
void GL_CheckErrorEx( const char* filename, int line )
|
||||||
|
{
|
||||||
|
GLenum err;
|
||||||
|
if ( (err = glGetError()) != GL_NO_ERROR )
|
||||||
|
Msg( "OpenGL Error: %s at %s:%i", GL_ErrorString( err ), filename, line );// Msg("OpenGL Error: %s [%s]\n", GL_ErrorString(err), GL_TargetToString(tex->target));
|
||||||
|
}
|
||||||
|
|
||||||
|
void GL_CheckErrorFunction(const char* expression, const char* filename, int line)
|
||||||
|
{
|
||||||
|
GLenum err;
|
||||||
|
if ( (err = glGetError()) != GL_NO_ERROR )
|
||||||
|
Msg( "OpenGL Error: %s (%s) at %s:%i", expression, GL_ErrorString( err ), filename, line );// Msg("OpenGL Error: %s [%s]\n", GL_ErrorString(err), GL_TargetToString(tex->target));
|
||||||
|
}
|
||||||
|
|
||||||
|
uint GetGLBlendFactor(BlendFactor factor)
|
||||||
|
{
|
||||||
|
switch (factor)
|
||||||
|
{
|
||||||
|
case BF_ZERO:
|
||||||
|
return GL_ZERO;
|
||||||
|
case BF_ONE:
|
||||||
|
return GL_ONE;
|
||||||
|
case BF_SRC_COLOR:
|
||||||
|
return GL_SRC_COLOR;
|
||||||
|
case BF_ONE_MINUS_SRC_COLOR:
|
||||||
|
return GL_ONE_MINUS_SRC_COLOR;
|
||||||
|
case BF_DST_COLOR:
|
||||||
|
return GL_DST_COLOR;
|
||||||
|
case BF_ONE_MINUS_DST_COLOR:
|
||||||
|
return GL_ONE_MINUS_DST_COLOR;
|
||||||
|
case BF_SRC_ALPHA:
|
||||||
|
return GL_SRC_ALPHA;
|
||||||
|
case BF_ONE_MINUS_SRC_ALPHA:
|
||||||
|
return GL_ONE_MINUS_SRC_ALPHA;
|
||||||
|
case BF_DST_ALPHA:
|
||||||
|
return GL_DST_ALPHA;
|
||||||
|
case BF_ONE_MINUS_DST_ALPHA:
|
||||||
|
return GL_ONE_MINUS_DST_ALPHA;
|
||||||
|
case BF_CONSTANT_COLOR:
|
||||||
|
return GL_CONSTANT_COLOR;
|
||||||
|
case BF_ONE_MINUS_CONSTANT_COLOR:
|
||||||
|
return GL_ONE_MINUS_CONSTANT_COLOR;
|
||||||
|
case BF_CONSTANT_ALPHA:
|
||||||
|
return GL_CONSTANT_ALPHA;
|
||||||
|
case BF_ONE_MINUS_CONSTANT_ALPHA:
|
||||||
|
return GL_ONE_MINUS_CONSTANT_ALPHA;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#define LOAD_GL_FUNC(functype, funcname) \
|
||||||
|
{ \
|
||||||
|
funcname = (functype)wglGetProcAddress(#funcname); \
|
||||||
|
if (funcname == NULL) \
|
||||||
|
LogMsg("Failed to load %s", #funcname); \
|
||||||
|
}
|
||||||
|
|
||||||
|
void GL_Load()
|
||||||
|
{
|
||||||
|
// OpenGL 1.5
|
||||||
|
LOAD_GL_FUNC(PFNGLGENQUERIESPROC, glGenQueries);
|
||||||
|
LOAD_GL_FUNC(PFNGLDELETEQUERIESPROC, glDeleteQueries);
|
||||||
|
LOAD_GL_FUNC(PFNGLISQUERYPROC, glIsQuery);
|
||||||
|
LOAD_GL_FUNC(PFNGLBEGINQUERYPROC, glBeginQuery);
|
||||||
|
LOAD_GL_FUNC(PFNGLENDQUERYPROC, glEndQuery);
|
||||||
|
LOAD_GL_FUNC(PFNGLGETQUERYIVPROC, glGetQueryiv);
|
||||||
|
LOAD_GL_FUNC(PFNGLGETQUERYOBJECTIVPROC, glGetQueryObjectiv);
|
||||||
|
LOAD_GL_FUNC(PFNGLGETQUERYOBJECTUIVPROC, glGetQueryObjectuiv);
|
||||||
|
LOAD_GL_FUNC(PFNGLBINDBUFFERPROC, glBindBuffer);
|
||||||
|
LOAD_GL_FUNC(PFNGLDELETEBUFFERSPROC, glDeleteBuffers);
|
||||||
|
LOAD_GL_FUNC(PFNGLGENBUFFERSPROC, glGenBuffers);
|
||||||
|
LOAD_GL_FUNC(PFNGLISBUFFERPROC, glIsBuffer);
|
||||||
|
LOAD_GL_FUNC(PFNGLBUFFERDATAPROC, glBufferData);
|
||||||
|
LOAD_GL_FUNC(PFNGLBUFFERSUBDATAPROC, glBufferSubData);
|
||||||
|
LOAD_GL_FUNC(PFNGLGETBUFFERSUBDATAPROC, glGetBufferSubData);
|
||||||
|
LOAD_GL_FUNC(PFNGLMAPBUFFERPROC, glMapBuffer);
|
||||||
|
LOAD_GL_FUNC(PFNGLUNMAPBUFFERPROC, glUnmapBuffer);
|
||||||
|
LOAD_GL_FUNC(PFNGLGETBUFFERPARAMETERIVPROC, glGetBufferParameteriv);
|
||||||
|
LOAD_GL_FUNC(PFNGLGETBUFFERPOINTERVPROC, glGetBufferPointerv);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
PFNGLGENQUERIESPROC glGenQueries = NULL;
|
||||||
|
PFNGLDELETEQUERIESPROC glDeleteQueries = NULL;
|
||||||
|
PFNGLISQUERYPROC glIsQuery = NULL;
|
||||||
|
PFNGLBEGINQUERYPROC glBeginQuery = NULL;
|
||||||
|
PFNGLENDQUERYPROC glEndQuery = NULL;
|
||||||
|
PFNGLGETQUERYIVPROC glGetQueryiv = NULL;
|
||||||
|
PFNGLGETQUERYOBJECTIVPROC glGetQueryObjectiv = NULL;
|
||||||
|
PFNGLGETQUERYOBJECTUIVPROC glGetQueryObjectuiv = NULL;
|
||||||
|
PFNGLBINDBUFFERPROC glBindBuffer = NULL;
|
||||||
|
PFNGLDELETEBUFFERSPROC glDeleteBuffers = NULL;
|
||||||
|
PFNGLGENBUFFERSPROC glGenBuffers = NULL;
|
||||||
|
PFNGLISBUFFERPROC glIsBuffer = NULL;
|
||||||
|
PFNGLBUFFERDATAPROC glBufferData = NULL;
|
||||||
|
PFNGLBUFFERSUBDATAPROC glBufferSubData = NULL;
|
||||||
|
PFNGLGETBUFFERSUBDATAPROC glGetBufferSubData = NULL;
|
||||||
|
PFNGLMAPBUFFERPROC glMapBuffer = NULL;
|
||||||
|
PFNGLUNMAPBUFFERPROC glUnmapBuffer = NULL;
|
||||||
|
PFNGLGETBUFFERPARAMETERIVPROC glGetBufferParameteriv = NULL;
|
||||||
|
PFNGLGETBUFFERPOINTERVPROC glGetBufferPointerv = NULL;
|
||||||
44
engine/render/gl_shared.h
Normal file
44
engine/render/gl_shared.h
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#ifndef GL_SHARED_H
|
||||||
|
#define GL_SHARED_H
|
||||||
|
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#include <Windows.h>
|
||||||
|
|
||||||
|
#include <gl/gl.h>
|
||||||
|
#include <gl/glext.h>
|
||||||
|
|
||||||
|
void GL_Load();
|
||||||
|
|
||||||
|
void GL_CheckError();
|
||||||
|
void GL_CheckErrorEx(const char* filename, int line);
|
||||||
|
void GL_CheckErrorFunction(const char* expression, const char* filename, int line);
|
||||||
|
|
||||||
|
#define GL_CHECK_ERROR() \
|
||||||
|
GL_CheckErrorEx(__FILE__, __LINE__)
|
||||||
|
|
||||||
|
#define GL_CHECK_FUNC_ERROR(expr) \
|
||||||
|
expr; \
|
||||||
|
GL_CheckErrorFunction(#expr, __FILE__, __LINE__)
|
||||||
|
|
||||||
|
// OpenGL 1.5 Functional
|
||||||
|
extern PFNGLGENQUERIESPROC glGenQueries;
|
||||||
|
extern PFNGLDELETEQUERIESPROC glDeleteQueries;
|
||||||
|
extern PFNGLISQUERYPROC glIsQuery;
|
||||||
|
extern PFNGLBEGINQUERYPROC glBeginQuery;
|
||||||
|
extern PFNGLENDQUERYPROC glEndQuery;
|
||||||
|
extern PFNGLGETQUERYIVPROC glGetQueryiv;
|
||||||
|
extern PFNGLGETQUERYOBJECTIVPROC glGetQueryObjectiv;
|
||||||
|
extern PFNGLGETQUERYOBJECTUIVPROC glGetQueryObjectuiv;
|
||||||
|
extern PFNGLBINDBUFFERPROC glBindBuffer;
|
||||||
|
extern PFNGLDELETEBUFFERSPROC glDeleteBuffers;
|
||||||
|
extern PFNGLGENBUFFERSPROC glGenBuffers;
|
||||||
|
extern PFNGLISBUFFERPROC glIsBuffer;
|
||||||
|
extern PFNGLBUFFERDATAPROC glBufferData;
|
||||||
|
extern PFNGLBUFFERSUBDATAPROC glBufferSubData;
|
||||||
|
extern PFNGLGETBUFFERSUBDATAPROC glGetBufferSubData;
|
||||||
|
extern PFNGLMAPBUFFERPROC glMapBuffer;
|
||||||
|
extern PFNGLUNMAPBUFFERPROC glUnmapBuffer;
|
||||||
|
extern PFNGLGETBUFFERPARAMETERIVPROC glGetBufferParameteriv;
|
||||||
|
extern PFNGLGETBUFFERPOINTERVPROC glGetBufferPointerv;
|
||||||
|
|
||||||
|
#endif // !GL_SHARED_H
|
||||||
56
engine/render/indexbuffer.cpp
Normal file
56
engine/render/indexbuffer.cpp
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
#include "render/indexbuffer.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
|
||||||
|
IndexBuffer::IndexBuffer(void* data, size_t size, bool isStream /*= false*/)
|
||||||
|
{
|
||||||
|
glGenBuffers(1, &m_buffer);
|
||||||
|
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, m_buffer);
|
||||||
|
glBufferData(GL_ELEMENT_ARRAY_BUFFER, size, data, isStream ? GL_DYNAMIC_DRAW : GL_STATIC_DRAW);
|
||||||
|
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0);
|
||||||
|
|
||||||
|
//if (isStream) {
|
||||||
|
// Logger::msg("created dynamic index stream ...");
|
||||||
|
//}
|
||||||
|
}
|
||||||
|
|
||||||
|
IndexBuffer::~IndexBuffer()
|
||||||
|
{
|
||||||
|
glDeleteBuffers(1, &m_buffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void IndexBuffer::Bind()
|
||||||
|
{
|
||||||
|
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, m_buffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void* IndexBuffer::MapBuffer(BufferAccess access)
|
||||||
|
{
|
||||||
|
GLenum accessGl = 0;
|
||||||
|
|
||||||
|
switch (access)
|
||||||
|
{
|
||||||
|
case BA_READ_ONLY:
|
||||||
|
accessGl = GL_READ_ONLY;
|
||||||
|
break;
|
||||||
|
case BA_WRITE_ONLY:
|
||||||
|
accessGl = GL_WRITE_ONLY;
|
||||||
|
break;
|
||||||
|
case BA_READ_WRITE:
|
||||||
|
accessGl = GL_READ_WRITE;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
Bind();
|
||||||
|
|
||||||
|
void* ptr = glMapBuffer(GL_ELEMENT_ARRAY_BUFFER, accessGl);
|
||||||
|
|
||||||
|
GL_CHECK_ERROR();
|
||||||
|
|
||||||
|
return ptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
void IndexBuffer::UnmapBuffer()
|
||||||
|
{
|
||||||
|
Bind();
|
||||||
|
glUnmapBuffer(GL_ELEMENT_ARRAY_BUFFER);
|
||||||
|
}
|
||||||
26
engine/render/indexbuffer.h
Normal file
26
engine/render/indexbuffer.h
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
#ifndef INDEXOBJECT_H
|
||||||
|
#define INDEXOBJECT_H
|
||||||
|
|
||||||
|
#include "render/render_shared.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
|
||||||
|
class RenderDevice;
|
||||||
|
|
||||||
|
class IndexBuffer
|
||||||
|
{
|
||||||
|
friend class RenderDevice;
|
||||||
|
public:
|
||||||
|
~IndexBuffer();
|
||||||
|
|
||||||
|
void* MapBuffer(BufferAccess access);
|
||||||
|
void UnmapBuffer();
|
||||||
|
|
||||||
|
void Bind();
|
||||||
|
|
||||||
|
private:
|
||||||
|
IndexBuffer(void* data, size_t size, bool isStream = false);
|
||||||
|
|
||||||
|
GLuint m_buffer;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // !INDEXOBJECT_H
|
||||||
133
engine/render/render.cpp
Normal file
133
engine/render/render.cpp
Normal file
@@ -0,0 +1,133 @@
|
|||||||
|
#include "render/render.h"
|
||||||
|
#include "render/renderdevice.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
#include "utils/logger.h"
|
||||||
|
|
||||||
|
#define RENDER_CLASS_NAME "RenderClassName"
|
||||||
|
#define RENDER_WINDOW_NAME "UNEASE Alpha"
|
||||||
|
|
||||||
|
HWND hWnd = NULL;
|
||||||
|
HDC hDC = NULL;
|
||||||
|
HGLRC hRC = NULL;
|
||||||
|
|
||||||
|
LRESULT CALLBACK WndProc (HWND hWnd, UINT message,
|
||||||
|
WPARAM wParam, LPARAM lParam)
|
||||||
|
{
|
||||||
|
switch (message)
|
||||||
|
{
|
||||||
|
case WM_CREATE:
|
||||||
|
return 0;
|
||||||
|
case WM_DESTROY:
|
||||||
|
PostQuitMessage (0);
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
|
||||||
|
case WM_KEYDOWN:
|
||||||
|
switch (wParam)
|
||||||
|
{
|
||||||
|
case VK_ESCAPE:
|
||||||
|
PostQuitMessage(0);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
//input->OnKeyAction((int)wParam, true);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
case WM_KEYUP:
|
||||||
|
//input->OnKeyAction((int)wParam, false);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
default:
|
||||||
|
return DefWindowProc (hWnd, message, wParam, lParam);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void R_CreateWindow(int width, int height)
|
||||||
|
{
|
||||||
|
static bool wndclassRegistered = false;
|
||||||
|
if (wndclassRegistered == false)
|
||||||
|
{
|
||||||
|
WNDCLASS wc;
|
||||||
|
/* register window class */
|
||||||
|
wc.style = CS_OWNDC;
|
||||||
|
wc.lpfnWndProc = WndProc;
|
||||||
|
wc.cbClsExtra = 0;
|
||||||
|
wc.cbWndExtra = 0;
|
||||||
|
wc.hInstance = GetModuleHandle(0);
|
||||||
|
wc.hIcon = LoadIcon (NULL, IDI_APPLICATION);
|
||||||
|
wc.hCursor = LoadCursor (NULL, IDC_ARROW);
|
||||||
|
wc.hbrBackground = (HBRUSH) GetStockObject (BLACK_BRUSH);
|
||||||
|
wc.lpszMenuName = NULL;
|
||||||
|
wc.lpszClassName = RENDER_CLASS_NAME;
|
||||||
|
RegisterClass (&wc);
|
||||||
|
|
||||||
|
wndclassRegistered=true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* create main window */
|
||||||
|
hWnd = CreateWindow (
|
||||||
|
RENDER_CLASS_NAME, RENDER_WINDOW_NAME,
|
||||||
|
WS_CAPTION | WS_POPUPWINDOW | WS_VISIBLE,
|
||||||
|
0, 0, width, height,
|
||||||
|
NULL, NULL, GetModuleHandle(0), NULL);
|
||||||
|
|
||||||
|
|
||||||
|
LogMsg("Created window %ix%i", width, height);
|
||||||
|
|
||||||
|
// create opengl context
|
||||||
|
PIXELFORMATDESCRIPTOR pfd;
|
||||||
|
int iFormat;
|
||||||
|
|
||||||
|
/* get the device context (DC) */
|
||||||
|
hDC = GetDC (hWnd);
|
||||||
|
|
||||||
|
/* set the pixel format for the DC */
|
||||||
|
ZeroMemory (&pfd, sizeof (pfd));
|
||||||
|
pfd.nSize = sizeof (pfd);
|
||||||
|
pfd.nVersion = 1;
|
||||||
|
pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER;
|
||||||
|
pfd.iPixelType = PFD_TYPE_RGBA;
|
||||||
|
pfd.cColorBits = 24;
|
||||||
|
pfd.cDepthBits = 16;
|
||||||
|
pfd.iLayerType = PFD_MAIN_PLANE;
|
||||||
|
iFormat = ChoosePixelFormat (hDC, &pfd);
|
||||||
|
SetPixelFormat (hDC, iFormat, &pfd);
|
||||||
|
|
||||||
|
LogMsg("SetPixelFormat successful");
|
||||||
|
|
||||||
|
/* create and enable the render context (RC) */
|
||||||
|
hRC = wglCreateContext( hDC );
|
||||||
|
LogMsg("wglCreateContext successful");
|
||||||
|
|
||||||
|
wglMakeCurrent( hDC, hRC );
|
||||||
|
}
|
||||||
|
|
||||||
|
void R_Init()
|
||||||
|
{
|
||||||
|
LogMsg("--- R_Init ---");
|
||||||
|
|
||||||
|
// Create window
|
||||||
|
R_CreateWindow(1024, 768);
|
||||||
|
|
||||||
|
// Load OpenGL
|
||||||
|
GL_Load();
|
||||||
|
|
||||||
|
// Create render device
|
||||||
|
g_renderDevice = new RenderDevice();
|
||||||
|
}
|
||||||
|
|
||||||
|
void R_Shutdown()
|
||||||
|
{
|
||||||
|
if (g_renderDevice != NULL)
|
||||||
|
{
|
||||||
|
delete g_renderDevice;
|
||||||
|
g_renderDevice = NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void R_Present()
|
||||||
|
{
|
||||||
|
SwapBuffers(hDC);
|
||||||
|
}
|
||||||
11
engine/render/render.h
Normal file
11
engine/render/render.h
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#ifndef RENDER_H
|
||||||
|
#define RENDER_H
|
||||||
|
|
||||||
|
#include "render/render_shared.h"
|
||||||
|
|
||||||
|
void R_Init();
|
||||||
|
void R_Shutdown();
|
||||||
|
|
||||||
|
void R_Present();
|
||||||
|
|
||||||
|
#endif
|
||||||
3
engine/render/render_shared.cpp
Normal file
3
engine/render/render_shared.cpp
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#include "render/render_shared.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
|
||||||
89
engine/render/render_shared.h
Normal file
89
engine/render/render_shared.h
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
// Shared header for render stuff
|
||||||
|
#ifndef RENDER_SHARED_H
|
||||||
|
#define RENDER_SHARED_H
|
||||||
|
|
||||||
|
#include "utils/maths.h"
|
||||||
|
|
||||||
|
enum BufferAccess
|
||||||
|
{
|
||||||
|
BA_READ_ONLY,
|
||||||
|
BA_WRITE_ONLY,
|
||||||
|
BA_READ_WRITE
|
||||||
|
};
|
||||||
|
|
||||||
|
// texture format
|
||||||
|
enum PixelFormat
|
||||||
|
{
|
||||||
|
PF_UNKNOWN,
|
||||||
|
PF_R8G8B8,
|
||||||
|
PF_R8G8B8A8,
|
||||||
|
PF_R8G8B8F,
|
||||||
|
PF_R8G8B8A8F,
|
||||||
|
|
||||||
|
// Depth formats
|
||||||
|
PF_DEPTH32F
|
||||||
|
};
|
||||||
|
|
||||||
|
// Blending functions
|
||||||
|
enum BlendFactor
|
||||||
|
{
|
||||||
|
BF_ZERO,
|
||||||
|
BF_ONE,
|
||||||
|
BF_SRC_COLOR,
|
||||||
|
BF_ONE_MINUS_SRC_COLOR,
|
||||||
|
BF_DST_COLOR,
|
||||||
|
BF_ONE_MINUS_DST_COLOR,
|
||||||
|
BF_SRC_ALPHA,
|
||||||
|
BF_ONE_MINUS_SRC_ALPHA,
|
||||||
|
BF_DST_ALPHA,
|
||||||
|
BF_ONE_MINUS_DST_ALPHA,
|
||||||
|
BF_CONSTANT_COLOR,
|
||||||
|
BF_ONE_MINUS_CONSTANT_COLOR,
|
||||||
|
BF_CONSTANT_ALPHA,
|
||||||
|
BF_ONE_MINUS_CONSTANT_ALPHA
|
||||||
|
};
|
||||||
|
|
||||||
|
enum TextureSurfaceType
|
||||||
|
{
|
||||||
|
TST_COLOR = 1 << 0,
|
||||||
|
TST_DEPTH = 1 << 1,
|
||||||
|
TST_STENCIL = 1 << 2,
|
||||||
|
};
|
||||||
|
|
||||||
|
enum PrimitiveType
|
||||||
|
{
|
||||||
|
PT_POINTS,
|
||||||
|
PT_LINES,
|
||||||
|
PT_TRIANGLES
|
||||||
|
};
|
||||||
|
|
||||||
|
// Base structure for render view (view and projection matrices, viewport settings)
|
||||||
|
struct View
|
||||||
|
{
|
||||||
|
int x, y;
|
||||||
|
int width, height;
|
||||||
|
|
||||||
|
float fov;
|
||||||
|
};
|
||||||
|
|
||||||
|
// Global instance of render view
|
||||||
|
extern View g_renderView;
|
||||||
|
|
||||||
|
// pixel format convertion
|
||||||
|
uint GetGLPF(PixelFormat pf);
|
||||||
|
uint GetGLInternalPF(PixelFormat pf);
|
||||||
|
uint GetGLTypePF(PixelFormat pf);
|
||||||
|
|
||||||
|
// Blending factor convertion
|
||||||
|
uint GetGLBlendFactor(BlendFactor factor);
|
||||||
|
|
||||||
|
// Stretched picture vertex
|
||||||
|
//struct StretchedVertex
|
||||||
|
//{
|
||||||
|
// Vec3 position;
|
||||||
|
// Vec2 texcoord;
|
||||||
|
//};
|
||||||
|
|
||||||
|
//#define MAX_STRETCH_VX 12 * sizeof(StretchedVertex)
|
||||||
|
|
||||||
|
#endif
|
||||||
192
engine/render/renderdevice.cpp
Normal file
192
engine/render/renderdevice.cpp
Normal file
@@ -0,0 +1,192 @@
|
|||||||
|
#include <assert.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
// OpenGL
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
|
||||||
|
// VERTEX AND INDEX OBJECTS
|
||||||
|
#include "render/vertexbuffer.h"
|
||||||
|
#include "render/indexbuffer.h"
|
||||||
|
|
||||||
|
//#include "render/rendertarget.h"
|
||||||
|
#include "render/renderdevice.h"
|
||||||
|
|
||||||
|
RenderDevice* g_renderDevice = NULL;
|
||||||
|
|
||||||
|
RenderDevice::RenderDevice()
|
||||||
|
{
|
||||||
|
m_activeVB = NULL;
|
||||||
|
m_activeIB = NULL;
|
||||||
|
m_blending = false;
|
||||||
|
m_activeReadRT = NULL;
|
||||||
|
m_activeWriteRT = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
RenderDevice::~RenderDevice()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
VertexBuffer* RenderDevice::CreateVertexBuffer(void* data, size_t size, bool isStream)
|
||||||
|
{
|
||||||
|
return new VertexBuffer(data, size, isStream);
|
||||||
|
}
|
||||||
|
|
||||||
|
IndexBuffer* RenderDevice::CreateIndexBuffer(void* data, size_t size, bool isStream)
|
||||||
|
{
|
||||||
|
return new IndexBuffer(data, size, isStream);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetVerticesBuffer(VertexBuffer* buffer)
|
||||||
|
{
|
||||||
|
if (buffer) {
|
||||||
|
if (m_activeVB != buffer) {
|
||||||
|
m_activeVB = buffer;
|
||||||
|
m_activeVB->Bind();
|
||||||
|
}
|
||||||
|
} else { // unbind buffer
|
||||||
|
glBindBuffer(GL_ARRAY_BUFFER, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetIndicesBuffer(IndexBuffer* buffer)
|
||||||
|
{
|
||||||
|
if (buffer) {
|
||||||
|
if (m_activeIB != buffer) {
|
||||||
|
m_activeIB = buffer;
|
||||||
|
m_activeIB->Bind();
|
||||||
|
}
|
||||||
|
} else { // unbind buffer
|
||||||
|
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetDepthTest(bool enable)
|
||||||
|
{
|
||||||
|
enable ? glEnable(GL_DEPTH_TEST) : glDisable(GL_DEPTH_TEST);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetDepthWrite(bool enable)
|
||||||
|
{
|
||||||
|
glDepthMask(enable ? GL_TRUE : GL_FALSE);
|
||||||
|
}
|
||||||
|
|
||||||
|
//void RenderDevice::setVertexFormat(VertexFormat* format)
|
||||||
|
//{
|
||||||
|
// assert(format);
|
||||||
|
//
|
||||||
|
// if (format->count() == 0) {
|
||||||
|
// Core::error("RenderDevice::setVertexFormat: failed to set empty vertex format");
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// size_t appliedOffset = 0;
|
||||||
|
// for (VertexAttribute* it = format->begin(); it != format->end(); ++it) {
|
||||||
|
//
|
||||||
|
// GLenum data_type = get_gl_vertex_attribute_type(it->m_type);
|
||||||
|
// GLuint data_size = GLuint(get_vertex_attribute_size(it->m_type));
|
||||||
|
//
|
||||||
|
// if (appliedOffset > 0)
|
||||||
|
// glVertexAttribPointer(
|
||||||
|
// GLuint(it->m_offset),
|
||||||
|
// GLint(it->m_size),
|
||||||
|
// data_type,
|
||||||
|
// GL_FALSE,
|
||||||
|
// GLsizei(format->size() * data_size),
|
||||||
|
// (void*)(appliedOffset * sizeof(float))
|
||||||
|
// );
|
||||||
|
// else
|
||||||
|
// glVertexAttribPointer(
|
||||||
|
// GLuint(it->m_offset),
|
||||||
|
// GLint(it->m_size),
|
||||||
|
// data_type,
|
||||||
|
// GL_FALSE,
|
||||||
|
// GLsizei(format->size() * data_size),
|
||||||
|
// (void*)0
|
||||||
|
// );
|
||||||
|
//
|
||||||
|
// glEnableVertexAttribArray(GLuint(it->m_offset));
|
||||||
|
//
|
||||||
|
// appliedOffset += it->m_size;
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
|
void RenderDevice::SetBlending(bool value)
|
||||||
|
{
|
||||||
|
if (m_blending != value) {
|
||||||
|
m_blending = value;
|
||||||
|
|
||||||
|
value ? glEnable(GL_BLEND) : glDisable(GL_BLEND);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetBlendingFunction(BlendFactor srcFactor, BlendFactor destFactor)
|
||||||
|
{
|
||||||
|
// Switch state if one of two blending factors was changed
|
||||||
|
if (srcFactor != m_srcBlendFactor || destFactor != m_destBlendFactor)
|
||||||
|
{
|
||||||
|
m_srcBlendFactor = srcFactor;
|
||||||
|
m_destBlendFactor = destFactor;
|
||||||
|
|
||||||
|
// push to gl state
|
||||||
|
glBlendFunc(GetGLBlendFactor(srcFactor), GetGLBlendFactor(destFactor));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetReadRenderTarget(RenderTarget* renderTarget)
|
||||||
|
{
|
||||||
|
if (renderTarget) {
|
||||||
|
if (m_activeReadRT != renderTarget) {
|
||||||
|
m_activeReadRT = renderTarget;
|
||||||
|
//glBindFramebuffer(GL_READ_FRAMEBUFFER, renderTarget->m_framebuffer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else { // set default rt
|
||||||
|
// glBindFramebuffer(GL_READ_FRAMEBUFFER, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetWriteRenderTarget(RenderTarget* renderTarget)
|
||||||
|
{
|
||||||
|
if (renderTarget) {
|
||||||
|
if (m_activeWriteRT != renderTarget) {
|
||||||
|
m_activeWriteRT = renderTarget;
|
||||||
|
//glBindFramebuffer(GL_DRAW_FRAMEBUFFER, renderTarget->m_framebuffer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else { // set default rt
|
||||||
|
//glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::SetViewport(int x, int y, int w, int h)
|
||||||
|
{
|
||||||
|
glViewport(x, y, w, h);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::BlitRenderTarget(int srcX, int srcY, int srcWidth, int srcHeight, int destX, int destY, int destWidth, int destHeight, TextureSurfaceType surfaceType)
|
||||||
|
{
|
||||||
|
GLbitfield mask = 0;
|
||||||
|
if (surfaceType & TST_COLOR)
|
||||||
|
mask |= GL_COLOR_BUFFER_BIT;
|
||||||
|
if (surfaceType & TST_DEPTH)
|
||||||
|
mask |= GL_DEPTH_BUFFER_BIT;
|
||||||
|
if (surfaceType & TST_STENCIL)
|
||||||
|
mask |= GL_STENCIL_BUFFER_BIT;
|
||||||
|
|
||||||
|
//glBlitFramebuffer(srcX, srcY, srcWidth, srcHeight, destX, destY, destWidth, destHeight, mask, GL_LINEAR);
|
||||||
|
}
|
||||||
|
|
||||||
|
static GLenum g_glPrimitiveMode[PT_TRIANGLES + 1] = {
|
||||||
|
GL_POINTS,
|
||||||
|
GL_LINES,
|
||||||
|
GL_TRIANGLES
|
||||||
|
};
|
||||||
|
|
||||||
|
void RenderDevice::DrawArrays(PrimitiveType primType, uint startOf, size_t verticesCount)
|
||||||
|
{
|
||||||
|
glDrawArrays(g_glPrimitiveMode[primType], startOf, GLsizei(verticesCount));
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderDevice::DrawElements(PrimitiveType primType, size_t elementsCount, bool is16bitIndices)
|
||||||
|
{
|
||||||
|
glDrawElements(g_glPrimitiveMode[primType], GLsizei(elementsCount), is16bitIndices ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, NULL);
|
||||||
|
}
|
||||||
59
engine/render/renderdevice.h
Normal file
59
engine/render/renderdevice.h
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
#ifndef RENDERDEVICE_H
|
||||||
|
#define RENDERDEVICE_H
|
||||||
|
|
||||||
|
#include "render/render_shared.h"
|
||||||
|
|
||||||
|
class VertexBuffer;
|
||||||
|
class IndexBuffer;
|
||||||
|
class VertexFormat;
|
||||||
|
class RenderTarget;
|
||||||
|
|
||||||
|
class RenderDevice
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
RenderDevice();
|
||||||
|
~RenderDevice();
|
||||||
|
|
||||||
|
VertexBuffer* CreateVertexBuffer(void* data, size_t size, bool isStream = false);
|
||||||
|
IndexBuffer* CreateIndexBuffer(void* data, size_t size, bool isStream = false);
|
||||||
|
|
||||||
|
void SetVerticesBuffer(VertexBuffer* buffer);
|
||||||
|
void SetIndicesBuffer(IndexBuffer* buffer);
|
||||||
|
|
||||||
|
void SetDepthTest(bool enable);
|
||||||
|
void SetDepthWrite(bool enable);
|
||||||
|
|
||||||
|
//void setVertexFormat(VertexFormat* format);
|
||||||
|
|
||||||
|
void SetBlending(bool value);
|
||||||
|
void SetBlendingFunction(BlendFactor srcFactor, BlendFactor destFactor);
|
||||||
|
|
||||||
|
void SetReadRenderTarget(RenderTarget* renderTarget);
|
||||||
|
void SetWriteRenderTarget(RenderTarget* renderTarget);
|
||||||
|
|
||||||
|
void SetViewport(int x, int y, int w, int h);
|
||||||
|
|
||||||
|
// glBlitFramebuffer
|
||||||
|
void BlitRenderTarget(int srcX, int srcY, int srcWidth, int srcHeight,
|
||||||
|
int destX, int destY, int destWidth, int destHeight,
|
||||||
|
TextureSurfaceType surfaceType);
|
||||||
|
|
||||||
|
// drawing
|
||||||
|
void DrawArrays(PrimitiveType primType, uint startOf, size_t verticesCount);
|
||||||
|
void DrawElements(PrimitiveType primType, size_t elementsCount, bool is16bitIndices);
|
||||||
|
|
||||||
|
private:
|
||||||
|
VertexBuffer* m_activeVB;
|
||||||
|
IndexBuffer* m_activeIB;
|
||||||
|
|
||||||
|
RenderTarget* m_activeReadRT;
|
||||||
|
RenderTarget* m_activeWriteRT;
|
||||||
|
|
||||||
|
bool m_blending;
|
||||||
|
BlendFactor m_srcBlendFactor;
|
||||||
|
BlendFactor m_destBlendFactor;
|
||||||
|
};
|
||||||
|
|
||||||
|
extern RenderDevice* g_renderDevice;
|
||||||
|
|
||||||
|
#endif // !RENDERDEVICE_H
|
||||||
63
engine/render/rendertarget.cpp
Normal file
63
engine/render/rendertarget.cpp
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
#include <assert.h>
|
||||||
|
#include "render/rendertarget.h"
|
||||||
|
|
||||||
|
#include "render/texturesmanager.h"
|
||||||
|
#include "render/texture2d.h"
|
||||||
|
|
||||||
|
#include "glad/glad.h"
|
||||||
|
|
||||||
|
void RenderTarget::setDefaultFramebuffer()
|
||||||
|
{
|
||||||
|
glBindFramebuffer(GL_FRAMEBUFFER, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
RenderTarget::RenderTarget()
|
||||||
|
{
|
||||||
|
m_framebuffer = -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
RenderTarget::~RenderTarget()
|
||||||
|
{
|
||||||
|
m_framebuffer = -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderTarget::create(const char* name /*= nullptr*/)
|
||||||
|
{
|
||||||
|
assert(g_texturesManager);
|
||||||
|
|
||||||
|
////////////////////////
|
||||||
|
// Create FBO
|
||||||
|
|
||||||
|
// generate frame buffer
|
||||||
|
glGenFramebuffers(1, &m_framebuffer);
|
||||||
|
glBindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderTarget::destroy()
|
||||||
|
{
|
||||||
|
GLint drawFboId;
|
||||||
|
glGetIntegerv(GL_FRAMEBUFFER_BINDING, &drawFboId);
|
||||||
|
|
||||||
|
if (drawFboId == (GLint)m_framebuffer)
|
||||||
|
glBindFramebuffer(GL_FRAMEBUFFER, 0);
|
||||||
|
glDeleteFramebuffers(1, &m_framebuffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderTarget::finialize()
|
||||||
|
{
|
||||||
|
if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) {
|
||||||
|
assert(0 && "RenderTarget::finialize: failed to finialize framebuffer. Framebuffer is not complete");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderTarget::attachColorTexture(int slot, Texture2D* texture)
|
||||||
|
{
|
||||||
|
assert(texture && "Failed to assing nullptr texture");
|
||||||
|
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + slot, GL_TEXTURE_2D, texture->GetHandle(), 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
void RenderTarget::attachDepthTexture(Texture2D* texture)
|
||||||
|
{
|
||||||
|
assert(texture && "Failed to assing nullptr texture");
|
||||||
|
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, texture->GetHandle(), 0);
|
||||||
|
}
|
||||||
33
engine/render/rendertarget.h
Normal file
33
engine/render/rendertarget.h
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
#ifndef RENDERTARGET_H
|
||||||
|
#define RENDERTARGET_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
class Texture2D;
|
||||||
|
class RenderDevice;
|
||||||
|
|
||||||
|
class RenderTarget
|
||||||
|
{
|
||||||
|
friend class RenderDevice;
|
||||||
|
public:
|
||||||
|
// #TODO: Little hack
|
||||||
|
static void setDefaultFramebuffer();
|
||||||
|
|
||||||
|
public:
|
||||||
|
RenderTarget();
|
||||||
|
~RenderTarget();
|
||||||
|
|
||||||
|
void create(const char* name = nullptr);
|
||||||
|
void destroy();
|
||||||
|
|
||||||
|
void finialize();
|
||||||
|
|
||||||
|
void attachColorTexture(int slot, Texture2D* texture);
|
||||||
|
void attachDepthTexture(Texture2D* texture);
|
||||||
|
|
||||||
|
private:
|
||||||
|
uint32_t m_framebuffer;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
58
engine/render/vertexbuffer.cpp
Normal file
58
engine/render/vertexbuffer.cpp
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
#include "render/vertexbuffer.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
|
||||||
|
VertexBuffer::VertexBuffer(void* data, size_t size, bool isStream /*= false*/)
|
||||||
|
{
|
||||||
|
glGenBuffers(1, &m_buffer);
|
||||||
|
glBindBuffer(GL_ARRAY_BUFFER, m_buffer);
|
||||||
|
glBufferData(GL_ARRAY_BUFFER, size, data, isStream ? GL_DYNAMIC_DRAW : GL_STATIC_DRAW);
|
||||||
|
glBindBuffer(GL_ARRAY_BUFFER, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
VertexBuffer::~VertexBuffer()
|
||||||
|
{
|
||||||
|
glDeleteBuffers(1, &m_buffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void VertexBuffer::Bind()
|
||||||
|
{
|
||||||
|
glBindBuffer(GL_ARRAY_BUFFER, m_buffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void* VertexBuffer::MapBuffer(BufferAccess access)
|
||||||
|
{
|
||||||
|
GLenum accessGl = 0;
|
||||||
|
|
||||||
|
switch (access)
|
||||||
|
{
|
||||||
|
case BA_READ_ONLY:
|
||||||
|
accessGl = GL_READ_ONLY;
|
||||||
|
break;
|
||||||
|
case BA_WRITE_ONLY:
|
||||||
|
accessGl = GL_WRITE_ONLY;
|
||||||
|
break;
|
||||||
|
case BA_READ_WRITE:
|
||||||
|
accessGl = GL_READ_WRITE;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
Bind();
|
||||||
|
|
||||||
|
void* ptr = glMapBuffer(GL_ARRAY_BUFFER, accessGl);
|
||||||
|
|
||||||
|
GL_CHECK_ERROR();
|
||||||
|
|
||||||
|
return ptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
void VertexBuffer::UnmapBuffer()
|
||||||
|
{
|
||||||
|
Bind();
|
||||||
|
glUnmapBuffer(GL_ARRAY_BUFFER);
|
||||||
|
}
|
||||||
|
|
||||||
|
void VertexBuffer::UpdateBuffer(void* data, size_t size)
|
||||||
|
{
|
||||||
|
glBufferData(GL_ARRAY_BUFFER, size, data, GL_DYNAMIC_DRAW);
|
||||||
|
GL_CHECK_ERROR();
|
||||||
|
}
|
||||||
28
engine/render/vertexbuffer.h
Normal file
28
engine/render/vertexbuffer.h
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
#ifndef VERTEXOBJECT_H
|
||||||
|
#define VERTEXOBJECT_H
|
||||||
|
|
||||||
|
#include "render/render_shared.h"
|
||||||
|
#include "render/gl_shared.h"
|
||||||
|
|
||||||
|
class RenderDevice;
|
||||||
|
|
||||||
|
class VertexBuffer
|
||||||
|
{
|
||||||
|
friend class RenderDevice;
|
||||||
|
public:
|
||||||
|
~VertexBuffer();
|
||||||
|
|
||||||
|
void Bind();
|
||||||
|
|
||||||
|
void* MapBuffer(BufferAccess access);
|
||||||
|
void UnmapBuffer();
|
||||||
|
|
||||||
|
void UpdateBuffer(void* data, size_t size);
|
||||||
|
|
||||||
|
private:
|
||||||
|
VertexBuffer(void* data, size_t size, bool isStream = false);
|
||||||
|
|
||||||
|
GLuint m_buffer;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // !VERTEXOBJECT_H
|
||||||
96
engine/utils/logger.cpp
Normal file
96
engine/utils/logger.cpp
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
#include <assert.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <memory.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
|
#include <Windows.h>
|
||||||
|
|
||||||
|
#include "utils/logger.h"
|
||||||
|
|
||||||
|
static FILE* s_logFileHandle = NULL;
|
||||||
|
static DWORD s_logOpenTime = 0;
|
||||||
|
|
||||||
|
void logWriteMsg(const char* msg)
|
||||||
|
{
|
||||||
|
DWORD dwCurrentTime = GetTickCount() - s_logOpenTime;
|
||||||
|
|
||||||
|
static char buffer[1024];
|
||||||
|
int len = sprintf(buffer, "%02lu:%02lu.%02lu: %s",
|
||||||
|
dwCurrentTime / 60000, dwCurrentTime / 1000 % 60, dwCurrentTime % 1000 / 10, msg);
|
||||||
|
|
||||||
|
if (s_logFileHandle)
|
||||||
|
{
|
||||||
|
fwrite(buffer, sizeof(char), len, s_logFileHandle);
|
||||||
|
fflush(s_logFileHandle);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool s_Initialized = false;
|
||||||
|
|
||||||
|
void Logger::Init()
|
||||||
|
{
|
||||||
|
s_logFileHandle = fopen("output.txt", "w");
|
||||||
|
assert(s_logFileHandle);
|
||||||
|
|
||||||
|
s_logOpenTime = GetTickCount();
|
||||||
|
|
||||||
|
s_Initialized = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void Logger::Shutdown()
|
||||||
|
{
|
||||||
|
if (s_logFileHandle)
|
||||||
|
{
|
||||||
|
fclose(s_logFileHandle);
|
||||||
|
s_logFileHandle = NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void Logger::LogPrint(const char* msg, ...)
|
||||||
|
{
|
||||||
|
static char buffer[2048 * 2];
|
||||||
|
|
||||||
|
if (s_Initialized == false)
|
||||||
|
Logger::Init();
|
||||||
|
|
||||||
|
va_list args;
|
||||||
|
va_start(args, msg);
|
||||||
|
vsprintf(buffer, msg, args);
|
||||||
|
va_end(args);
|
||||||
|
|
||||||
|
strcat(buffer, "\n");
|
||||||
|
|
||||||
|
OutputDebugStringA(buffer);
|
||||||
|
|
||||||
|
// write to console
|
||||||
|
fwrite(buffer, sizeof(char), strlen(buffer), stdout);
|
||||||
|
|
||||||
|
logWriteMsg(buffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Logger::Error(const char* msg, ...)
|
||||||
|
{
|
||||||
|
static char buffer[2048 * 2];
|
||||||
|
va_list args;
|
||||||
|
va_start(args, msg);
|
||||||
|
vsprintf(buffer, msg, args);
|
||||||
|
va_end(args);
|
||||||
|
|
||||||
|
strcat(buffer, "\n");
|
||||||
|
|
||||||
|
OutputDebugStringA(buffer);
|
||||||
|
|
||||||
|
// write to console
|
||||||
|
fwrite(buffer, sizeof(char), strlen(buffer), stdout);
|
||||||
|
|
||||||
|
logWriteMsg(buffer);
|
||||||
|
|
||||||
|
MessageBoxA(NULL, buffer, "Engine Error", MB_OK | MB_ICONERROR);
|
||||||
|
|
||||||
|
// if (IsDebuggerPresent())
|
||||||
|
// DebugBreak();
|
||||||
|
//else
|
||||||
|
exit(-1);
|
||||||
|
}
|
||||||
16
engine/utils/logger.h
Normal file
16
engine/utils/logger.h
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#ifndef LOGGER_H
|
||||||
|
#define LOGGER_H
|
||||||
|
|
||||||
|
class Logger
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
static void Init();
|
||||||
|
static void Shutdown();
|
||||||
|
static void LogPrint(const char* msg, ...);
|
||||||
|
static void Error(const char* msg, ...);
|
||||||
|
};
|
||||||
|
|
||||||
|
#define Msg Logger::LogPrint
|
||||||
|
#define LogMsg Logger::LogPrint
|
||||||
|
|
||||||
|
#endif // !LOGGER_H
|
||||||
2
engine/utils/maths.cpp
Normal file
2
engine/utils/maths.cpp
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#include <utils/maths.h>
|
||||||
|
|
||||||
28
engine/utils/maths.h
Normal file
28
engine/utils/maths.h
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
#ifndef MATHS_H
|
||||||
|
#define MATHS_H
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
#include <memory.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
|
// Type definition
|
||||||
|
typedef unsigned char uchar;
|
||||||
|
typedef uchar byte;
|
||||||
|
typedef short int16;
|
||||||
|
typedef unsigned short uint16;
|
||||||
|
typedef unsigned int uint;
|
||||||
|
|
||||||
|
// Define M_PI
|
||||||
|
#ifndef M_PI
|
||||||
|
#define M_PI 3.14159265358979323846 // pi
|
||||||
|
#endif // !M_PI
|
||||||
|
|
||||||
|
#pragma warning( disable : 4244 )
|
||||||
|
|
||||||
|
struct Point2
|
||||||
|
{
|
||||||
|
int x;
|
||||||
|
int y;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // !MATHS_H
|
||||||
3256
sdk/GL/glcorearb.h
Normal file
3256
sdk/GL/glcorearb.h
Normal file
File diff suppressed because it is too large
Load Diff
11011
sdk/GL/glext.h
Normal file
11011
sdk/GL/glext.h
Normal file
File diff suppressed because it is too large
Load Diff
838
sdk/GL/glxext.h
Normal file
838
sdk/GL/glxext.h
Normal file
@@ -0,0 +1,838 @@
|
|||||||
|
#ifndef __glxext_h_
|
||||||
|
#define __glxext_h_ 1
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
** Copyright (c) 2013 The Khronos Group Inc.
|
||||||
|
**
|
||||||
|
** Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
** copy of this software and/or associated documentation files (the
|
||||||
|
** "Materials"), to deal in the Materials without restriction, including
|
||||||
|
** without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
** distribute, sublicense, and/or sell copies of the Materials, and to
|
||||||
|
** permit persons to whom the Materials are furnished to do so, subject to
|
||||||
|
** the following conditions:
|
||||||
|
**
|
||||||
|
** The above copyright notice and this permission notice shall be included
|
||||||
|
** in all copies or substantial portions of the Materials.
|
||||||
|
**
|
||||||
|
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
** This header is generated from the Khronos OpenGL / OpenGL ES XML
|
||||||
|
** API Registry. The current version of the Registry, generator scripts
|
||||||
|
** used to make the header, and the header can be found at
|
||||||
|
** http://www.opengl.org/registry/
|
||||||
|
**
|
||||||
|
** Khronos $Revision$ on $Date$
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define GLX_GLXEXT_VERSION 20130710
|
||||||
|
|
||||||
|
/* Generated C header for:
|
||||||
|
* API: glx
|
||||||
|
* Versions considered: .*
|
||||||
|
* Versions emitted: 1\.[3-9]
|
||||||
|
* Default extensions included: glx
|
||||||
|
* Additional extensions included: _nomatch_^
|
||||||
|
* Extensions removed: _nomatch_^
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef GLX_VERSION_1_3
|
||||||
|
#define GLX_VERSION_1_3 1
|
||||||
|
typedef struct __GLXFBConfigRec *GLXFBConfig;
|
||||||
|
typedef XID GLXWindow;
|
||||||
|
typedef XID GLXPbuffer;
|
||||||
|
#define GLX_WINDOW_BIT 0x00000001
|
||||||
|
#define GLX_PIXMAP_BIT 0x00000002
|
||||||
|
#define GLX_PBUFFER_BIT 0x00000004
|
||||||
|
#define GLX_RGBA_BIT 0x00000001
|
||||||
|
#define GLX_COLOR_INDEX_BIT 0x00000002
|
||||||
|
#define GLX_PBUFFER_CLOBBER_MASK 0x08000000
|
||||||
|
#define GLX_FRONT_LEFT_BUFFER_BIT 0x00000001
|
||||||
|
#define GLX_FRONT_RIGHT_BUFFER_BIT 0x00000002
|
||||||
|
#define GLX_BACK_LEFT_BUFFER_BIT 0x00000004
|
||||||
|
#define GLX_BACK_RIGHT_BUFFER_BIT 0x00000008
|
||||||
|
#define GLX_AUX_BUFFERS_BIT 0x00000010
|
||||||
|
#define GLX_DEPTH_BUFFER_BIT 0x00000020
|
||||||
|
#define GLX_STENCIL_BUFFER_BIT 0x00000040
|
||||||
|
#define GLX_ACCUM_BUFFER_BIT 0x00000080
|
||||||
|
#define GLX_CONFIG_CAVEAT 0x20
|
||||||
|
#define GLX_X_VISUAL_TYPE 0x22
|
||||||
|
#define GLX_TRANSPARENT_TYPE 0x23
|
||||||
|
#define GLX_TRANSPARENT_INDEX_VALUE 0x24
|
||||||
|
#define GLX_TRANSPARENT_RED_VALUE 0x25
|
||||||
|
#define GLX_TRANSPARENT_GREEN_VALUE 0x26
|
||||||
|
#define GLX_TRANSPARENT_BLUE_VALUE 0x27
|
||||||
|
#define GLX_TRANSPARENT_ALPHA_VALUE 0x28
|
||||||
|
#define GLX_DONT_CARE 0xFFFFFFFF
|
||||||
|
#define GLX_NONE 0x8000
|
||||||
|
#define GLX_SLOW_CONFIG 0x8001
|
||||||
|
#define GLX_TRUE_COLOR 0x8002
|
||||||
|
#define GLX_DIRECT_COLOR 0x8003
|
||||||
|
#define GLX_PSEUDO_COLOR 0x8004
|
||||||
|
#define GLX_STATIC_COLOR 0x8005
|
||||||
|
#define GLX_GRAY_SCALE 0x8006
|
||||||
|
#define GLX_STATIC_GRAY 0x8007
|
||||||
|
#define GLX_TRANSPARENT_RGB 0x8008
|
||||||
|
#define GLX_TRANSPARENT_INDEX 0x8009
|
||||||
|
#define GLX_VISUAL_ID 0x800B
|
||||||
|
#define GLX_SCREEN 0x800C
|
||||||
|
#define GLX_NON_CONFORMANT_CONFIG 0x800D
|
||||||
|
#define GLX_DRAWABLE_TYPE 0x8010
|
||||||
|
#define GLX_RENDER_TYPE 0x8011
|
||||||
|
#define GLX_X_RENDERABLE 0x8012
|
||||||
|
#define GLX_FBCONFIG_ID 0x8013
|
||||||
|
#define GLX_RGBA_TYPE 0x8014
|
||||||
|
#define GLX_COLOR_INDEX_TYPE 0x8015
|
||||||
|
#define GLX_MAX_PBUFFER_WIDTH 0x8016
|
||||||
|
#define GLX_MAX_PBUFFER_HEIGHT 0x8017
|
||||||
|
#define GLX_MAX_PBUFFER_PIXELS 0x8018
|
||||||
|
#define GLX_PRESERVED_CONTENTS 0x801B
|
||||||
|
#define GLX_LARGEST_PBUFFER 0x801C
|
||||||
|
#define GLX_WIDTH 0x801D
|
||||||
|
#define GLX_HEIGHT 0x801E
|
||||||
|
#define GLX_EVENT_MASK 0x801F
|
||||||
|
#define GLX_DAMAGED 0x8020
|
||||||
|
#define GLX_SAVED 0x8021
|
||||||
|
#define GLX_WINDOW 0x8022
|
||||||
|
#define GLX_PBUFFER 0x8023
|
||||||
|
#define GLX_PBUFFER_HEIGHT 0x8040
|
||||||
|
#define GLX_PBUFFER_WIDTH 0x8041
|
||||||
|
typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
|
||||||
|
typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
||||||
|
typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
|
||||||
|
typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
|
||||||
|
typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
||||||
|
typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
|
||||||
|
typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
||||||
|
typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
|
||||||
|
typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
|
||||||
|
typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
|
||||||
|
typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
||||||
|
typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
||||||
|
typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
||||||
|
typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void);
|
||||||
|
typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
|
||||||
|
typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
|
||||||
|
typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
||||||
|
GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
||||||
|
int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
|
||||||
|
XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
|
||||||
|
GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
||||||
|
void glXDestroyWindow (Display *dpy, GLXWindow win);
|
||||||
|
GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
||||||
|
void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
|
||||||
|
GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
|
||||||
|
void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
|
||||||
|
void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
||||||
|
GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
||||||
|
Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
||||||
|
GLXDrawable glXGetCurrentReadDrawable (void);
|
||||||
|
int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
||||||
|
void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask);
|
||||||
|
void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_VERSION_1_3 */
|
||||||
|
|
||||||
|
#ifndef GLX_VERSION_1_4
|
||||||
|
#define GLX_VERSION_1_4 1
|
||||||
|
typedef void ( *__GLXextFuncPtr)(void);
|
||||||
|
#define GLX_SAMPLE_BUFFERS 100000
|
||||||
|
#define GLX_SAMPLES 100001
|
||||||
|
typedef __GLXextFuncPtr ( *PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
__GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_VERSION_1_4 */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_create_context
|
||||||
|
#define GLX_ARB_create_context 1
|
||||||
|
#define GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001
|
||||||
|
#define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
|
||||||
|
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
|
||||||
|
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
|
||||||
|
#define GLX_CONTEXT_FLAGS_ARB 0x2094
|
||||||
|
typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_ARB_create_context */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_create_context_profile
|
||||||
|
#define GLX_ARB_create_context_profile 1
|
||||||
|
#define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
|
||||||
|
#define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
|
||||||
|
#define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126
|
||||||
|
#endif /* GLX_ARB_create_context_profile */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_create_context_robustness
|
||||||
|
#define GLX_ARB_create_context_robustness 1
|
||||||
|
#define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
|
||||||
|
#define GLX_LOSE_CONTEXT_ON_RESET_ARB 0x8252
|
||||||
|
#define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
|
||||||
|
#define GLX_NO_RESET_NOTIFICATION_ARB 0x8261
|
||||||
|
#endif /* GLX_ARB_create_context_robustness */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_fbconfig_float
|
||||||
|
#define GLX_ARB_fbconfig_float 1
|
||||||
|
#define GLX_RGBA_FLOAT_TYPE_ARB 0x20B9
|
||||||
|
#define GLX_RGBA_FLOAT_BIT_ARB 0x00000004
|
||||||
|
#endif /* GLX_ARB_fbconfig_float */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_framebuffer_sRGB
|
||||||
|
#define GLX_ARB_framebuffer_sRGB 1
|
||||||
|
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20B2
|
||||||
|
#endif /* GLX_ARB_framebuffer_sRGB */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_get_proc_address
|
||||||
|
#define GLX_ARB_get_proc_address 1
|
||||||
|
typedef __GLXextFuncPtr ( *PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
__GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_ARB_get_proc_address */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_multisample
|
||||||
|
#define GLX_ARB_multisample 1
|
||||||
|
#define GLX_SAMPLE_BUFFERS_ARB 100000
|
||||||
|
#define GLX_SAMPLES_ARB 100001
|
||||||
|
#endif /* GLX_ARB_multisample */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_robustness_application_isolation
|
||||||
|
#define GLX_ARB_robustness_application_isolation 1
|
||||||
|
#define GLX_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
|
||||||
|
#endif /* GLX_ARB_robustness_application_isolation */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_robustness_share_group_isolation
|
||||||
|
#define GLX_ARB_robustness_share_group_isolation 1
|
||||||
|
#endif /* GLX_ARB_robustness_share_group_isolation */
|
||||||
|
|
||||||
|
#ifndef GLX_ARB_vertex_buffer_object
|
||||||
|
#define GLX_ARB_vertex_buffer_object 1
|
||||||
|
#define GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095
|
||||||
|
#endif /* GLX_ARB_vertex_buffer_object */
|
||||||
|
|
||||||
|
#ifndef GLX_3DFX_multisample
|
||||||
|
#define GLX_3DFX_multisample 1
|
||||||
|
#define GLX_SAMPLE_BUFFERS_3DFX 0x8050
|
||||||
|
#define GLX_SAMPLES_3DFX 0x8051
|
||||||
|
#endif /* GLX_3DFX_multisample */
|
||||||
|
|
||||||
|
#ifndef GLX_AMD_gpu_association
|
||||||
|
#define GLX_AMD_gpu_association 1
|
||||||
|
#define GLX_GPU_VENDOR_AMD 0x1F00
|
||||||
|
#define GLX_GPU_RENDERER_STRING_AMD 0x1F01
|
||||||
|
#define GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
|
||||||
|
#define GLX_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
|
||||||
|
#define GLX_GPU_RAM_AMD 0x21A3
|
||||||
|
#define GLX_GPU_CLOCK_AMD 0x21A4
|
||||||
|
#define GLX_GPU_NUM_PIPES_AMD 0x21A5
|
||||||
|
#define GLX_GPU_NUM_SIMD_AMD 0x21A6
|
||||||
|
#define GLX_GPU_NUM_RB_AMD 0x21A7
|
||||||
|
#define GLX_GPU_NUM_SPI_AMD 0x21A8
|
||||||
|
#endif /* GLX_AMD_gpu_association */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_buffer_age
|
||||||
|
#define GLX_EXT_buffer_age 1
|
||||||
|
#define GLX_BACK_BUFFER_AGE_EXT 0x20F4
|
||||||
|
#endif /* GLX_EXT_buffer_age */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_create_context_es2_profile
|
||||||
|
#define GLX_EXT_create_context_es2_profile 1
|
||||||
|
#define GLX_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
|
||||||
|
#endif /* GLX_EXT_create_context_es2_profile */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_create_context_es_profile
|
||||||
|
#define GLX_EXT_create_context_es_profile 1
|
||||||
|
#define GLX_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
|
||||||
|
#endif /* GLX_EXT_create_context_es_profile */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_fbconfig_packed_float
|
||||||
|
#define GLX_EXT_fbconfig_packed_float 1
|
||||||
|
#define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT 0x20B1
|
||||||
|
#define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008
|
||||||
|
#endif /* GLX_EXT_fbconfig_packed_float */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_framebuffer_sRGB
|
||||||
|
#define GLX_EXT_framebuffer_sRGB 1
|
||||||
|
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2
|
||||||
|
#endif /* GLX_EXT_framebuffer_sRGB */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_import_context
|
||||||
|
#define GLX_EXT_import_context 1
|
||||||
|
typedef XID GLXContextID;
|
||||||
|
#define GLX_SHARE_CONTEXT_EXT 0x800A
|
||||||
|
#define GLX_VISUAL_ID_EXT 0x800B
|
||||||
|
#define GLX_SCREEN_EXT 0x800C
|
||||||
|
typedef Display *( *PFNGLXGETCURRENTDISPLAYEXTPROC) (void);
|
||||||
|
typedef int ( *PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int *value);
|
||||||
|
typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
|
||||||
|
typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
||||||
|
typedef void ( *PFNGLXFREECONTEXTEXTPROC) (Display *dpy, GLXContext context);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Display *glXGetCurrentDisplayEXT (void);
|
||||||
|
int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
|
||||||
|
GLXContextID glXGetContextIDEXT (const GLXContext context);
|
||||||
|
GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
||||||
|
void glXFreeContextEXT (Display *dpy, GLXContext context);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_EXT_import_context */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_swap_control
|
||||||
|
#define GLX_EXT_swap_control 1
|
||||||
|
#define GLX_SWAP_INTERVAL_EXT 0x20F1
|
||||||
|
#define GLX_MAX_SWAP_INTERVAL_EXT 0x20F2
|
||||||
|
typedef void ( *PFNGLXSWAPINTERVALEXTPROC) (Display *dpy, GLXDrawable drawable, int interval);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_EXT_swap_control */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_swap_control_tear
|
||||||
|
#define GLX_EXT_swap_control_tear 1
|
||||||
|
#define GLX_LATE_SWAPS_TEAR_EXT 0x20F3
|
||||||
|
#endif /* GLX_EXT_swap_control_tear */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_texture_from_pixmap
|
||||||
|
#define GLX_EXT_texture_from_pixmap 1
|
||||||
|
#define GLX_TEXTURE_1D_BIT_EXT 0x00000001
|
||||||
|
#define GLX_TEXTURE_2D_BIT_EXT 0x00000002
|
||||||
|
#define GLX_TEXTURE_RECTANGLE_BIT_EXT 0x00000004
|
||||||
|
#define GLX_BIND_TO_TEXTURE_RGB_EXT 0x20D0
|
||||||
|
#define GLX_BIND_TO_TEXTURE_RGBA_EXT 0x20D1
|
||||||
|
#define GLX_BIND_TO_MIPMAP_TEXTURE_EXT 0x20D2
|
||||||
|
#define GLX_BIND_TO_TEXTURE_TARGETS_EXT 0x20D3
|
||||||
|
#define GLX_Y_INVERTED_EXT 0x20D4
|
||||||
|
#define GLX_TEXTURE_FORMAT_EXT 0x20D5
|
||||||
|
#define GLX_TEXTURE_TARGET_EXT 0x20D6
|
||||||
|
#define GLX_MIPMAP_TEXTURE_EXT 0x20D7
|
||||||
|
#define GLX_TEXTURE_FORMAT_NONE_EXT 0x20D8
|
||||||
|
#define GLX_TEXTURE_FORMAT_RGB_EXT 0x20D9
|
||||||
|
#define GLX_TEXTURE_FORMAT_RGBA_EXT 0x20DA
|
||||||
|
#define GLX_TEXTURE_1D_EXT 0x20DB
|
||||||
|
#define GLX_TEXTURE_2D_EXT 0x20DC
|
||||||
|
#define GLX_TEXTURE_RECTANGLE_EXT 0x20DD
|
||||||
|
#define GLX_FRONT_LEFT_EXT 0x20DE
|
||||||
|
#define GLX_FRONT_RIGHT_EXT 0x20DF
|
||||||
|
#define GLX_BACK_LEFT_EXT 0x20E0
|
||||||
|
#define GLX_BACK_RIGHT_EXT 0x20E1
|
||||||
|
#define GLX_FRONT_EXT 0x20DE
|
||||||
|
#define GLX_BACK_EXT 0x20E0
|
||||||
|
#define GLX_AUX0_EXT 0x20E2
|
||||||
|
#define GLX_AUX1_EXT 0x20E3
|
||||||
|
#define GLX_AUX2_EXT 0x20E4
|
||||||
|
#define GLX_AUX3_EXT 0x20E5
|
||||||
|
#define GLX_AUX4_EXT 0x20E6
|
||||||
|
#define GLX_AUX5_EXT 0x20E7
|
||||||
|
#define GLX_AUX6_EXT 0x20E8
|
||||||
|
#define GLX_AUX7_EXT 0x20E9
|
||||||
|
#define GLX_AUX8_EXT 0x20EA
|
||||||
|
#define GLX_AUX9_EXT 0x20EB
|
||||||
|
typedef void ( *PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
|
||||||
|
typedef void ( *PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
|
||||||
|
void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_EXT_texture_from_pixmap */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_visual_info
|
||||||
|
#define GLX_EXT_visual_info 1
|
||||||
|
#define GLX_X_VISUAL_TYPE_EXT 0x22
|
||||||
|
#define GLX_TRANSPARENT_TYPE_EXT 0x23
|
||||||
|
#define GLX_TRANSPARENT_INDEX_VALUE_EXT 0x24
|
||||||
|
#define GLX_TRANSPARENT_RED_VALUE_EXT 0x25
|
||||||
|
#define GLX_TRANSPARENT_GREEN_VALUE_EXT 0x26
|
||||||
|
#define GLX_TRANSPARENT_BLUE_VALUE_EXT 0x27
|
||||||
|
#define GLX_TRANSPARENT_ALPHA_VALUE_EXT 0x28
|
||||||
|
#define GLX_NONE_EXT 0x8000
|
||||||
|
#define GLX_TRUE_COLOR_EXT 0x8002
|
||||||
|
#define GLX_DIRECT_COLOR_EXT 0x8003
|
||||||
|
#define GLX_PSEUDO_COLOR_EXT 0x8004
|
||||||
|
#define GLX_STATIC_COLOR_EXT 0x8005
|
||||||
|
#define GLX_GRAY_SCALE_EXT 0x8006
|
||||||
|
#define GLX_STATIC_GRAY_EXT 0x8007
|
||||||
|
#define GLX_TRANSPARENT_RGB_EXT 0x8008
|
||||||
|
#define GLX_TRANSPARENT_INDEX_EXT 0x8009
|
||||||
|
#endif /* GLX_EXT_visual_info */
|
||||||
|
|
||||||
|
#ifndef GLX_EXT_visual_rating
|
||||||
|
#define GLX_EXT_visual_rating 1
|
||||||
|
#define GLX_VISUAL_CAVEAT_EXT 0x20
|
||||||
|
#define GLX_SLOW_VISUAL_EXT 0x8001
|
||||||
|
#define GLX_NON_CONFORMANT_VISUAL_EXT 0x800D
|
||||||
|
#endif /* GLX_EXT_visual_rating */
|
||||||
|
|
||||||
|
#ifndef GLX_INTEL_swap_event
|
||||||
|
#define GLX_INTEL_swap_event 1
|
||||||
|
#define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000
|
||||||
|
#define GLX_EXCHANGE_COMPLETE_INTEL 0x8180
|
||||||
|
#define GLX_COPY_COMPLETE_INTEL 0x8181
|
||||||
|
#define GLX_FLIP_COMPLETE_INTEL 0x8182
|
||||||
|
#endif /* GLX_INTEL_swap_event */
|
||||||
|
|
||||||
|
#ifndef GLX_MESA_agp_offset
|
||||||
|
#define GLX_MESA_agp_offset 1
|
||||||
|
typedef unsigned int ( *PFNGLXGETAGPOFFSETMESAPROC) (const void *pointer);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
unsigned int glXGetAGPOffsetMESA (const void *pointer);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_MESA_agp_offset */
|
||||||
|
|
||||||
|
#ifndef GLX_MESA_copy_sub_buffer
|
||||||
|
#define GLX_MESA_copy_sub_buffer 1
|
||||||
|
typedef void ( *PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_MESA_copy_sub_buffer */
|
||||||
|
|
||||||
|
#ifndef GLX_MESA_pixmap_colormap
|
||||||
|
#define GLX_MESA_pixmap_colormap 1
|
||||||
|
typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_MESA_pixmap_colormap */
|
||||||
|
|
||||||
|
#ifndef GLX_MESA_release_buffers
|
||||||
|
#define GLX_MESA_release_buffers 1
|
||||||
|
typedef Bool ( *PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Bool glXReleaseBuffersMESA (Display *dpy, GLXDrawable drawable);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_MESA_release_buffers */
|
||||||
|
|
||||||
|
#ifndef GLX_MESA_set_3dfx_mode
|
||||||
|
#define GLX_MESA_set_3dfx_mode 1
|
||||||
|
#define GLX_3DFX_WINDOW_MODE_MESA 0x1
|
||||||
|
#define GLX_3DFX_FULLSCREEN_MODE_MESA 0x2
|
||||||
|
typedef Bool ( *PFNGLXSET3DFXMODEMESAPROC) (int mode);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Bool glXSet3DfxModeMESA (int mode);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_MESA_set_3dfx_mode */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_copy_image
|
||||||
|
#define GLX_NV_copy_image 1
|
||||||
|
typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_NV_copy_image */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_float_buffer
|
||||||
|
#define GLX_NV_float_buffer 1
|
||||||
|
#define GLX_FLOAT_COMPONENTS_NV 0x20B0
|
||||||
|
#endif /* GLX_NV_float_buffer */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_multisample_coverage
|
||||||
|
#define GLX_NV_multisample_coverage 1
|
||||||
|
#define GLX_COVERAGE_SAMPLES_NV 100001
|
||||||
|
#define GLX_COLOR_SAMPLES_NV 0x20B3
|
||||||
|
#endif /* GLX_NV_multisample_coverage */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_present_video
|
||||||
|
#define GLX_NV_present_video 1
|
||||||
|
#define GLX_NUM_VIDEO_SLOTS_NV 0x20F0
|
||||||
|
typedef unsigned int *( *PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements);
|
||||||
|
typedef int ( *PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
unsigned int *glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements);
|
||||||
|
int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_NV_present_video */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_swap_group
|
||||||
|
#define GLX_NV_swap_group 1
|
||||||
|
typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
|
||||||
|
typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
|
||||||
|
typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
|
||||||
|
typedef Bool ( *PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
|
||||||
|
typedef Bool ( *PFNGLXQUERYFRAMECOUNTNVPROC) (Display *dpy, int screen, GLuint *count);
|
||||||
|
typedef Bool ( *PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
|
||||||
|
Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
|
||||||
|
Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
|
||||||
|
Bool glXQueryMaxSwapGroupsNV (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
|
||||||
|
Bool glXQueryFrameCountNV (Display *dpy, int screen, GLuint *count);
|
||||||
|
Bool glXResetFrameCountNV (Display *dpy, int screen);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_NV_swap_group */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_video_capture
|
||||||
|
#define GLX_NV_video_capture 1
|
||||||
|
typedef XID GLXVideoCaptureDeviceNV;
|
||||||
|
#define GLX_DEVICE_ID_NV 0x20CD
|
||||||
|
#define GLX_UNIQUE_ID_NV 0x20CE
|
||||||
|
#define GLX_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
|
||||||
|
typedef int ( *PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
|
||||||
|
typedef GLXVideoCaptureDeviceNV *( *PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements);
|
||||||
|
typedef void ( *PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);
|
||||||
|
typedef int ( *PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
|
||||||
|
typedef void ( *PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
int glXBindVideoCaptureDeviceNV (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
|
||||||
|
GLXVideoCaptureDeviceNV *glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements);
|
||||||
|
void glXLockVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);
|
||||||
|
int glXQueryVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
|
||||||
|
void glXReleaseVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_NV_video_capture */
|
||||||
|
|
||||||
|
#ifndef GLX_NV_video_output
|
||||||
|
#define GLX_NV_video_output 1
|
||||||
|
typedef unsigned int GLXVideoDeviceNV;
|
||||||
|
#define GLX_VIDEO_OUT_COLOR_NV 0x20C3
|
||||||
|
#define GLX_VIDEO_OUT_ALPHA_NV 0x20C4
|
||||||
|
#define GLX_VIDEO_OUT_DEPTH_NV 0x20C5
|
||||||
|
#define GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
|
||||||
|
#define GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
|
||||||
|
#define GLX_VIDEO_OUT_FRAME_NV 0x20C8
|
||||||
|
#define GLX_VIDEO_OUT_FIELD_1_NV 0x20C9
|
||||||
|
#define GLX_VIDEO_OUT_FIELD_2_NV 0x20CA
|
||||||
|
#define GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB
|
||||||
|
#define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
|
||||||
|
typedef int ( *PFNGLXGETVIDEODEVICENVPROC) (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
|
||||||
|
typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);
|
||||||
|
typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
|
||||||
|
typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
|
||||||
|
typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
|
||||||
|
typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
int glXGetVideoDeviceNV (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
|
||||||
|
int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);
|
||||||
|
int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
|
||||||
|
int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf);
|
||||||
|
int glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
|
||||||
|
int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_NV_video_output */
|
||||||
|
|
||||||
|
#ifndef GLX_OML_swap_method
|
||||||
|
#define GLX_OML_swap_method 1
|
||||||
|
#define GLX_SWAP_METHOD_OML 0x8060
|
||||||
|
#define GLX_SWAP_EXCHANGE_OML 0x8061
|
||||||
|
#define GLX_SWAP_COPY_OML 0x8062
|
||||||
|
#define GLX_SWAP_UNDEFINED_OML 0x8063
|
||||||
|
#endif /* GLX_OML_swap_method */
|
||||||
|
|
||||||
|
#ifndef GLX_OML_sync_control
|
||||||
|
#define GLX_OML_sync_control 1
|
||||||
|
#ifndef GLEXT_64_TYPES_DEFINED
|
||||||
|
/* This code block is duplicated in glext.h, so must be protected */
|
||||||
|
#define GLEXT_64_TYPES_DEFINED
|
||||||
|
/* Define int32_t, int64_t, and uint64_t types for UST/MSC */
|
||||||
|
/* (as used in the GLX_OML_sync_control extension). */
|
||||||
|
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||||
|
#include <inttypes.h>
|
||||||
|
#elif defined(__sun__) || defined(__digital__)
|
||||||
|
#include <inttypes.h>
|
||||||
|
#if defined(__STDC__)
|
||||||
|
#if defined(__arch64__) || defined(_LP64)
|
||||||
|
typedef long int int64_t;
|
||||||
|
typedef unsigned long int uint64_t;
|
||||||
|
#else
|
||||||
|
typedef long long int int64_t;
|
||||||
|
typedef unsigned long long int uint64_t;
|
||||||
|
#endif /* __arch64__ */
|
||||||
|
#endif /* __STDC__ */
|
||||||
|
#elif defined( __VMS ) || defined(__sgi)
|
||||||
|
#include <inttypes.h>
|
||||||
|
#elif defined(__SCO__) || defined(__USLC__)
|
||||||
|
#include <stdint.h>
|
||||||
|
#elif defined(__UNIXOS2__) || defined(__SOL64__)
|
||||||
|
typedef long int int32_t;
|
||||||
|
typedef long long int int64_t;
|
||||||
|
typedef unsigned long long int uint64_t;
|
||||||
|
#elif defined(_WIN32) && defined(__GNUC__)
|
||||||
|
#include <stdint.h>
|
||||||
|
#elif defined(_WIN32)
|
||||||
|
typedef __int32 int32_t;
|
||||||
|
typedef __int64 int64_t;
|
||||||
|
typedef unsigned __int64 uint64_t;
|
||||||
|
#else
|
||||||
|
/* Fallback if nothing above works */
|
||||||
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
|
||||||
|
typedef Bool ( *PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
|
||||||
|
typedef int64_t ( *PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
|
||||||
|
typedef Bool ( *PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
|
||||||
|
typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
|
||||||
|
Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
|
||||||
|
int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
|
||||||
|
Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
|
||||||
|
Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_OML_sync_control */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIS_blended_overlay
|
||||||
|
#define GLX_SGIS_blended_overlay 1
|
||||||
|
#define GLX_BLENDED_RGBA_SGIS 0x8025
|
||||||
|
#endif /* GLX_SGIS_blended_overlay */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIS_multisample
|
||||||
|
#define GLX_SGIS_multisample 1
|
||||||
|
#define GLX_SAMPLE_BUFFERS_SGIS 100000
|
||||||
|
#define GLX_SAMPLES_SGIS 100001
|
||||||
|
#endif /* GLX_SGIS_multisample */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIS_shared_multisample
|
||||||
|
#define GLX_SGIS_shared_multisample 1
|
||||||
|
#define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026
|
||||||
|
#define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027
|
||||||
|
#endif /* GLX_SGIS_shared_multisample */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_dmbuffer
|
||||||
|
#define GLX_SGIX_dmbuffer 1
|
||||||
|
typedef XID GLXPbufferSGIX;
|
||||||
|
#ifdef _DM_BUFFER_H_
|
||||||
|
#define GLX_DIGITAL_MEDIA_PBUFFER_SGIX 0x8024
|
||||||
|
typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
||||||
|
#endif
|
||||||
|
#endif /* _DM_BUFFER_H_ */
|
||||||
|
#endif /* GLX_SGIX_dmbuffer */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_fbconfig
|
||||||
|
#define GLX_SGIX_fbconfig 1
|
||||||
|
typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;
|
||||||
|
#define GLX_WINDOW_BIT_SGIX 0x00000001
|
||||||
|
#define GLX_PIXMAP_BIT_SGIX 0x00000002
|
||||||
|
#define GLX_RGBA_BIT_SGIX 0x00000001
|
||||||
|
#define GLX_COLOR_INDEX_BIT_SGIX 0x00000002
|
||||||
|
#define GLX_DRAWABLE_TYPE_SGIX 0x8010
|
||||||
|
#define GLX_RENDER_TYPE_SGIX 0x8011
|
||||||
|
#define GLX_X_RENDERABLE_SGIX 0x8012
|
||||||
|
#define GLX_FBCONFIG_ID_SGIX 0x8013
|
||||||
|
#define GLX_RGBA_TYPE_SGIX 0x8014
|
||||||
|
#define GLX_COLOR_INDEX_TYPE_SGIX 0x8015
|
||||||
|
typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
|
||||||
|
typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
|
||||||
|
typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
||||||
|
typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
|
||||||
|
typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
|
||||||
|
typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
|
||||||
|
GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
|
||||||
|
GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
||||||
|
GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
|
||||||
|
XVisualInfo *glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config);
|
||||||
|
GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGIX_fbconfig */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_hyperpipe
|
||||||
|
#define GLX_SGIX_hyperpipe 1
|
||||||
|
typedef struct {
|
||||||
|
char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
|
||||||
|
int networkId;
|
||||||
|
} GLXHyperpipeNetworkSGIX;
|
||||||
|
typedef struct {
|
||||||
|
char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
|
||||||
|
int channel;
|
||||||
|
unsigned int participationType;
|
||||||
|
int timeSlice;
|
||||||
|
} GLXHyperpipeConfigSGIX;
|
||||||
|
typedef struct {
|
||||||
|
char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
|
||||||
|
int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
|
||||||
|
int destXOrigin, destYOrigin, destWidth, destHeight;
|
||||||
|
} GLXPipeRect;
|
||||||
|
typedef struct {
|
||||||
|
char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
|
||||||
|
int XOrigin, YOrigin, maxHeight, maxWidth;
|
||||||
|
} GLXPipeRectLimits;
|
||||||
|
#define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80
|
||||||
|
#define GLX_BAD_HYPERPIPE_CONFIG_SGIX 91
|
||||||
|
#define GLX_BAD_HYPERPIPE_SGIX 92
|
||||||
|
#define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX 0x00000001
|
||||||
|
#define GLX_HYPERPIPE_RENDER_PIPE_SGIX 0x00000002
|
||||||
|
#define GLX_PIPE_RECT_SGIX 0x00000001
|
||||||
|
#define GLX_PIPE_RECT_LIMITS_SGIX 0x00000002
|
||||||
|
#define GLX_HYPERPIPE_STEREO_SGIX 0x00000003
|
||||||
|
#define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX 0x00000004
|
||||||
|
#define GLX_HYPERPIPE_ID_SGIX 0x8030
|
||||||
|
typedef GLXHyperpipeNetworkSGIX *( *PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Display *dpy, int *npipes);
|
||||||
|
typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
||||||
|
typedef GLXHyperpipeConfigSGIX *( *PFNGLXQUERYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId, int *npipes);
|
||||||
|
typedef int ( *PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId);
|
||||||
|
typedef int ( *PFNGLXBINDHYPERPIPESGIXPROC) (Display *dpy, int hpId);
|
||||||
|
typedef int ( *PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);
|
||||||
|
typedef int ( *PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
|
||||||
|
typedef int ( *PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
GLXHyperpipeNetworkSGIX *glXQueryHyperpipeNetworkSGIX (Display *dpy, int *npipes);
|
||||||
|
int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
||||||
|
GLXHyperpipeConfigSGIX *glXQueryHyperpipeConfigSGIX (Display *dpy, int hpId, int *npipes);
|
||||||
|
int glXDestroyHyperpipeConfigSGIX (Display *dpy, int hpId);
|
||||||
|
int glXBindHyperpipeSGIX (Display *dpy, int hpId);
|
||||||
|
int glXQueryHyperpipeBestAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);
|
||||||
|
int glXHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
|
||||||
|
int glXQueryHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGIX_hyperpipe */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_pbuffer
|
||||||
|
#define GLX_SGIX_pbuffer 1
|
||||||
|
#define GLX_PBUFFER_BIT_SGIX 0x00000004
|
||||||
|
#define GLX_BUFFER_CLOBBER_MASK_SGIX 0x08000000
|
||||||
|
#define GLX_FRONT_LEFT_BUFFER_BIT_SGIX 0x00000001
|
||||||
|
#define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX 0x00000002
|
||||||
|
#define GLX_BACK_LEFT_BUFFER_BIT_SGIX 0x00000004
|
||||||
|
#define GLX_BACK_RIGHT_BUFFER_BIT_SGIX 0x00000008
|
||||||
|
#define GLX_AUX_BUFFERS_BIT_SGIX 0x00000010
|
||||||
|
#define GLX_DEPTH_BUFFER_BIT_SGIX 0x00000020
|
||||||
|
#define GLX_STENCIL_BUFFER_BIT_SGIX 0x00000040
|
||||||
|
#define GLX_ACCUM_BUFFER_BIT_SGIX 0x00000080
|
||||||
|
#define GLX_SAMPLE_BUFFERS_BIT_SGIX 0x00000100
|
||||||
|
#define GLX_MAX_PBUFFER_WIDTH_SGIX 0x8016
|
||||||
|
#define GLX_MAX_PBUFFER_HEIGHT_SGIX 0x8017
|
||||||
|
#define GLX_MAX_PBUFFER_PIXELS_SGIX 0x8018
|
||||||
|
#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019
|
||||||
|
#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A
|
||||||
|
#define GLX_PRESERVED_CONTENTS_SGIX 0x801B
|
||||||
|
#define GLX_LARGEST_PBUFFER_SGIX 0x801C
|
||||||
|
#define GLX_WIDTH_SGIX 0x801D
|
||||||
|
#define GLX_HEIGHT_SGIX 0x801E
|
||||||
|
#define GLX_EVENT_MASK_SGIX 0x801F
|
||||||
|
#define GLX_DAMAGED_SGIX 0x8020
|
||||||
|
#define GLX_SAVED_SGIX 0x8021
|
||||||
|
#define GLX_WINDOW_SGIX 0x8022
|
||||||
|
#define GLX_PBUFFER_SGIX 0x8023
|
||||||
|
typedef GLXPbufferSGIX ( *PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
|
||||||
|
typedef void ( *PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
|
||||||
|
typedef int ( *PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
|
||||||
|
typedef void ( *PFNGLXSELECTEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long mask);
|
||||||
|
typedef void ( *PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long *mask);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
GLXPbufferSGIX glXCreateGLXPbufferSGIX (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
|
||||||
|
void glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf);
|
||||||
|
int glXQueryGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
|
||||||
|
void glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask);
|
||||||
|
void glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGIX_pbuffer */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_swap_barrier
|
||||||
|
#define GLX_SGIX_swap_barrier 1
|
||||||
|
typedef void ( *PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier);
|
||||||
|
typedef Bool ( *PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier);
|
||||||
|
Bool glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGIX_swap_barrier */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_swap_group
|
||||||
|
#define GLX_SGIX_swap_group 1
|
||||||
|
typedef void ( *PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGIX_swap_group */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_video_resize
|
||||||
|
#define GLX_SGIX_video_resize 1
|
||||||
|
#define GLX_SYNC_FRAME_SGIX 0x00000000
|
||||||
|
#define GLX_SYNC_SWAP_SGIX 0x00000001
|
||||||
|
typedef int ( *PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
|
||||||
|
typedef int ( *PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
|
||||||
|
typedef int ( *PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
|
||||||
|
typedef int ( *PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
|
||||||
|
typedef int ( *PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
int glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window);
|
||||||
|
int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
|
||||||
|
int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
|
||||||
|
int glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
|
||||||
|
int glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGIX_video_resize */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_video_source
|
||||||
|
#define GLX_SGIX_video_source 1
|
||||||
|
typedef XID GLXVideoSourceSGIX;
|
||||||
|
#ifdef _VL_H
|
||||||
|
typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
|
||||||
|
typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
|
||||||
|
void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
|
||||||
|
#endif
|
||||||
|
#endif /* _VL_H */
|
||||||
|
#endif /* GLX_SGIX_video_source */
|
||||||
|
|
||||||
|
#ifndef GLX_SGIX_visual_select_group
|
||||||
|
#define GLX_SGIX_visual_select_group 1
|
||||||
|
#define GLX_VISUAL_SELECT_GROUP_SGIX 0x8028
|
||||||
|
#endif /* GLX_SGIX_visual_select_group */
|
||||||
|
|
||||||
|
#ifndef GLX_SGI_cushion
|
||||||
|
#define GLX_SGI_cushion 1
|
||||||
|
typedef void ( *PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
void glXCushionSGI (Display *dpy, Window window, float cushion);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGI_cushion */
|
||||||
|
|
||||||
|
#ifndef GLX_SGI_make_current_read
|
||||||
|
#define GLX_SGI_make_current_read 1
|
||||||
|
typedef Bool ( *PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
||||||
|
typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLESGIPROC) (void);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Bool glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
||||||
|
GLXDrawable glXGetCurrentReadDrawableSGI (void);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGI_make_current_read */
|
||||||
|
|
||||||
|
#ifndef GLX_SGI_swap_control
|
||||||
|
#define GLX_SGI_swap_control 1
|
||||||
|
typedef int ( *PFNGLXSWAPINTERVALSGIPROC) (int interval);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
int glXSwapIntervalSGI (int interval);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGI_swap_control */
|
||||||
|
|
||||||
|
#ifndef GLX_SGI_video_sync
|
||||||
|
#define GLX_SGI_video_sync 1
|
||||||
|
typedef int ( *PFNGLXGETVIDEOSYNCSGIPROC) (unsigned int *count);
|
||||||
|
typedef int ( *PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
int glXGetVideoSyncSGI (unsigned int *count);
|
||||||
|
int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SGI_video_sync */
|
||||||
|
|
||||||
|
#ifndef GLX_SUN_get_transparent_index
|
||||||
|
#define GLX_SUN_get_transparent_index 1
|
||||||
|
typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
|
||||||
|
#ifdef GLX_GLXEXT_PROTOTYPES
|
||||||
|
Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
|
||||||
|
#endif
|
||||||
|
#endif /* GLX_SUN_get_transparent_index */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
825
sdk/GL/wglext.h
Normal file
825
sdk/GL/wglext.h
Normal file
@@ -0,0 +1,825 @@
|
|||||||
|
#ifndef __wglext_h_
|
||||||
|
#define __wglext_h_ 1
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
** Copyright (c) 2013 The Khronos Group Inc.
|
||||||
|
**
|
||||||
|
** Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
** copy of this software and/or associated documentation files (the
|
||||||
|
** "Materials"), to deal in the Materials without restriction, including
|
||||||
|
** without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
** distribute, sublicense, and/or sell copies of the Materials, and to
|
||||||
|
** permit persons to whom the Materials are furnished to do so, subject to
|
||||||
|
** the following conditions:
|
||||||
|
**
|
||||||
|
** The above copyright notice and this permission notice shall be included
|
||||||
|
** in all copies or substantial portions of the Materials.
|
||||||
|
**
|
||||||
|
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
** This header is generated from the Khronos OpenGL / OpenGL ES XML
|
||||||
|
** API Registry. The current version of the Registry, generator scripts
|
||||||
|
** used to make the header, and the header can be found at
|
||||||
|
** http://www.opengl.org/registry/
|
||||||
|
**
|
||||||
|
** Khronos $Revision$ on $Date$
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
|
||||||
|
#define WIN32_LEAN_AND_MEAN 1
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define WGL_WGLEXT_VERSION 20130710
|
||||||
|
|
||||||
|
/* Generated C header for:
|
||||||
|
* API: wgl
|
||||||
|
* Versions considered: .*
|
||||||
|
* Versions emitted: _nomatch_^
|
||||||
|
* Default extensions included: wgl
|
||||||
|
* Additional extensions included: _nomatch_^
|
||||||
|
* Extensions removed: _nomatch_^
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_buffer_region
|
||||||
|
#define WGL_ARB_buffer_region 1
|
||||||
|
#define WGL_FRONT_COLOR_BUFFER_BIT_ARB 0x00000001
|
||||||
|
#define WGL_BACK_COLOR_BUFFER_BIT_ARB 0x00000002
|
||||||
|
#define WGL_DEPTH_BUFFER_BIT_ARB 0x00000004
|
||||||
|
#define WGL_STENCIL_BUFFER_BIT_ARB 0x00000008
|
||||||
|
typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
|
||||||
|
typedef VOID (WINAPI * PFNWGLDELETEBUFFERREGIONARBPROC) (HANDLE hRegion);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int height);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
||||||
|
VOID WINAPI wglDeleteBufferRegionARB (HANDLE hRegion);
|
||||||
|
BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
|
||||||
|
BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_buffer_region */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_create_context
|
||||||
|
#define WGL_ARB_create_context 1
|
||||||
|
#define WGL_CONTEXT_DEBUG_BIT_ARB 0x00000001
|
||||||
|
#define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
|
||||||
|
#define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
|
||||||
|
#define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
|
||||||
|
#define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
|
||||||
|
#define WGL_CONTEXT_FLAGS_ARB 0x2094
|
||||||
|
#define ERROR_INVALID_VERSION_ARB 0x2095
|
||||||
|
typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_create_context */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_create_context_profile
|
||||||
|
#define WGL_ARB_create_context_profile 1
|
||||||
|
#define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
|
||||||
|
#define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
|
||||||
|
#define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
|
||||||
|
#define ERROR_INVALID_PROFILE_ARB 0x2096
|
||||||
|
#endif /* WGL_ARB_create_context_profile */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_create_context_robustness
|
||||||
|
#define WGL_ARB_create_context_robustness 1
|
||||||
|
#define WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
|
||||||
|
#define WGL_LOSE_CONTEXT_ON_RESET_ARB 0x8252
|
||||||
|
#define WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
|
||||||
|
#define WGL_NO_RESET_NOTIFICATION_ARB 0x8261
|
||||||
|
#endif /* WGL_ARB_create_context_robustness */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_extensions_string
|
||||||
|
#define WGL_ARB_extensions_string 1
|
||||||
|
typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
const char *WINAPI wglGetExtensionsStringARB (HDC hdc);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_extensions_string */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_framebuffer_sRGB
|
||||||
|
#define WGL_ARB_framebuffer_sRGB 1
|
||||||
|
#define WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20A9
|
||||||
|
#endif /* WGL_ARB_framebuffer_sRGB */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_make_current_read
|
||||||
|
#define WGL_ARB_make_current_read 1
|
||||||
|
#define ERROR_INVALID_PIXEL_TYPE_ARB 0x2043
|
||||||
|
#define ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB 0x2054
|
||||||
|
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
||||||
|
typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (void);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
||||||
|
HDC WINAPI wglGetCurrentReadDCARB (void);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_make_current_read */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_multisample
|
||||||
|
#define WGL_ARB_multisample 1
|
||||||
|
#define WGL_SAMPLE_BUFFERS_ARB 0x2041
|
||||||
|
#define WGL_SAMPLES_ARB 0x2042
|
||||||
|
#endif /* WGL_ARB_multisample */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_pbuffer
|
||||||
|
#define WGL_ARB_pbuffer 1
|
||||||
|
DECLARE_HANDLE(HPBUFFERARB);
|
||||||
|
#define WGL_DRAW_TO_PBUFFER_ARB 0x202D
|
||||||
|
#define WGL_MAX_PBUFFER_PIXELS_ARB 0x202E
|
||||||
|
#define WGL_MAX_PBUFFER_WIDTH_ARB 0x202F
|
||||||
|
#define WGL_MAX_PBUFFER_HEIGHT_ARB 0x2030
|
||||||
|
#define WGL_PBUFFER_LARGEST_ARB 0x2033
|
||||||
|
#define WGL_PBUFFER_WIDTH_ARB 0x2034
|
||||||
|
#define WGL_PBUFFER_HEIGHT_ARB 0x2035
|
||||||
|
#define WGL_PBUFFER_LOST_ARB 0x2036
|
||||||
|
typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
||||||
|
typedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer);
|
||||||
|
typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
||||||
|
HDC WINAPI wglGetPbufferDCARB (HPBUFFERARB hPbuffer);
|
||||||
|
int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
|
||||||
|
BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer);
|
||||||
|
BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_pbuffer */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_pixel_format
|
||||||
|
#define WGL_ARB_pixel_format 1
|
||||||
|
#define WGL_NUMBER_PIXEL_FORMATS_ARB 0x2000
|
||||||
|
#define WGL_DRAW_TO_WINDOW_ARB 0x2001
|
||||||
|
#define WGL_DRAW_TO_BITMAP_ARB 0x2002
|
||||||
|
#define WGL_ACCELERATION_ARB 0x2003
|
||||||
|
#define WGL_NEED_PALETTE_ARB 0x2004
|
||||||
|
#define WGL_NEED_SYSTEM_PALETTE_ARB 0x2005
|
||||||
|
#define WGL_SWAP_LAYER_BUFFERS_ARB 0x2006
|
||||||
|
#define WGL_SWAP_METHOD_ARB 0x2007
|
||||||
|
#define WGL_NUMBER_OVERLAYS_ARB 0x2008
|
||||||
|
#define WGL_NUMBER_UNDERLAYS_ARB 0x2009
|
||||||
|
#define WGL_TRANSPARENT_ARB 0x200A
|
||||||
|
#define WGL_TRANSPARENT_RED_VALUE_ARB 0x2037
|
||||||
|
#define WGL_TRANSPARENT_GREEN_VALUE_ARB 0x2038
|
||||||
|
#define WGL_TRANSPARENT_BLUE_VALUE_ARB 0x2039
|
||||||
|
#define WGL_TRANSPARENT_ALPHA_VALUE_ARB 0x203A
|
||||||
|
#define WGL_TRANSPARENT_INDEX_VALUE_ARB 0x203B
|
||||||
|
#define WGL_SHARE_DEPTH_ARB 0x200C
|
||||||
|
#define WGL_SHARE_STENCIL_ARB 0x200D
|
||||||
|
#define WGL_SHARE_ACCUM_ARB 0x200E
|
||||||
|
#define WGL_SUPPORT_GDI_ARB 0x200F
|
||||||
|
#define WGL_SUPPORT_OPENGL_ARB 0x2010
|
||||||
|
#define WGL_DOUBLE_BUFFER_ARB 0x2011
|
||||||
|
#define WGL_STEREO_ARB 0x2012
|
||||||
|
#define WGL_PIXEL_TYPE_ARB 0x2013
|
||||||
|
#define WGL_COLOR_BITS_ARB 0x2014
|
||||||
|
#define WGL_RED_BITS_ARB 0x2015
|
||||||
|
#define WGL_RED_SHIFT_ARB 0x2016
|
||||||
|
#define WGL_GREEN_BITS_ARB 0x2017
|
||||||
|
#define WGL_GREEN_SHIFT_ARB 0x2018
|
||||||
|
#define WGL_BLUE_BITS_ARB 0x2019
|
||||||
|
#define WGL_BLUE_SHIFT_ARB 0x201A
|
||||||
|
#define WGL_ALPHA_BITS_ARB 0x201B
|
||||||
|
#define WGL_ALPHA_SHIFT_ARB 0x201C
|
||||||
|
#define WGL_ACCUM_BITS_ARB 0x201D
|
||||||
|
#define WGL_ACCUM_RED_BITS_ARB 0x201E
|
||||||
|
#define WGL_ACCUM_GREEN_BITS_ARB 0x201F
|
||||||
|
#define WGL_ACCUM_BLUE_BITS_ARB 0x2020
|
||||||
|
#define WGL_ACCUM_ALPHA_BITS_ARB 0x2021
|
||||||
|
#define WGL_DEPTH_BITS_ARB 0x2022
|
||||||
|
#define WGL_STENCIL_BITS_ARB 0x2023
|
||||||
|
#define WGL_AUX_BUFFERS_ARB 0x2024
|
||||||
|
#define WGL_NO_ACCELERATION_ARB 0x2025
|
||||||
|
#define WGL_GENERIC_ACCELERATION_ARB 0x2026
|
||||||
|
#define WGL_FULL_ACCELERATION_ARB 0x2027
|
||||||
|
#define WGL_SWAP_EXCHANGE_ARB 0x2028
|
||||||
|
#define WGL_SWAP_COPY_ARB 0x2029
|
||||||
|
#define WGL_SWAP_UNDEFINED_ARB 0x202A
|
||||||
|
#define WGL_TYPE_RGBA_ARB 0x202B
|
||||||
|
#define WGL_TYPE_COLORINDEX_ARB 0x202C
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
||||||
|
BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
|
||||||
|
BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_pixel_format */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_pixel_format_float
|
||||||
|
#define WGL_ARB_pixel_format_float 1
|
||||||
|
#define WGL_TYPE_RGBA_FLOAT_ARB 0x21A0
|
||||||
|
#endif /* WGL_ARB_pixel_format_float */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_render_texture
|
||||||
|
#define WGL_ARB_render_texture 1
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RGB_ARB 0x2070
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RGBA_ARB 0x2071
|
||||||
|
#define WGL_TEXTURE_FORMAT_ARB 0x2072
|
||||||
|
#define WGL_TEXTURE_TARGET_ARB 0x2073
|
||||||
|
#define WGL_MIPMAP_TEXTURE_ARB 0x2074
|
||||||
|
#define WGL_TEXTURE_RGB_ARB 0x2075
|
||||||
|
#define WGL_TEXTURE_RGBA_ARB 0x2076
|
||||||
|
#define WGL_NO_TEXTURE_ARB 0x2077
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_ARB 0x2078
|
||||||
|
#define WGL_TEXTURE_1D_ARB 0x2079
|
||||||
|
#define WGL_TEXTURE_2D_ARB 0x207A
|
||||||
|
#define WGL_MIPMAP_LEVEL_ARB 0x207B
|
||||||
|
#define WGL_CUBE_MAP_FACE_ARB 0x207C
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB 0x207D
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB 0x207E
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB 0x207F
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB 0x2080
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x2081
|
||||||
|
#define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB 0x2082
|
||||||
|
#define WGL_FRONT_LEFT_ARB 0x2083
|
||||||
|
#define WGL_FRONT_RIGHT_ARB 0x2084
|
||||||
|
#define WGL_BACK_LEFT_ARB 0x2085
|
||||||
|
#define WGL_BACK_RIGHT_ARB 0x2086
|
||||||
|
#define WGL_AUX0_ARB 0x2087
|
||||||
|
#define WGL_AUX1_ARB 0x2088
|
||||||
|
#define WGL_AUX2_ARB 0x2089
|
||||||
|
#define WGL_AUX3_ARB 0x208A
|
||||||
|
#define WGL_AUX4_ARB 0x208B
|
||||||
|
#define WGL_AUX5_ARB 0x208C
|
||||||
|
#define WGL_AUX6_ARB 0x208D
|
||||||
|
#define WGL_AUX7_ARB 0x208E
|
||||||
|
#define WGL_AUX8_ARB 0x208F
|
||||||
|
#define WGL_AUX9_ARB 0x2090
|
||||||
|
typedef BOOL (WINAPI * PFNWGLBINDTEXIMAGEARBPROC) (HPBUFFERARB hPbuffer, int iBuffer);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRELEASETEXIMAGEARBPROC) (HPBUFFERARB hPbuffer, int iBuffer);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSETPBUFFERATTRIBARBPROC) (HPBUFFERARB hPbuffer, const int *piAttribList);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);
|
||||||
|
BOOL WINAPI wglReleaseTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);
|
||||||
|
BOOL WINAPI wglSetPbufferAttribARB (HPBUFFERARB hPbuffer, const int *piAttribList);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_ARB_render_texture */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_robustness_application_isolation
|
||||||
|
#define WGL_ARB_robustness_application_isolation 1
|
||||||
|
#define WGL_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
|
||||||
|
#endif /* WGL_ARB_robustness_application_isolation */
|
||||||
|
|
||||||
|
#ifndef WGL_ARB_robustness_share_group_isolation
|
||||||
|
#define WGL_ARB_robustness_share_group_isolation 1
|
||||||
|
#endif /* WGL_ARB_robustness_share_group_isolation */
|
||||||
|
|
||||||
|
#ifndef WGL_3DFX_multisample
|
||||||
|
#define WGL_3DFX_multisample 1
|
||||||
|
#define WGL_SAMPLE_BUFFERS_3DFX 0x2060
|
||||||
|
#define WGL_SAMPLES_3DFX 0x2061
|
||||||
|
#endif /* WGL_3DFX_multisample */
|
||||||
|
|
||||||
|
#ifndef WGL_3DL_stereo_control
|
||||||
|
#define WGL_3DL_stereo_control 1
|
||||||
|
#define WGL_STEREO_EMITTER_ENABLE_3DL 0x2055
|
||||||
|
#define WGL_STEREO_EMITTER_DISABLE_3DL 0x2056
|
||||||
|
#define WGL_STEREO_POLARITY_NORMAL_3DL 0x2057
|
||||||
|
#define WGL_STEREO_POLARITY_INVERT_3DL 0x2058
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_3DL_stereo_control */
|
||||||
|
|
||||||
|
#ifndef WGL_AMD_gpu_association
|
||||||
|
#define WGL_AMD_gpu_association 1
|
||||||
|
#define WGL_GPU_VENDOR_AMD 0x1F00
|
||||||
|
#define WGL_GPU_RENDERER_STRING_AMD 0x1F01
|
||||||
|
#define WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
|
||||||
|
#define WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
|
||||||
|
#define WGL_GPU_RAM_AMD 0x21A3
|
||||||
|
#define WGL_GPU_CLOCK_AMD 0x21A4
|
||||||
|
#define WGL_GPU_NUM_PIPES_AMD 0x21A5
|
||||||
|
#define WGL_GPU_NUM_SIMD_AMD 0x21A6
|
||||||
|
#define WGL_GPU_NUM_RB_AMD 0x21A7
|
||||||
|
#define WGL_GPU_NUM_SPI_AMD 0x21A8
|
||||||
|
typedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
|
||||||
|
typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, int property, GLenum dataType, UINT size, void *data);
|
||||||
|
typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc);
|
||||||
|
typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC) (UINT id);
|
||||||
|
typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (UINT id, HGLRC hShareContext, const int *attribList);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc);
|
||||||
|
typedef HGLRC (WINAPI * PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC) (void);
|
||||||
|
typedef VOID (WINAPI * PFNWGLBLITCONTEXTFRAMEBUFFERAMDPROC) (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
|
||||||
|
INT WINAPI wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data);
|
||||||
|
UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc);
|
||||||
|
HGLRC WINAPI wglCreateAssociatedContextAMD (UINT id);
|
||||||
|
HGLRC WINAPI wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int *attribList);
|
||||||
|
BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc);
|
||||||
|
BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc);
|
||||||
|
HGLRC WINAPI wglGetCurrentAssociatedContextAMD (void);
|
||||||
|
VOID WINAPI wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_AMD_gpu_association */
|
||||||
|
|
||||||
|
#ifndef WGL_ATI_pixel_format_float
|
||||||
|
#define WGL_ATI_pixel_format_float 1
|
||||||
|
#define WGL_TYPE_RGBA_FLOAT_ATI 0x21A0
|
||||||
|
#endif /* WGL_ATI_pixel_format_float */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_create_context_es2_profile
|
||||||
|
#define WGL_EXT_create_context_es2_profile 1
|
||||||
|
#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
|
||||||
|
#endif /* WGL_EXT_create_context_es2_profile */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_create_context_es_profile
|
||||||
|
#define WGL_EXT_create_context_es_profile 1
|
||||||
|
#define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
|
||||||
|
#endif /* WGL_EXT_create_context_es_profile */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_depth_float
|
||||||
|
#define WGL_EXT_depth_float 1
|
||||||
|
#define WGL_DEPTH_FLOAT_EXT 0x2040
|
||||||
|
#endif /* WGL_EXT_depth_float */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_display_color_table
|
||||||
|
#define WGL_EXT_display_color_table 1
|
||||||
|
typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
|
||||||
|
typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
|
||||||
|
typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
|
||||||
|
typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
|
||||||
|
GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
|
||||||
|
GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
|
||||||
|
VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_EXT_display_color_table */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_extensions_string
|
||||||
|
#define WGL_EXT_extensions_string 1
|
||||||
|
typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGEXTPROC) (void);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
const char *WINAPI wglGetExtensionsStringEXT (void);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_EXT_extensions_string */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_framebuffer_sRGB
|
||||||
|
#define WGL_EXT_framebuffer_sRGB 1
|
||||||
|
#define WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20A9
|
||||||
|
#endif /* WGL_EXT_framebuffer_sRGB */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_make_current_read
|
||||||
|
#define WGL_EXT_make_current_read 1
|
||||||
|
#define ERROR_INVALID_PIXEL_TYPE_EXT 0x2043
|
||||||
|
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
||||||
|
typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCEXTPROC) (void);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
||||||
|
HDC WINAPI wglGetCurrentReadDCEXT (void);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_EXT_make_current_read */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_multisample
|
||||||
|
#define WGL_EXT_multisample 1
|
||||||
|
#define WGL_SAMPLE_BUFFERS_EXT 0x2041
|
||||||
|
#define WGL_SAMPLES_EXT 0x2042
|
||||||
|
#endif /* WGL_EXT_multisample */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_pbuffer
|
||||||
|
#define WGL_EXT_pbuffer 1
|
||||||
|
DECLARE_HANDLE(HPBUFFEREXT);
|
||||||
|
#define WGL_DRAW_TO_PBUFFER_EXT 0x202D
|
||||||
|
#define WGL_MAX_PBUFFER_PIXELS_EXT 0x202E
|
||||||
|
#define WGL_MAX_PBUFFER_WIDTH_EXT 0x202F
|
||||||
|
#define WGL_MAX_PBUFFER_HEIGHT_EXT 0x2030
|
||||||
|
#define WGL_OPTIMAL_PBUFFER_WIDTH_EXT 0x2031
|
||||||
|
#define WGL_OPTIMAL_PBUFFER_HEIGHT_EXT 0x2032
|
||||||
|
#define WGL_PBUFFER_LARGEST_EXT 0x2033
|
||||||
|
#define WGL_PBUFFER_WIDTH_EXT 0x2034
|
||||||
|
#define WGL_PBUFFER_HEIGHT_EXT 0x2035
|
||||||
|
typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
||||||
|
typedef HDC (WINAPI * PFNWGLGETPBUFFERDCEXTPROC) (HPBUFFEREXT hPbuffer);
|
||||||
|
typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCEXTPROC) (HPBUFFEREXT hPbuffer, HDC hDC);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
||||||
|
HDC WINAPI wglGetPbufferDCEXT (HPBUFFEREXT hPbuffer);
|
||||||
|
int WINAPI wglReleasePbufferDCEXT (HPBUFFEREXT hPbuffer, HDC hDC);
|
||||||
|
BOOL WINAPI wglDestroyPbufferEXT (HPBUFFEREXT hPbuffer);
|
||||||
|
BOOL WINAPI wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_EXT_pbuffer */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_pixel_format
|
||||||
|
#define WGL_EXT_pixel_format 1
|
||||||
|
#define WGL_NUMBER_PIXEL_FORMATS_EXT 0x2000
|
||||||
|
#define WGL_DRAW_TO_WINDOW_EXT 0x2001
|
||||||
|
#define WGL_DRAW_TO_BITMAP_EXT 0x2002
|
||||||
|
#define WGL_ACCELERATION_EXT 0x2003
|
||||||
|
#define WGL_NEED_PALETTE_EXT 0x2004
|
||||||
|
#define WGL_NEED_SYSTEM_PALETTE_EXT 0x2005
|
||||||
|
#define WGL_SWAP_LAYER_BUFFERS_EXT 0x2006
|
||||||
|
#define WGL_SWAP_METHOD_EXT 0x2007
|
||||||
|
#define WGL_NUMBER_OVERLAYS_EXT 0x2008
|
||||||
|
#define WGL_NUMBER_UNDERLAYS_EXT 0x2009
|
||||||
|
#define WGL_TRANSPARENT_EXT 0x200A
|
||||||
|
#define WGL_TRANSPARENT_VALUE_EXT 0x200B
|
||||||
|
#define WGL_SHARE_DEPTH_EXT 0x200C
|
||||||
|
#define WGL_SHARE_STENCIL_EXT 0x200D
|
||||||
|
#define WGL_SHARE_ACCUM_EXT 0x200E
|
||||||
|
#define WGL_SUPPORT_GDI_EXT 0x200F
|
||||||
|
#define WGL_SUPPORT_OPENGL_EXT 0x2010
|
||||||
|
#define WGL_DOUBLE_BUFFER_EXT 0x2011
|
||||||
|
#define WGL_STEREO_EXT 0x2012
|
||||||
|
#define WGL_PIXEL_TYPE_EXT 0x2013
|
||||||
|
#define WGL_COLOR_BITS_EXT 0x2014
|
||||||
|
#define WGL_RED_BITS_EXT 0x2015
|
||||||
|
#define WGL_RED_SHIFT_EXT 0x2016
|
||||||
|
#define WGL_GREEN_BITS_EXT 0x2017
|
||||||
|
#define WGL_GREEN_SHIFT_EXT 0x2018
|
||||||
|
#define WGL_BLUE_BITS_EXT 0x2019
|
||||||
|
#define WGL_BLUE_SHIFT_EXT 0x201A
|
||||||
|
#define WGL_ALPHA_BITS_EXT 0x201B
|
||||||
|
#define WGL_ALPHA_SHIFT_EXT 0x201C
|
||||||
|
#define WGL_ACCUM_BITS_EXT 0x201D
|
||||||
|
#define WGL_ACCUM_RED_BITS_EXT 0x201E
|
||||||
|
#define WGL_ACCUM_GREEN_BITS_EXT 0x201F
|
||||||
|
#define WGL_ACCUM_BLUE_BITS_EXT 0x2020
|
||||||
|
#define WGL_ACCUM_ALPHA_BITS_EXT 0x2021
|
||||||
|
#define WGL_DEPTH_BITS_EXT 0x2022
|
||||||
|
#define WGL_STENCIL_BITS_EXT 0x2023
|
||||||
|
#define WGL_AUX_BUFFERS_EXT 0x2024
|
||||||
|
#define WGL_NO_ACCELERATION_EXT 0x2025
|
||||||
|
#define WGL_GENERIC_ACCELERATION_EXT 0x2026
|
||||||
|
#define WGL_FULL_ACCELERATION_EXT 0x2027
|
||||||
|
#define WGL_SWAP_EXCHANGE_EXT 0x2028
|
||||||
|
#define WGL_SWAP_COPY_EXT 0x2029
|
||||||
|
#define WGL_SWAP_UNDEFINED_EXT 0x202A
|
||||||
|
#define WGL_TYPE_RGBA_EXT 0x202B
|
||||||
|
#define WGL_TYPE_COLORINDEX_EXT 0x202C
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
|
||||||
|
BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
|
||||||
|
BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_EXT_pixel_format */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_pixel_format_packed_float
|
||||||
|
#define WGL_EXT_pixel_format_packed_float 1
|
||||||
|
#define WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT 0x20A8
|
||||||
|
#endif /* WGL_EXT_pixel_format_packed_float */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_swap_control
|
||||||
|
#define WGL_EXT_swap_control 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSWAPINTERVALEXTPROC) (int interval);
|
||||||
|
typedef int (WINAPI * PFNWGLGETSWAPINTERVALEXTPROC) (void);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglSwapIntervalEXT (int interval);
|
||||||
|
int WINAPI wglGetSwapIntervalEXT (void);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_EXT_swap_control */
|
||||||
|
|
||||||
|
#ifndef WGL_EXT_swap_control_tear
|
||||||
|
#define WGL_EXT_swap_control_tear 1
|
||||||
|
#endif /* WGL_EXT_swap_control_tear */
|
||||||
|
|
||||||
|
#ifndef WGL_I3D_digital_video_control
|
||||||
|
#define WGL_I3D_digital_video_control 1
|
||||||
|
#define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D 0x2050
|
||||||
|
#define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D 0x2051
|
||||||
|
#define WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D 0x2052
|
||||||
|
#define WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D 0x2053
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue);
|
||||||
|
BOOL WINAPI wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_I3D_digital_video_control */
|
||||||
|
|
||||||
|
#ifndef WGL_I3D_gamma
|
||||||
|
#define WGL_I3D_gamma 1
|
||||||
|
#define WGL_GAMMA_TABLE_SIZE_I3D 0x204E
|
||||||
|
#define WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int *piValue);
|
||||||
|
BOOL WINAPI wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int *piValue);
|
||||||
|
BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
|
||||||
|
BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_I3D_gamma */
|
||||||
|
|
||||||
|
#ifndef WGL_I3D_genlock
|
||||||
|
#define WGL_I3D_genlock 1
|
||||||
|
#define WGL_GENLOCK_SOURCE_MULTIVIEW_I3D 0x2044
|
||||||
|
#define WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D 0x2045
|
||||||
|
#define WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D 0x2046
|
||||||
|
#define WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D 0x2047
|
||||||
|
#define WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D 0x2048
|
||||||
|
#define WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D 0x2049
|
||||||
|
#define WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D 0x204A
|
||||||
|
#define WGL_GENLOCK_SOURCE_EDGE_RISING_I3D 0x204B
|
||||||
|
#define WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D 0x204C
|
||||||
|
typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLISENABLEDGENLOCKI3DPROC) (HDC hDC, BOOL *pFlag);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEEDGEI3DPROC) (HDC hDC, UINT uEdge);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEEDGEI3DPROC) (HDC hDC, UINT *uEdge);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGENLOCKSAMPLERATEI3DPROC) (HDC hDC, UINT uRate);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSAMPLERATEI3DPROC) (HDC hDC, UINT *uRate);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEDELAYI3DPROC) (HDC hDC, UINT uDelay);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEDELAYI3DPROC) (HDC hDC, UINT *uDelay);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC) (HDC hDC, UINT *uMaxLineDelay, UINT *uMaxPixelDelay);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglEnableGenlockI3D (HDC hDC);
|
||||||
|
BOOL WINAPI wglDisableGenlockI3D (HDC hDC);
|
||||||
|
BOOL WINAPI wglIsEnabledGenlockI3D (HDC hDC, BOOL *pFlag);
|
||||||
|
BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource);
|
||||||
|
BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
||||||
|
BOOL WINAPI wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge);
|
||||||
|
BOOL WINAPI wglGetGenlockSourceEdgeI3D (HDC hDC, UINT *uEdge);
|
||||||
|
BOOL WINAPI wglGenlockSampleRateI3D (HDC hDC, UINT uRate);
|
||||||
|
BOOL WINAPI wglGetGenlockSampleRateI3D (HDC hDC, UINT *uRate);
|
||||||
|
BOOL WINAPI wglGenlockSourceDelayI3D (HDC hDC, UINT uDelay);
|
||||||
|
BOOL WINAPI wglGetGenlockSourceDelayI3D (HDC hDC, UINT *uDelay);
|
||||||
|
BOOL WINAPI wglQueryGenlockMaxSourceDelayI3D (HDC hDC, UINT *uMaxLineDelay, UINT *uMaxPixelDelay);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_I3D_genlock */
|
||||||
|
|
||||||
|
#ifndef WGL_I3D_image_buffer
|
||||||
|
#define WGL_I3D_image_buffer 1
|
||||||
|
#define WGL_IMAGE_BUFFER_MIN_ACCESS_I3D 0x00000001
|
||||||
|
#define WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002
|
||||||
|
typedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDESTROYIMAGEBUFFERI3DPROC) (HDC hDC, LPVOID pAddress);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const LPVOID *pAddress, UINT count);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
LPVOID WINAPI wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags);
|
||||||
|
BOOL WINAPI wglDestroyImageBufferI3D (HDC hDC, LPVOID pAddress);
|
||||||
|
BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
||||||
|
BOOL WINAPI wglReleaseImageBufferEventsI3D (HDC hDC, const LPVOID *pAddress, UINT count);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_I3D_image_buffer */
|
||||||
|
|
||||||
|
#ifndef WGL_I3D_swap_frame_lock
|
||||||
|
#define WGL_I3D_swap_frame_lock 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLENABLEFRAMELOCKI3DPROC) (void);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDISABLEFRAMELOCKI3DPROC) (void);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLISENABLEDFRAMELOCKI3DPROC) (BOOL *pFlag);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYFRAMELOCKMASTERI3DPROC) (BOOL *pFlag);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglEnableFrameLockI3D (void);
|
||||||
|
BOOL WINAPI wglDisableFrameLockI3D (void);
|
||||||
|
BOOL WINAPI wglIsEnabledFrameLockI3D (BOOL *pFlag);
|
||||||
|
BOOL WINAPI wglQueryFrameLockMasterI3D (BOOL *pFlag);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_I3D_swap_frame_lock */
|
||||||
|
|
||||||
|
#ifndef WGL_I3D_swap_frame_usage
|
||||||
|
#define WGL_I3D_swap_frame_usage 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLBEGINFRAMETRACKINGI3DPROC) (void);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLENDFRAMETRACKINGI3DPROC) (void);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYFRAMETRACKINGI3DPROC) (DWORD *pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
|
||||||
|
BOOL WINAPI wglBeginFrameTrackingI3D (void);
|
||||||
|
BOOL WINAPI wglEndFrameTrackingI3D (void);
|
||||||
|
BOOL WINAPI wglQueryFrameTrackingI3D (DWORD *pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_I3D_swap_frame_usage */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_DX_interop
|
||||||
|
#define WGL_NV_DX_interop 1
|
||||||
|
#define WGL_ACCESS_READ_ONLY_NV 0x00000000
|
||||||
|
#define WGL_ACCESS_READ_WRITE_NV 0x00000001
|
||||||
|
#define WGL_ACCESS_WRITE_DISCARD_NV 0x00000002
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDXSETRESOURCESHAREHANDLENVPROC) (void *dxObject, HANDLE shareHandle);
|
||||||
|
typedef HANDLE (WINAPI * PFNWGLDXOPENDEVICENVPROC) (void *dxDevice);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice);
|
||||||
|
typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDXUNREGISTEROBJECTNVPROC) (HANDLE hDevice, HANDLE hObject);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDXOBJECTACCESSNVPROC) (HANDLE hObject, GLenum access);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDXLOCKOBJECTSNVPROC) (HANDLE hDevice, GLint count, HANDLE *hObjects);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDXUNLOCKOBJECTSNVPROC) (HANDLE hDevice, GLint count, HANDLE *hObjects);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglDXSetResourceShareHandleNV (void *dxObject, HANDLE shareHandle);
|
||||||
|
HANDLE WINAPI wglDXOpenDeviceNV (void *dxDevice);
|
||||||
|
BOOL WINAPI wglDXCloseDeviceNV (HANDLE hDevice);
|
||||||
|
HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
|
||||||
|
BOOL WINAPI wglDXUnregisterObjectNV (HANDLE hDevice, HANDLE hObject);
|
||||||
|
BOOL WINAPI wglDXObjectAccessNV (HANDLE hObject, GLenum access);
|
||||||
|
BOOL WINAPI wglDXLockObjectsNV (HANDLE hDevice, GLint count, HANDLE *hObjects);
|
||||||
|
BOOL WINAPI wglDXUnlockObjectsNV (HANDLE hDevice, GLint count, HANDLE *hObjects);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_DX_interop */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_DX_interop2
|
||||||
|
#define WGL_NV_DX_interop2 1
|
||||||
|
#endif /* WGL_NV_DX_interop2 */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_copy_image
|
||||||
|
#define WGL_NV_copy_image 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_copy_image */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_float_buffer
|
||||||
|
#define WGL_NV_float_buffer 1
|
||||||
|
#define WGL_FLOAT_COMPONENTS_NV 0x20B0
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV 0x20B1
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV 0x20B2
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV 0x20B3
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV 0x20B4
|
||||||
|
#define WGL_TEXTURE_FLOAT_R_NV 0x20B5
|
||||||
|
#define WGL_TEXTURE_FLOAT_RG_NV 0x20B6
|
||||||
|
#define WGL_TEXTURE_FLOAT_RGB_NV 0x20B7
|
||||||
|
#define WGL_TEXTURE_FLOAT_RGBA_NV 0x20B8
|
||||||
|
#endif /* WGL_NV_float_buffer */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_gpu_affinity
|
||||||
|
#define WGL_NV_gpu_affinity 1
|
||||||
|
DECLARE_HANDLE(HGPUNV);
|
||||||
|
struct _GPU_DEVICE {
|
||||||
|
DWORD cb;
|
||||||
|
CHAR DeviceName[32];
|
||||||
|
CHAR DeviceString[128];
|
||||||
|
DWORD Flags;
|
||||||
|
RECT rcVirtualScreen;
|
||||||
|
};
|
||||||
|
typedef struct _GPU_DEVICE *PGPU_DEVICE;
|
||||||
|
#define ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV 0x20D0
|
||||||
|
#define ERROR_MISSING_AFFINITY_MASK_NV 0x20D1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLENUMGPUDEVICESNVPROC) (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
|
||||||
|
typedef HDC (WINAPI * PFNWGLCREATEAFFINITYDCNVPROC) (const HGPUNV *phGpuList);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLENUMGPUSFROMAFFINITYDCNVPROC) (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDELETEDCNVPROC) (HDC hdc);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglEnumGpusNV (UINT iGpuIndex, HGPUNV *phGpu);
|
||||||
|
BOOL WINAPI wglEnumGpuDevicesNV (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
|
||||||
|
HDC WINAPI wglCreateAffinityDCNV (const HGPUNV *phGpuList);
|
||||||
|
BOOL WINAPI wglEnumGpusFromAffinityDCNV (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu);
|
||||||
|
BOOL WINAPI wglDeleteDCNV (HDC hdc);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_gpu_affinity */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_multisample_coverage
|
||||||
|
#define WGL_NV_multisample_coverage 1
|
||||||
|
#define WGL_COVERAGE_SAMPLES_NV 0x2042
|
||||||
|
#define WGL_COLOR_SAMPLES_NV 0x20B9
|
||||||
|
#endif /* WGL_NV_multisample_coverage */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_present_video
|
||||||
|
#define WGL_NV_present_video 1
|
||||||
|
DECLARE_HANDLE(HVIDEOOUTPUTDEVICENV);
|
||||||
|
#define WGL_NUM_VIDEO_SLOTS_NV 0x20F0
|
||||||
|
typedef int (WINAPI * PFNWGLENUMERATEVIDEODEVICESNVPROC) (HDC hDC, HVIDEOOUTPUTDEVICENV *phDeviceList);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLBINDVIDEODEVICENVPROC) (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int *piValue);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
int WINAPI wglEnumerateVideoDevicesNV (HDC hDC, HVIDEOOUTPUTDEVICENV *phDeviceList);
|
||||||
|
BOOL WINAPI wglBindVideoDeviceNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList);
|
||||||
|
BOOL WINAPI wglQueryCurrentContextNV (int iAttribute, int *piValue);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_present_video */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_render_depth_texture
|
||||||
|
#define WGL_NV_render_depth_texture 1
|
||||||
|
#define WGL_BIND_TO_TEXTURE_DEPTH_NV 0x20A3
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV 0x20A4
|
||||||
|
#define WGL_DEPTH_TEXTURE_FORMAT_NV 0x20A5
|
||||||
|
#define WGL_TEXTURE_DEPTH_COMPONENT_NV 0x20A6
|
||||||
|
#define WGL_DEPTH_COMPONENT_NV 0x20A7
|
||||||
|
#endif /* WGL_NV_render_depth_texture */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_render_texture_rectangle
|
||||||
|
#define WGL_NV_render_texture_rectangle 1
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV 0x20A0
|
||||||
|
#define WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV 0x20A1
|
||||||
|
#define WGL_TEXTURE_RECTANGLE_NV 0x20A2
|
||||||
|
#endif /* WGL_NV_render_texture_rectangle */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_swap_group
|
||||||
|
#define WGL_NV_swap_group 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYMAXSWAPGROUPSNVPROC) (HDC hDC, GLuint *maxGroups, GLuint *maxBarriers);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYFRAMECOUNTNVPROC) (HDC hDC, GLuint *count);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
|
||||||
|
BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
|
||||||
|
BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
|
||||||
|
BOOL WINAPI wglQueryMaxSwapGroupsNV (HDC hDC, GLuint *maxGroups, GLuint *maxBarriers);
|
||||||
|
BOOL WINAPI wglQueryFrameCountNV (HDC hDC, GLuint *count);
|
||||||
|
BOOL WINAPI wglResetFrameCountNV (HDC hDC);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_swap_group */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_vertex_array_range
|
||||||
|
#define WGL_NV_vertex_array_range 1
|
||||||
|
typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
|
||||||
|
typedef void (WINAPI * PFNWGLFREEMEMORYNVPROC) (void *pointer);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
|
||||||
|
void WINAPI wglFreeMemoryNV (void *pointer);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_vertex_array_range */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_video_capture
|
||||||
|
#define WGL_NV_video_capture 1
|
||||||
|
DECLARE_HANDLE(HVIDEOINPUTDEVICENV);
|
||||||
|
#define WGL_UNIQUE_ID_NV 0x20CE
|
||||||
|
#define WGL_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
|
||||||
|
typedef BOOL (WINAPI * PFNWGLBINDVIDEOCAPTUREDEVICENVPROC) (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
|
||||||
|
typedef UINT (WINAPI * PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC) (HDC hDc, HVIDEOINPUTDEVICENV *phDeviceList);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC) (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC) (HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int *piValue);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC) (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
|
||||||
|
UINT WINAPI wglEnumerateVideoCaptureDevicesNV (HDC hDc, HVIDEOINPUTDEVICENV *phDeviceList);
|
||||||
|
BOOL WINAPI wglLockVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
|
||||||
|
BOOL WINAPI wglQueryVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int *piValue);
|
||||||
|
BOOL WINAPI wglReleaseVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_video_capture */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_video_output
|
||||||
|
#define WGL_NV_video_output 1
|
||||||
|
DECLARE_HANDLE(HPVIDEODEV);
|
||||||
|
#define WGL_BIND_TO_VIDEO_RGB_NV 0x20C0
|
||||||
|
#define WGL_BIND_TO_VIDEO_RGBA_NV 0x20C1
|
||||||
|
#define WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV 0x20C2
|
||||||
|
#define WGL_VIDEO_OUT_COLOR_NV 0x20C3
|
||||||
|
#define WGL_VIDEO_OUT_ALPHA_NV 0x20C4
|
||||||
|
#define WGL_VIDEO_OUT_DEPTH_NV 0x20C5
|
||||||
|
#define WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
|
||||||
|
#define WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
|
||||||
|
#define WGL_VIDEO_OUT_FRAME 0x20C8
|
||||||
|
#define WGL_VIDEO_OUT_FIELD_1 0x20C9
|
||||||
|
#define WGL_VIDEO_OUT_FIELD_2 0x20CA
|
||||||
|
#define WGL_VIDEO_OUT_STACKED_FIELDS_1_2 0x20CB
|
||||||
|
#define WGL_VIDEO_OUT_STACKED_FIELDS_2_1 0x20CC
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRELEASEVIDEODEVICENVPROC) (HPVIDEODEV hVideoDevice);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLBINDVIDEOIMAGENVPROC) (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLRELEASEVIDEOIMAGENVPROC) (HPBUFFERARB hPbuffer, int iVideoBuffer);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsigned long *pulCounterPbuffer, BOOL bBlock);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|
||||||
|
BOOL WINAPI wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice);
|
||||||
|
BOOL WINAPI wglBindVideoImageNV (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
|
||||||
|
BOOL WINAPI wglReleaseVideoImageNV (HPBUFFERARB hPbuffer, int iVideoBuffer);
|
||||||
|
BOOL WINAPI wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsigned long *pulCounterPbuffer, BOOL bBlock);
|
||||||
|
BOOL WINAPI wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_video_output */
|
||||||
|
|
||||||
|
#ifndef WGL_OML_sync_control
|
||||||
|
#define WGL_OML_sync_control 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLGETMSCRATEOMLPROC) (HDC hdc, INT32 *numerator, INT32 *denominator);
|
||||||
|
typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
|
||||||
|
typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
|
typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
|
BOOL WINAPI wglGetMscRateOML (HDC hdc, INT32 *numerator, INT32 *denominator);
|
||||||
|
INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
|
||||||
|
INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
|
||||||
|
BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
|
BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_OML_sync_control */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user