index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glapi/gen: Gather API version info across aliased functions.
Paul Berry
2012-11-06
1
-1
/
+13
*
glapi/gen: Comment fix.
Paul Berry
2012-11-06
1
-1
/
+1
*
glapi: Annotate XML with function name suffix anomalies.
Paul Berry
2012-11-06
14
-147
/
+191
*
glapi: Annotate XML with desktop="false" for GLES-only functions.
Paul Berry
2012-11-06
5
-57
/
+60
*
glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.
Paul Berry
2012-11-06
3
-48
/
+49
*
glapi: Annotate XML with exec="loopback" for loopback functions.
Paul Berry
2012-11-06
2
-208
/
+271
*
glapi: Annotate XML with exec="dynamic" for dynamic functions.
Paul Berry
2012-11-06
8
-132
/
+208
*
glapi: Annotate XML with exec="skip" for unimplemented functions.
Paul Berry
2012-11-06
6
-273
/
+310
*
glapi: Annotate XML with deprecated="3.1" for deprecated functions.
Paul Berry
2012-11-06
7
-548
/
+710
*
glapi: Mark GLX extensions as window_system="glX".
Paul Berry
2012-11-06
1
-3
/
+3
*
glapi: Use GL_ or GLX_ prefix for all category names.
Paul Berry
2012-11-06
1
-2
/
+2
*
glapi: alias ProgramParameteriARB to ProgramParameteri
Jordan Justen
2012-11-03
1
-1
/
+1
*
glapi: move include for ARB_get_program_binary.xml to gl_API.xml
Jordan Justen
2012-11-03
2
-1
/
+3
*
glapi: alias FramebufferTextureARB to FramebufferTexture
Jordan Justen
2012-11-03
1
-1
/
+1
*
dispatch: Include GLES1-only functions in dispatch table.
Paul Berry
2012-11-01
3
-23
/
+24
*
dispatch: properly handle parameter name mismatches in glapitemp.h.
Paul Berry
2012-11-01
2
-3
/
+6
*
dispatch: Include glheader.h in dispatch-related files.
Paul Berry
2012-11-01
3
-3
/
+3
*
dispatch: Update check_table.cpp to reflect recent aliasing changes.
Paul Berry
2012-11-01
1
-2
/
+0
*
mesa: implement ARB_map_buffer_alignment
Marek Olšák
2012-10-31
1
-1
/
+7
*
shared-glapi: implement _glapi_get_proc_name().
Paul Berry
2012-10-25
3
-2
/
+27
*
glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.
Paul Berry
2012-10-23
1
-1
/
+2
*
glapi: Alias ClampColor and ClampColorARB.
Paul Berry
2012-10-23
1
-1
/
+1
*
es2api: Add GL ES 3 headers
Matt Turner
2012-10-16
1
-0
/
+5
*
glapi: Add es2="3.0" attributes to XML.
Matt Turner
2012-10-16
13
-103
/
+103
*
glapi: Delete gles_api.py, since it is no longer used.
Paul Berry
2012-10-16
2
-472
/
+0
*
mapi_abi: Use GLES information from XML rather than gles_api.py.
Paul Berry
2012-10-16
1
-5
/
+11
*
mapi_abi: Override 'hidden' and 'handcode' attributes using polymorphism.
Paul Berry
2012-10-16
1
-15
/
+23
*
mapi_abi: Get rid of unnecessary copy.
Paul Berry
2012-10-16
1
-16
/
+3
*
mapi_abi: Remove sanity check that all GLES functions are present.
Paul Berry
2012-10-16
1
-5
/
+0
*
mapi_abi: Collect all imports at top of file.
Paul Berry
2012-10-16
1
-8
/
+5
*
glapi: Use GLES information from XML rather than gles_api.py.
Paul Berry
2012-10-16
2
-16
/
+2
*
glapi: Read GLES information from XML.
Paul Berry
2012-10-16
1
-0
/
+48
*
glapi: Add es1 and es2 attributes to XML.
Paul Berry
2012-10-16
9
-334
/
+502
*
glapi: use new-style Python classes.
Paul Berry
2012-10-16
4
-10
/
+10
*
mesa/es: Enable GL_EXT_map_buffer_range
Fredrik Höglund
2012-10-16
2
-0
/
+30
*
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
[prev]
[next]