index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-02
glapi: add ARB_texture_multisample
Chris Forbes
2
-1
/
+71
2013-02-22
glapi: mark static_dispatch false for DiscardFramebufferEXT
Tapani Pälli
1
-1
/
+2
2013-02-20
gles2: a stub implementation for GL_EXT_discard_framebuffer
Tapani Pälli
1
-0
/
+13
2013-02-19
glx: fix glGetTexLevelParameteriv for indirect rendering
Stefan Brüns
1
-1
/
+3
2013-01-31
glapi: Do not use backtrace on MinGW.
Vinson Lee
1
-1
/
+1
2013-01-30
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
3
-0
/
+27
2013-01-21
scons: Fix dependencies of generated headers.
José Fonseca
3
-31
/
+24
2013-01-16
Fix mapi code generator for out-of-tree build
Jon TURNEY
1
-1
/
+1
2013-01-15
glapi: Remove duplicate ARB_base_instance from gl_API.xml
Ian Romanick
1
-2
/
+0
2013-01-15
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query
Ian Romanick
3
-2
/
+26
2013-01-13
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Johannes Obermayr
1
-3
/
+3
2013-01-13
glapi/gen: remove an obsolete comment from Makefile.am
Andreas Boll
1
-5
/
+0
2013-01-13
Remove hacks for static Makefiles
Matt Turner
3
-18
/
+5
2013-01-11
glapi: Emit dispatch for {ARB,OES}_get_program_binary
Ian Romanick
1
-6
/
+3
2013-01-11
glapi: Remove spurious space from end of extension name
Ian Romanick
1
-1
/
+1
2013-01-11
glapi: Reorder and clean up some of the includes and comments
Ian Romanick
1
-7
/
+3
2013-01-10
build: mapi/glapi/gen: Use BUILT_SOURCES
Matt Turner
1
-4
/
+6
2013-01-10
Clean up .gitignore files
Matt Turner
8
-8
/
+0
2013-01-10
mesa: Rename and wire-up GetInteger64i_v
Matt Turner
1
-1
/
+1
2013-01-10
glapi: Move ARB_base_instance to the correct location
Matt Turner
1
-3
/
+5
2013-01-10
glapi: Add enums for ARB_ES3_compatibility
Matt Turner
3
-0
/
+31
2012-12-16
mesa: assert if driver did not compute the version
Jordan Justen
1
-0
/
+1
2012-12-16
mesa: separate exec allocation from initialization
Jordan Justen
1
-12
/
+8
2012-12-07
build: Fix GLES linkage without libglapi
Andreas Boll
2
-2
/
+10
2012-11-29
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
1
-1
/
+1
2012-11-19
mesa: Mark GetBufferParameteri64v as implemented.
Kenneth Graunke
1
-2
/
+1
2012-11-12
glapi: Stop handling XML annotation exec="{es,check,loopback}".
Paul Berry
1
-3
/
+0
2012-11-12
glapi: Remove handling of mesa_name XML attribute.
Paul Berry
3
-53
/
+4
2012-11-12
mesa: Standardize names of OpenGL functions.
Paul Berry
24
-1428
/
+1345
2012-11-09
glapi: add ARB_texture_cube_map_array.
Dave Airlie
2
-1
/
+19
2012-11-06
dispatch: Code generate api_exec.c.
Paul Berry
1
-0
/
+4
2012-11-06
glapi/gen: Add code generation script for _mesa_create_exec_table().
Paul Berry
1
-0
/
+222
2012-11-06
glapi/gen: handle new XML attributes.
Paul Berry
1
-2
/
+63
2012-11-06
glapi/gen: Gather API version info across aliased functions.
Paul Berry
1
-1
/
+13
2012-11-06
glapi/gen: Comment fix.
Paul Berry
1
-1
/
+1
2012-11-06
glapi: Annotate XML with function name suffix anomalies.
Paul Berry
14
-147
/
+191
2012-11-06
glapi: Annotate XML with desktop="false" for GLES-only functions.
Paul Berry
5
-57
/
+60
2012-11-06
glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.
Paul Berry
3
-48
/
+49
2012-11-06
glapi: Annotate XML with exec="loopback" for loopback functions.
Paul Berry
2
-208
/
+271
2012-11-06
glapi: Annotate XML with exec="dynamic" for dynamic functions.
Paul Berry
8
-132
/
+208
2012-11-06
glapi: Annotate XML with exec="skip" for unimplemented functions.
Paul Berry
6
-273
/
+310
2012-11-06
glapi: Annotate XML with deprecated="3.1" for deprecated functions.
Paul Berry
7
-548
/
+710
2012-11-06
glapi: Mark GLX extensions as window_system="glX".
Paul Berry
1
-3
/
+3
2012-11-06
glapi: Use GL_ or GLX_ prefix for all category names.
Paul Berry
1
-2
/
+2
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
[next]