index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
glapi: Reformat python code generation scripts to use 4-space indentation.
Paul Berry
2012-10-10
21
-5698
/
+5698
*
glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
Imre Deak
2012-10-10
1
-1
/
+2
*
glx: Remove the last user of -DUSE_XCB.
Eric Anholt
2012-10-09
1
-2
/
+0
*
glapi: Do not use backtrace on Cygwin.
Vinson Lee
2012-10-04
1
-1
/
+1
*
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
2012-10-01
6
-15
/
+15
*
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
2012-10-01
2
-2
/
+4
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
1
-0
/
+6
*
scons: Disable build of assembly sources on Cygwin.
Vinson Lee
2012-09-28
1
-1
/
+1
*
glx: Fix compile warnings since 99fee476a102be898a1a093c037e06382f90a5b9
Eric Anholt
2012-09-28
1
-1
/
+1
*
gles2: Alias glReadBufferNV with desktop glReadBuffer
Ian Romanick
2012-09-28
1
-1
/
+1
*
build: Link libglapi with pthreads
Matt Turner
2012-09-27
1
-0
/
+2
*
glapi/glx: rename 'table' variable to 'disp_table'
Brian Paul
2012-09-06
1
-2
/
+2
*
glX_proto_send.py: Don't cast the return value of malloc
Matt Turner
2012-09-05
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
glX_proto_send.py: Remove deprecated Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-3
/
+3
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
5
-6
/
+6
*
mapi: Add shared-glapi-test to .gitignore
Paul Berry
2012-09-05
1
-0
/
+1
*
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
2012-08-29
2
-0
/
+31
*
glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directly
Julien Cristau
2012-08-27
1
-10
/
+25
*
automake: convert vgapi
Matt Turner
2012-08-24
4
-100
/
+69
*
build: Only generate dispatch assembly code that will be built
Matt Turner
2012-08-24
1
-4
/
+12
*
build: Fix installation of GLES2 headers
Matt Turner
2012-08-23
1
-6
/
+5
*
build: Fix GLES linkage with libglapi
Matt Turner
2012-08-23
2
-2
/
+2
*
automake: convert es1api
Matt Turner
2012-08-23
4
-143
/
+67
*
automake: convert es2api
Matt Turner
2012-08-23
5
-16
/
+67
*
glapi: Add GL_ARB_invalidate_subdata
Ian Romanick
2012-08-14
2
-0
/
+50
*
build/mapi: More killing of TOP in favour of top_srcdir
Christopher James Halse Rogers
2012-08-13
2
-7
/
+11
*
build/glapi: fix includes for generated files
Christopher James Halse Rogers
2012-08-13
1
-0
/
+1
*
build: fix out of tree generation of glapi_mapi_tmp.h
Christopher James Halse Rogers
2012-08-13
1
-1
/
+1
*
mesa/tests: Fix trivial typos in src/mapi/glapi tests
Ian Romanick
2012-08-08
1
-4
/
+4
*
mesa/tests: Add tests for the generated shared-glapi dispatch table
Ian Romanick
2012-08-08
3
-0
/
+490
*
glapi: Prevent accidental use of lies w/shared-glapi
Ian Romanick
2012-08-08
1
-0
/
+6
*
glx: Don't use glapitable.h at all
Ian Romanick
2012-08-08
1
-1
/
+4
*
glx: Don't rely on struct _glapi_table
Ian Romanick
2012-08-08
1
-14
/
+21
*
mesa/tests: Don't build glapi tests with shared-glapi
Ian Romanick
2012-08-08
1
-0
/
+2
*
shared-glapi: Install libglapi.so.0.0.0 and .0 links in lib/.
Kenneth Graunke
2012-07-25
1
-1
/
+3
*
automake: convert libglapi
Jon TURNEY
2012-07-13
4
-78
/
+70
*
Rename X86-64_API -> X86_64_API
Jon TURNEY
2012-07-13
1
-1
/
+1
*
glapi: add ARB_transform_feedback_instanced
Marek Olšák
2012-07-12
1
-1
/
+18
*
glapi: add ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-1
/
+30
*
mapi: Move GL_NV_draw_buffers extension to es_EXT.xml
Kristian Høgsberg
2012-07-11
2
-63
/
+63
*
glapi: Apply Xorg indent rules to all files generated for the xserver
Ian Romanick
2012-07-11
1
-15
/
+39
*
glapi: add ARB_timer_query
Marek Olšák
2012-07-10
1
-1
/
+21
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-04
1
-0
/
+8
*
GLES2: upgrade gl2ext.h to version 18099
Kristian Høgsberg
2012-07-04
1
-10
/
+0
*
Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."
Marek Olšák
2012-07-04
1
-8
/
+0
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-03
1
-0
/
+8
*
glapi/gen: fix out of tree build
Dylan Noblesmith
2012-07-02
1
-23
/
+29
*
mesa: more const qualifiers to match the latest glext.h
Brian Paul
2012-06-27
5
-5
/
+5
*
glapi: add const qualifier to glShaderSourceARB() parameter
Brian Paul
2012-06-27
1
-1
/
+1
[next]