summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-01dispatch_sanity test: add GL CORE 3.1 testcode-gen-api-exec+gl-core-sanityJordan Justen1-0/+705
2012-11-01dispatch_sanity test: create common context creation functionJordan Justen1-36/+16
2012-11-01dispatch_sanity test: allow newer functions to be set to NOPJordan Justen1-3/+11
2012-11-01dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen1-9/+14
2012-11-01dispatch_sanity test: add version to function listJordan Justen1-460/+461
2012-11-01dispatch: Delete unused init_dispatch functions.Paul Berry32-431/+0
2012-11-01dispatch: Code generate api_exec.c.Paul Berry6-935/+21
2012-11-01glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry1-0/+222
2012-11-01glapi/gen: handle new XML attributes.Paul Berry1-2/+63
2012-11-01glapi/gen: Gather API version info across aliased functions.Paul Berry1-1/+13
2012-11-01glapi/gen: Comment fix.Paul Berry1-1/+1
2012-11-01dispatch: Make all API functions non-static.Paul Berry34-538/+1304
2012-11-01glapi: Annotate XML with function name suffix anomalies.Paul Berry14-147/+191
2012-11-01glapi: Annotate XML with desktop="false" for GLES-only functions.Paul Berry5-57/+60
2012-11-01glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.Paul Berry3-48/+49
2012-11-01glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2-208/+271
2012-11-01glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry8-132/+208
2012-11-01glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry5-272/+309
2012-11-01glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry6-545/+707
2012-11-01glapi: Mark GLX extensions as window_system="glX".Paul Berry1-3/+3
2012-11-01glapi: Use GL_ or GLX_ prefix for all category names.Paul Berry1-2/+2
2012-11-01dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry5-18/+1
2012-11-01dispatch: stop generating separate GLES1 API code.Paul Berry10-4109/+4
2012-11-01dispatch: stop using _mesa_create_exec_table_es1() for GLES1.Paul Berry2-29/+18
2012-11-01dispatch: GLES1 fixes for _mesa_create_exec_table().Paul Berry8-164/+291
2012-11-01dispatch: Make a header to go along with querymatrix.c.Paul Berry2-9/+43
2012-11-01dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.Paul Berry2-4/+31
2012-11-01dispatch: Include GLES1-only functions in dispatch table.Paul Berry3-23/+24
2012-11-01dispatch: properly handle parameter name mismatches in glapitemp.h.Paul Berry2-3/+6
2012-11-01dispatch: Include glheader.h in dispatch-related files.Paul Berry4-4/+4
2012-11-01dispatch: Update check_table.cpp to reflect recent aliasing changes.Paul Berry1-2/+0
2012-11-01i965/gen4: Fix assertion failures in depthstencil piglit tests.Eric Anholt1-4/+5
2012-10-31i965: Add "alpha to coverage" to performance debug recompile messages.Kenneth Graunke1-0/+1
2012-10-31i965: Don't replicate data for zero-stride arrays when copying to VBOs.Kenneth Graunke1-7/+6
2012-10-31i965: Don't bother trying to extend the current vertex buffers.Kenneth Graunke3-42/+1
2012-11-01r600g: re-enable handling of DISCARD_RANGE, improving performanceMarek Olšák1-2/+0
2012-11-01r600g: fix abysmal performance in Reaction QuakeMarek Olšák2-21/+24
2012-11-01gallium/u_vbuf: document how it worksMarek Olšák2-3/+63
2012-11-01gallium/u_vbuf: optimize looping over the list of buffers to uploadMarek Olšák1-9/+12
2012-11-01gallium/u_vbuf: skip processing of buffers unused by the vertex element stateMarek Olšák1-15/+24
2012-10-31swrast: remove explicit size from texfetch_funcs arrayBrian Paul1-1/+1
2012-10-31llvmpipe: Obey back writemask.José Fonseca1-2/+8
2012-10-31r600g: avoid shader needing too many gpr to lockup the gpu v2Jerome Glisse3-34/+62
2012-10-31draw: fix assertion failure in draw_emit_vertex_attrMarek Olšák1-2/+3
2012-10-31r600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic registersMarek Olšák4-99/+11
2012-10-31mesa: remove NV_read_buffer extension enable flagMarek Olšák2-2/+1
2012-10-31mesa: remove SGIS_texture_lod extension enable flagMarek Olšák2-20/+1
2012-10-31mesa: remove NV_texgen_reflection extension enable flagMarek Olšák3-5/+1
2012-10-31mesa: remove NV_light_max_exponent extension enable flagMarek Olšák4-7/+3
2012-10-31mesa: remove IBM_rasterpos_clip extension enable flagMarek Olšák5-7/+2