util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOAT
[mesa.git] / src / mapi /
2012-12-16 Jordan Justenmesa: assert if driver did not compute the version
2012-12-16 Jordan Justenmesa: separate exec allocation from initialization
2012-12-07 Andreas Bollbuild: Fix GLES linkage without libglapi
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-25 Paul Berryshared-glapi: implement _glapi_get_proc_name().
2012-10-23 Paul Berryglapi: Alias VertexAttribDivisor and VertexAttribDiviso...
2012-10-23 Paul Berryglapi: Alias ClampColor and ClampColorARB.
2012-10-17 Matt Turneres2api: Add GL ES 3 headers
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 Berrymapi_abi: Use GLES information from XML rather than...
2012-10-16 Paul Berrymapi_abi: Override 'hidden' and 'handcode' attributes...
2012-10-16 Paul Berrymapi_abi: Get rid of unnecessary copy.
2012-10-16 Paul Berrymapi_abi: Remove sanity check that all GLES functions...
2012-10-16 Paul Berrymapi_abi: Collect all imports at top of file.
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-27 Matt Turnerbuild: Link libglapi with pthreads
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-09-05 Paul Berrymapi: Add shared-glapi-test to .gitignore
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 Turnerautomake: convert vgapi
2012-08-24 Matt Turnerbuild: Only generate dispatch assembly code that will...
2012-08-23 Matt Turnerbuild: Fix installation of GLES2 headers
2012-08-23 Matt Turnerbuild: Fix GLES linkage with libglapi
2012-08-23 Matt Turnerautomake: convert es1api
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 Romanickmesa/tests: Add tests for the generated shared-glapi...
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
2012-07-26 Kenneth Graunkeshared-glapi: Install libglapi.so.0.0.0 and .0 links...
2012-07-13 Jon TURNEYautomake: convert libglapi
2012-07-13 Jon TURNEYRename X86-64_API -> X86_64_API
2012-07-12 Marek Olšákglapi: add ARB_transform_feedback_instanced
2012-07-12 Marek Olšákglapi: add ARB_transform_feedback3
2012-07-11 Kristian Høgsbergmapi: Move GL_NV_draw_buffers extension to es_EXT.xml
2012-07-11 Ian Romanickglapi: Apply Xorg indent rules to all files generated...
2012-07-10 Marek Olšákglapi: add ARB_timer_query
2012-07-04 Gwenole Beauchesnemesa: add GL_EXT_texture_rg extension for OpenGL ES...
2012-07-04 Kristian HøgsbergGLES2: upgrade gl2ext.h to version 18099
2012-07-03 Marek OlšákRevert "mesa: add GL_EXT_texture_rg extension for OpenG...
2012-07-03 Gwenole Beauchesnemesa: add GL_EXT_texture_rg extension for OpenGL ES...
2012-07-02 Dylan Noblesmithglapi/gen: fix out of tree build
2012-06-27 Brian Paulmesa: more const qualifiers to match the latest glext.h
2012-06-27 Brian Paulglapi: add const qualifier to glShaderSourceARB() parameter
2012-06-21 Vincent Lejeuneglapi: Add uniform buffer object API
2012-06-21 Eric Anholtautomake: Convert src/mapi/glapi/gen to silent build.
2012-06-21 Eric Anholtautomake: Convert src/mapi/glapi/gen/Makefile to automake.
next