summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-292-2/+2
* mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner2012-10-251-0/+149
* Split dispatch sanity's validate_function test into twoMatt Turner2012-10-251-0/+11
* dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry2012-10-251-1/+9
* mesa: Use MIN instead of CLAMP for unsigned source dataIan Romanick2012-10-241-108/+108
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-2310-43/+68
* _mesa_create_exec_table(): deprecate ProgramStringARB.Paul Berry2012-10-231-1/+3
* _mesa_create_exec_table: de-deprecate GetPointerv.Paul Berry2012-10-231-1/+3
* glapi: Alias ClampColor and ClampColorARB.Paul Berry2012-10-232-2/+0
* main: Fix warning ('struct gl_context' declared inside parameter list).Paul Berry2012-10-231-0/+1
* mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.Eric Anholt2012-10-221-1/+1
* mesa: Refuse to EndQuery with a mismatched query target.Eric Anholt2012-10-221-0/+10
* mesa: Throw an error for a new query on an already-active query target.Eric Anholt2012-10-221-0/+13
* Finish _HAVE_FULL_GL removalMatt Turner2012-10-173-50/+0
* mesa/tests: Add ES1.1 dispatch table sanity testIan Romanick2012-10-161-0/+207
* mesa/tests: Compile ES2 test regardless of FEATURE_ES2 settingIan Romanick2012-10-161-4/+0
* mesa: remove FEATURE_ES1 tests in enable.c codeBrian Paul2012-10-161-6/+0
* mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()Brian Paul2012-10-161-2/+0
* mesa: remove FEATURE_ES test in _mesa_is_compressed_format()Brian Paul2012-10-161-2/+0
* mesa: remove FEATURE_GL test from updated_drawbuffers()Brian Paul2012-10-161-2/+0
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-1618-133/+1
* mesa: remove ASSERT_NO_FEATURE macroBrian Paul2012-10-162-4/+1
* mesa: Don't flatten IF statements by default.Kenneth Graunke2012-10-161-0/+1
* mesa: Remove remnants of PROGRAM_VARYING.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-2/+1
* mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke2012-10-163-5/+2
* mesa: Remove some miscellaneous NV program stuff from arbprogram.c.Kenneth Graunke2012-10-161-25/+1
* mesa: Simplify _mesa_BindProgram() by removing NV program remnants.Kenneth Graunke2012-10-161-34/+9
* mesa: Remove get and enable bits for NV_fragment_program.Kenneth Graunke2012-10-163-33/+2
* mesa: Remove support for parsing NV fragment programs.Kenneth Graunke2012-10-161-8/+0
* mesa: Remove the gl_program::Resident flag.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove the EmitNVTempInitialization shader compiler option.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove the NV program API functions.Kenneth Graunke2012-10-164-577/+0
* mesa: Switch to the other glGetVertexAttribPointervARB implementation.Kenneth Graunke2012-10-162-3/+2
* mesa: Remove some shared NV_vp/fp functions from the dispatch table.Kenneth Graunke2012-10-162-89/+0
* mesa: Unhook NV_fragment_program API from the dispatch table.Kenneth Graunke2012-10-162-102/+0
* swrast: Remove support for the NV_fragment_program extension.Kenneth Graunke2012-10-161-1/+0
* mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund2012-10-164-10/+22
* mesa: Remove defines for NV_vertex_program limits.Eric Anholt2012-10-153-18/+4
* mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt2012-10-153-11/+7
* mesa: Add notes about remaining NV_vertex_program code.Eric Anholt2012-10-152-1/+5
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-156-43/+15
* mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt2012-10-158-346/+0
* mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.Eric Anholt2012-10-151-1/+0
* mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.Eric Anholt2012-10-155-68/+0
* mesa: Remove NV_vertex_program-specific parameters support.Eric Anholt2012-10-154-177/+0
* mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt2012-10-155-195/+0
* mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt2012-10-154-35/+12
* mesa: Fix NV_fragment_program's display list opcode for RequestResident.Eric Anholt2012-10-151-1/+1
* mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2012-10-156-164/+0