Chia-I Wu
29f77bf3d4
xgl-generate: add pretty-dummy subcommand
2014-08-01 15:45:01 +08:00
Chia-I Wu
307444b150
cmake: set -std=c99 -Wall
2014-08-01 15:45:01 +08:00
Chia-I Wu
5b16b51dc6
xglinfo: link against libXGL
2014-08-01 15:45:01 +08:00
Chia-I Wu
c40b97a841
xgl-generate: improve constness
...
The dispatch table pointer embedded in the XGL object cannot be modified.
2014-08-01 14:48:14 +08:00
Chia-I Wu
7cf998f053
xgl-generate: add is_dispatchable()
...
Return true for functions that have access to the ICD dispatch table.
2014-08-01 14:44:16 +08:00
Chia-I Wu
60743d9093
xgl-generate: move _generate_icd_dispatch_table to Subcommand
...
To make it available for future subcommands.
2014-08-01 11:59:22 +08:00
Chia-I Wu
e4fdd810fa
loader: add a generic ICD loader
2014-08-01 11:36:57 +08:00
Chia-I Wu
7b88005cd8
xgl-generate: add a script for code generation
2014-08-01 11:25:01 +08:00
Chia-I Wu
c35adb5d5a
xglinfo: initial commit
...
Print all information available from
xglInitAndEnumerateGpus
xglGetGpuInfo
xglGetExtensionSupport
xglGetMultiGpuCompatibility
xglCreateDevice
xglDestroyDevice
xglGetMemoryHeapCount
xglGetMemoryHeapInfo
xglGetFormatInfo
2014-07-29 14:28:23 +08:00
Courtney Goeltzenleuchter
aa0a6417e6
Starting to build framework.
2014-07-24 17:04:01 -06:00