bkaradzic
a51144691b
Enabled extra warnings for MSVC.
2013-02-12 23:54:32 -08:00
Garett Bass
49e7fc4f02
STL error fix for MinGW
...
When namespace std is using namespace tr1, the MinGW STL generates a
compile error due to an ambiguity between the std::__detail and the
std::tr1::__detail namespaces (internal to the implementation). By
changing stl to use both std and std::tr1, the std namespace remains
unchanged and the ambiguity is avoided.
2013-02-12 22:36:50 -08:00
bkaradzic
d6cb01f72d
Fixed sampler state ref leak.
2013-02-10 18:12:52 -08:00
bkaradzic
d91c0f2c69
Moved GL_RGBA16*.
2013-02-03 12:23:48 -08:00
bkaradzic
8f155985b6
Fixed GL_ARB_instanced_arrays on MESA.
2013-02-03 12:17:33 -08:00
bkaradzic
68af253169
Added warning when passing zero as framebuffer/rendertarget resolution.
2013-01-29 19:23:56 -08:00
bkaradzic
655dd6f7d9
Queue shutdown begin one frame earlier.
2013-01-27 22:43:11 -08:00
bkaradzic
e1f5fafc2c
Added resource leak report at shutdown.
2013-01-27 21:52:29 -08:00
bkaradzic
4dc9be09d3
Fixed RGBA16F DDS loading.
2013-01-26 23:00:35 -08:00
bkaradzic
e369e75806
Remove debug code.
2013-01-23 23:47:33 -08:00
bkaradzic
3a7090684a
Fixed bug caused by mixing GLES and GL texture extensions.
2013-01-23 23:42:38 -08:00
bkaradzic
800226545b
Added RGTC extension.
2013-01-22 20:34:08 -08:00
bkaradzic
f0b80b6d09
Fixed bpp.
2013-01-22 20:04:02 -08:00
bkaradzic
6146f08183
Replaced set with unordered_set.
2013-01-22 19:56:40 -08:00
bkaradzic
37d720abd4
Remove debug code.
2013-01-21 23:38:04 -08:00
bkaradzic
e866a7b2e3
Fixed VAO cache.
2013-01-21 23:36:47 -08:00
bkaradzic
b1cb4de638
Cleanup.
2013-01-21 21:49:42 -08:00
bkaradzic
58a1d91ea3
Create capture surface only on request.
2013-01-21 21:40:54 -08:00
bkaradzic
4dd4065cbc
Fixed compile error.
2013-01-20 17:26:17 -08:00
bkaradzic
c26f8f4718
Added support for LATC/3DC texture compression.
2013-01-20 12:47:29 -08:00
bkaradzic
7aa2c8163f
Warn and early out on out of handles condition.
2013-01-19 10:11:42 -08:00
bkaradzic
a2057d65aa
WIP X11 key/mouse support.
2013-01-17 22:38:13 -08:00
bkaradzic
c3667bad05
WIP support for key/mouse events in examples.
2013-01-16 22:44:51 -08:00
Garett Bass
2bbcb92109
Added OSX entry point and OpenGL context
...
Added OSX entry point and OpenGL context
2013-01-15 20:37:07 -08:00
bkaradzic
4412f0f1d0
Fixed compile error.
2013-01-14 20:10:07 -08:00
bkaradzic
4779be3527
Fixed bad internal texture format when DXT is not supported.
2013-01-13 23:14:13 -08:00
bkaradzic
de8465ce6d
Added EGL resize.
2013-01-13 22:13:49 -08:00
bkaradzic
b77df356c1
Separated GL context code.
2013-01-13 18:39:25 -08:00
bkaradzic
174524dde4
Moved x11 window creation into examples/common.
2013-01-13 15:35:06 -08:00
bkaradzic
43ce51b8ec
Updated year in copyright notice.
2013-01-13 10:57:24 -08:00
bkaradzic
d6e4a57cf2
Moving window creation to examples/common.
2013-01-13 10:47:30 -08:00
bkaradzic
59058e7200
Added OES suffix to vao functions.
2013-01-12 22:14:42 -08:00
bkaradzic
9e562eed97
Added GL vertex array object support.
2013-01-12 19:13:51 -08:00
bkaradzic
b02f87acc0
Fixed glXCreateContext crash due to use of freed memory.
2013-01-10 23:01:33 -08:00
bkaradzic
81a712067d
Added vertex stream conversion helper function.
2013-01-09 21:31:47 -08:00
bkaradzic
3d12a8cd84
Fixed GLX initialization.
2013-01-08 20:57:15 -08:00
bkaradzic
16a42017c0
Removed unused variable.
2013-01-07 23:12:06 -08:00
bkaradzic
4eace601ec
Implemented DX11 capture.
2013-01-07 23:10:15 -08:00
bkaradzic
e85afa6891
Fixed refcount expected value.
2013-01-07 22:38:40 -08:00
bkaradzic
523572d400
Fixed DX11 texture initialization.
2013-01-07 22:01:07 -08:00
bkaradzic
97bcef11d9
Create GL2.1 context on Linux before trying to create GL3.0.
2013-01-06 21:50:55 -08:00
bkaradzic
b889e78841
Fixed bits per pixel for RGBA16 format.
2013-01-06 18:10:45 -08:00
bkaradzic
7ec5de1ad1
Added texture update example.
2013-01-06 17:53:45 -08:00
bkaradzic
637ab129d3
Wrapped validation code for debug build only.
2013-01-06 12:42:50 -08:00
bkaradzic
79f5f23b79
Cleanup of texture swizzle and BGRA format handling.
2013-01-06 12:39:18 -08:00
bkaradzic
b52cc77a14
Reorganized opcode type and location bits in constant buffer opcode.
2013-01-05 22:34:31 -08:00
bkaradzic
00e5de828e
Check glGetString for glErrors.
2013-01-05 15:24:05 -08:00
bkaradzic
96199abe81
Use TextureInfo for caclTextureSize.
2013-01-05 14:33:05 -08:00
bkaradzic
0af002d05f
Added texture format helper functions.
2013-01-04 23:52:37 -08:00
bkaradzic
6f3cc509e4
Fixed tool memory leak.
2013-01-03 23:41:27 -08:00