index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-03
glapi: alias ProgramParameteriARB to ProgramParameteri
Jordan Justen
1
-1
/
+1
2012-11-03
glapi: move include for ARB_get_program_binary.xml to gl_API.xml
Jordan Justen
2
-1
/
+3
2012-11-03
glapi: alias FramebufferTextureARB to FramebufferTexture
Jordan Justen
1
-1
/
+1
2012-11-01
dispatch: Include GLES1-only functions in dispatch table.
Paul Berry
3
-23
/
+24
2012-11-01
dispatch: properly handle parameter name mismatches in glapitemp.h.
Paul Berry
2
-3
/
+6
2012-11-01
dispatch: Include glheader.h in dispatch-related files.
Paul Berry
3
-3
/
+3
2012-11-01
dispatch: Update check_table.cpp to reflect recent aliasing changes.
Paul Berry
1
-2
/
+0
2012-10-31
mesa: implement ARB_map_buffer_alignment
Marek Olšák
1
-1
/
+7
2012-10-25
shared-glapi: implement _glapi_get_proc_name().
Paul Berry
3
-2
/
+27
2012-10-23
glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.
Paul Berry
1
-1
/
+2
2012-10-23
glapi: Alias ClampColor and ClampColorARB.
Paul Berry
1
-1
/
+1
2012-10-16
es2api: Add GL ES 3 headers
Matt Turner
1
-0
/
+5
2012-10-16
glapi: Add es2="3.0" attributes to XML.
Matt Turner
13
-103
/
+103
2012-10-16
glapi: Delete gles_api.py, since it is no longer used.
Paul Berry
2
-472
/
+0
2012-10-16
mapi_abi: Use GLES information from XML rather than gles_api.py.
Paul Berry
1
-5
/
+11
2012-10-16
mapi_abi: Override 'hidden' and 'handcode' attributes using polymorphism.
Paul Berry
1
-15
/
+23
2012-10-16
mapi_abi: Get rid of unnecessary copy.
Paul Berry
1
-16
/
+3
2012-10-16
mapi_abi: Remove sanity check that all GLES functions are present.
Paul Berry
1
-5
/
+0
2012-10-16
mapi_abi: Collect all imports at top of file.
Paul Berry
1
-8
/
+5
2012-10-16
glapi: Use GLES information from XML rather than gles_api.py.
Paul Berry
2
-16
/
+2
2012-10-16
glapi: Read GLES information from XML.
Paul Berry
1
-0
/
+48
2012-10-16
glapi: Add es1 and es2 attributes to XML.
Paul Berry
9
-334
/
+502
2012-10-16
glapi: use new-style Python classes.
Paul Berry
4
-10
/
+10
2012-10-16
mesa/es: Enable GL_EXT_map_buffer_range
Fredrik Höglund
2
-0
/
+30
2012-10-10
glapi: Reformat python code generation scripts to use 4-space indentation.
Paul Berry
21
-5698
/
+5698
2012-10-10
glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
Imre Deak
1
-1
/
+2
2012-10-09
glx: Remove the last user of -DUSE_XCB.
Eric Anholt
1
-2
/
+0
2012-10-04
glapi: Do not use backtrace on Cygwin.
Vinson Lee
1
-1
/
+1
2012-10-01
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
6
-15
/
+15
2012-10-01
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
2
-2
/
+4
2012-10-01
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
1
-0
/
+6
2012-09-28
scons: Disable build of assembly sources on Cygwin.
Vinson Lee
1
-1
/
+1
2012-09-28
glx: Fix compile warnings since 99fee476a102be898a1a093c037e06382f90a5b9
Eric Anholt
1
-1
/
+1
2012-09-28
gles2: Alias glReadBufferNV with desktop glReadBuffer
Ian Romanick
1
-1
/
+1
2012-09-27
build: Link libglapi with pthreads
Matt Turner
1
-0
/
+2
2012-09-06
glapi/glx: rename 'table' variable to 'disp_table'
Brian Paul
1
-2
/
+2
2012-09-05
glX_proto_send.py: Don't cast the return value of malloc
Matt Turner
1
-1
/
+1
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
1
-1
/
+1
2012-09-05
glX_proto_send.py: Remove deprecated Xmalloc/Xfree calls
Matt Turner
1
-3
/
+3
2012-09-05
Use the correct macro _WIN32 for Windows.
Vinson Lee
5
-6
/
+6
2012-09-05
mapi: Add shared-glapi-test to .gitignore
Paul Berry
1
-0
/
+1
2012-08-29
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
2
-0
/
+31
2012-08-27
glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directly
Julien Cristau
1
-10
/
+25
2012-08-24
automake: convert vgapi
Matt Turner
4
-100
/
+69
2012-08-24
build: Only generate dispatch assembly code that will be built
Matt Turner
1
-4
/
+12
2012-08-23
build: Fix installation of GLES2 headers
Matt Turner
1
-6
/
+5
2012-08-23
build: Fix GLES linkage with libglapi
Matt Turner
2
-2
/
+2
2012-08-23
automake: convert es1api
Matt Turner
4
-143
/
+67
2012-08-23
automake: convert es2api
Matt Turner
5
-16
/
+67
2012-08-14
glapi: Add GL_ARB_invalidate_subdata
Ian Romanick
2
-0
/
+50
[next]