aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Move brw_fs_cfg.* to brw_cfg.*.Eric Anholt2012-10-177-6/+6
* i965: Make the FS and VS share a few visitor/instruction fields.Eric Anholt2012-10-175-24/+30
* i965/vs: Trim the swizzle of the scratch write temporary.Eric Anholt2012-10-171-1/+16
* i965/vs: Do the temporary allocation in emit_scratch_write().Eric Anholt2012-10-173-21/+12
* i965/vs: Simplify emit_scratch_write() prototype.Eric Anholt2012-10-173-8/+6
* i965/vs: Add a little bit of IR-level debug ability.Eric Anholt2012-10-174-5/+96
* st/mesa: silence MSVC signed/unsigned comparison warningBrian Paul2012-10-171-1/+2
* st/mesa: silence MSVC double/unsigned assignment warningBrian Paul2012-10-171-1/+2
* wmesa: remove old, unused span codeBrian Paul2012-10-171-474/+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
* i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.Eric Anholt2012-10-164-121/+172
* i965: Share the draw x/y offset masking code between main/blorp and all gens.Eric Anholt2012-10-166-108/+89
* i965: Make a helper function for the renderbuffer temporary mt workaround.Eric Anholt2012-10-163-22/+30
* i965: Warn on a couple of workarounds in blending.Eric Anholt2012-10-161-2/+15
* intel: Add a macro for printing a debug warning once.Eric Anholt2012-10-161-0/+11
* i965/fs: Fix segfault when using INTEL_DEBUG=perf with non-GLSL.Kenneth Graunke2012-10-161-1/+1
* mesa: Don't flatten IF statements by default.Kenneth Graunke2012-10-161-0/+1
* mesa: Remove PROGRAM_WRITE_ONLY register type.Kenneth Graunke2012-10-164-7/+0
* mesa: Remove dead _mesa_num_parameters_of_type() function.Kenneth Graunke2012-10-162-23/+0
* mesa: Remove dead _mesa_add_attribute() function.Kenneth Graunke2012-10-162-34/+0
* mesa: Remove remnants of PROGRAM_VARYING.Kenneth Graunke2012-10-165-14/+3
* mesa: Remove dead _mesa_add_varying() function.Kenneth Graunke2012-10-162-26/+0
* mesa: Remove dead program_parameter::Flags field.Kenneth Graunke2012-10-164-19/+12
* st/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]Kenneth Graunke2012-10-162-21/+4
* mesa: Remove GLSL-related PROG_PARAM_BIT flags.Kenneth Graunke2012-10-162-12/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-1611-42/+3
* driconf: Remove force enable for NV_vertex_program.Kenneth Graunke2012-10-166-32/+0
* mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke2012-10-166-16/+8
* 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 prog_print support for NV programs.Kenneth Graunke2012-10-162-56/+5
* mesa: Remove support for parsing NV fragment programs.Kenneth Graunke2012-10-165-1648/+0
* mesa: Remove the gl_program::Resident flag.Kenneth Graunke2012-10-162-2/+0
* mesa: Remove the EmitNVTempInitialization shader compiler option.Kenneth Graunke2012-10-162-2/+0
* mesa: Remove the NV program API functions.Kenneth Graunke2012-10-166-579/+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-163-9/+1
* mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund2012-10-164-10/+22
* st/mesa: remove OPCODE_BRA switch caseBrian Paul2012-10-151-2/+0
* mesa: Remove defines for NV_vertex_program limits.Eric Anholt2012-10-153-18/+4