mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
[mesa.git] / src / mapi / glapi /
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-19 Eric Anholtglapi: Add counter information for glBufferData(),...
2013-04-19 Eric Anholtglapi: Add parameter count information for uniforms.
2013-04-19 Paul Berryglapi: skip padding in get_called_parameter_string
2013-04-17 Brian Paulglapi: no longer emit #include "mfeatures.h" in generat...
2013-04-17 Brian Paulglapi: remove FEATURE_remap_table test (it's always...
2013-04-15 Matt Turnerbuild: Move src/mapi/mapi/* to src/mapi/
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-03-31 Dave Airlieglapi: fix storage multisample build errors
2013-03-31 Chris Forbesglapi: add definition of ARB_texture_storage_multisample
2013-03-13 Jon TURNEYProperly check GLX_INDIRECT_RENDERING in glapi/tests...
2013-03-13 Jon TURNEYFix glapi/tests/check_table.cpp for standardized OpenGL...
2013-03-13 Jon TURNEYFix out-of-tree build of 'make check' in src/mapi/glapi...
2013-03-10 Stefan Brünsglapi/gen: Remove duplicate PYTHON_FLAGS
2013-03-01 Chris Forbesglapi: add ARB_texture_multisample
2013-02-23 Tapani Pälliglapi: mark static_dispatch false for DiscardFramebufferEXT
2013-02-20 Tapani Pälligles2: a stub implementation for GL_EXT_discard_framebuffer
2013-02-19 Stefan Brünsglx: fix glGetTexLevelParameteriv for indirect rendering
2013-02-01 Vinson Leeglapi: Do not use backtrace on MinGW.
2013-01-30 Christoph Bumillermesa: implement GL_ARB_texture_buffer_range
2013-01-21 José Fonsecascons: Fix dependencies of generated headers.
2013-01-16 Ian Romanickglapi: Remove duplicate ARB_base_instance from gl_API.xml
2013-01-16 Ian Romanickmesa: Add dispatch and extension XML for GL_ARB_interna...
2013-01-12 Andreas Bollglapi/gen: remove an obsolete comment from Makefile.am
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Ian Romanickglapi: Emit dispatch for {ARB,OES}_get_program_binary
2013-01-12 Ian Romanickglapi: Remove spurious space from end of extension...
2013-01-12 Ian Romanickglapi: Reorder and clean up some of the includes and...
2013-01-10 Matt Turnerbuild: mapi/glapi/gen: Use BUILT_SOURCES
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnermesa: Rename and wire-up GetInteger64i_v
2013-01-10 Matt Turnerglapi: Move ARB_base_instance to the correct location
2013-01-10 Matt Turnerglapi: Add enums for ARB_ES3_compatibility
2012-12-16 Jordan Justenmesa: assert if driver did not compute the version
2012-12-16 Jordan Justenmesa: separate exec allocation from initialization
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-19 Kenneth Graunkemesa: Mark GetBufferParameteri64v as implemented.
2012-11-12 Paul Berryglapi: Stop handling XML annotation exec="{es,check...
2012-11-12 Paul Berryglapi: Remove handling of mesa_name XML attribute.
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-08 Dave Airlieglapi: add ARB_texture_cube_map_array.
2012-11-06 Paul Berrydispatch: Code generate api_exec.c.
2012-11-06 Paul Berryglapi/gen: Add code generation script for _mesa_create_...
2012-11-06 Paul Berryglapi/gen: handle new XML attributes.
2012-11-06 Paul Berryglapi/gen: Gather API version info across aliased funct...
2012-11-06 Paul Berryglapi/gen: Comment fix.
2012-11-06 Paul Berryglapi: Annotate XML with function name suffix anomalies.
2012-11-06 Paul Berryglapi: Annotate XML with desktop="false" for GLES-only...
2012-11-06 Paul Berryglapi: Annotate XML with exec="{es,check}" for special...
2012-11-06 Paul Berryglapi: Annotate XML with exec="loopback" for loopback...
2012-11-06 Paul Berryglapi: Annotate XML with exec="dynamic" for dynamic...
2012-11-06 Paul Berryglapi: Annotate XML with exec="skip" for unimplemented...
2012-11-06 Paul Berryglapi: Annotate XML with deprecated="3.1" for deprecate...
2012-11-06 Paul Berryglapi: Mark GLX extensions as window_system="glX".
2012-11-06 Paul Berryglapi: Use GL_ or GLX_ prefix for all category names.
2012-11-03 Jordan Justenglapi: alias ProgramParameteriARB to ProgramParameteri
2012-11-03 Jordan Justenglapi: move include for ARB_get_program_binary.xml...
2012-11-03 Jordan Justenglapi: alias FramebufferTextureARB to FramebufferTexture
2012-11-01 Paul Berrydispatch: Include GLES1-only functions in dispatch...
2012-11-01 Paul Berrydispatch: properly handle parameter name mismatches...
2012-11-01 Paul Berrydispatch: Include glheader.h in dispatch-related files.
2012-11-01 Paul Berrydispatch: Update check_table.cpp to reflect recent...
2012-10-31 Marek Olšákmesa: implement ARB_map_buffer_alignment
2012-10-23 Paul Berryglapi: Alias VertexAttribDivisor and VertexAttribDiviso...
2012-10-23 Paul Berryglapi: Alias ClampColor and ClampColorARB.
2012-10-17 Matt Turnerglapi: Add es2="3.0" attributes to XML.
2012-10-16 Paul Berryglapi: Delete gles_api.py, since it is no longer used.
2012-10-16 Paul Berryglapi: Use GLES information from XML rather than gles_a...
2012-10-16 Paul Berryglapi: Read GLES information from XML.
2012-10-16 Paul Berryglapi: Add es1 and es2 attributes to XML.
2012-10-16 Paul Berryglapi: use new-style Python classes.
2012-10-16 Fredrik Höglundmesa/es: Enable GL_EXT_map_buffer_range
2012-10-10 Paul Berryglapi: Reformat python code generation scripts to use...
2012-10-10 Imre Deakglapi: rename/move GL_POLYGON_OFFSET_BIAS to its extens...
2012-10-09 Eric Anholtglx: Remove the last user of -DUSE_XCB.
2012-10-05 Vinson Leeglapi: Do not use backtrace on Cygwin.
2012-10-01 Matt Turnerbuild: Use AX_PTHREAD's HAVE_PTHREAD preprocessor defin...
2012-10-01 Matt Turnerbuild: Use PTHREAD_LIBS and PTHREAD_CFLAGS
2012-10-01 Oliver McFaddenintel: add support for ANGLE_texture_compression_dxt.
2012-09-29 Vinson Leescons: Disable build of assembly sources on Cygwin.
2012-09-28 Eric Anholtglx: Fix compile warnings since 99fee476a102be898a1a093...
2012-09-28 Ian Romanickgles2: Alias glReadBufferNV with desktop glReadBuffer
2012-09-07 Brian Paulglapi/glx: rename 'table' variable to 'disp_table'
2012-09-06 Matt TurnerglX_proto_send.py: Don't cast the return value of malloc
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Matt TurnerglX_proto_send.py: Remove deprecated Xmalloc/Xfree...
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-08-29 Ian Romanickmesa/es: Enable GL_OES_vertex_array_object
2012-08-27 Julien Cristauglapi/glx: call __glEmptyImage if USE_XCB, not memcpy...
2012-08-24 Matt Turnerbuild: Only generate dispatch assembly code that will...
2012-08-23 Matt Turnerautomake: convert es2api
2012-08-14 Ian Romanickglapi: Add GL_ARB_invalidate_subdata
2012-08-13 Christopher James... build/mapi: More killing of TOP in favour of top_srcdir
2012-08-13 Christopher James... build/glapi: fix includes for generated files
2012-08-13 Christopher James... build: fix out of tree generation of glapi_mapi_tmp.h
2012-08-08 Ian Romanickmesa/tests: Fix trivial typos in src/mapi/glapi tests
2012-08-08 Ian Romanickglapi: Prevent accidental use of lies w/shared-glapi
2012-08-08 Ian Romanickglx: Don't use glapitable.h at all
2012-08-08 Ian Romanickglx: Don't rely on struct _glapi_table
2012-08-08 Ian Romanickmesa/tests: Don't build glapi tests with shared-glapi
next