| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix shininess check for ffvertex_prog v2 | Tim Rowley | 2015-05-20 | 1 | -1/+1 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -2/+2 |
* | mesa: move ShaderCompilerOptions into gl_constants | Marek Olšák | 2014-08-11 | 1 | -1/+1 |
* | mesa: Replace use of _ReallyEnabled as a boolean with use of _Current. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | mesa: Drop _EnabledUnits. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. | Kenneth Graunke | 2014-02-03 | 1 | -1/+1 |
* | mesa: rename PreferDP4 to OptimizeForAOS. | Matt Turner | 2014-01-21 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -1/+1 |
* | mesa: fix indentation in ffvertex_prog.c | Brian Paul | 2013-11-22 | 1 | -12/+14 |
* | mesa: Add ARB_vertex_attrib_binding | Fredrik Höglund | 2013-11-07 | 1 | -1/+1 |
* | mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib | Fredrik Höglund | 2013-11-07 | 1 | -1/+1 |
* | mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions. | Kenneth Graunke | 2013-05-12 | 1 | -1/+1 |
* | mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR | Marek Olšák | 2013-04-24 | 1 | -6/+0 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -7/+7 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -19/+19 |
* | Revert "mesa: assert that key->fragprog_inputs_read value isn't too large" | Brian Paul | 2012-11-09 | 1 | -2/+0 |
* | mesa: assert that key->fragprog_inputs_read value isn't too large | Brian Paul | 2012-11-06 | 1 | -0/+2 |
* | mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3. | Eric Anholt | 2012-10-15 | 1 | -1/+0 |
* | mesa: remove FEATURE_point_size_array define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: improve comment in build_tnl_program() | Brian Paul | 2012-07-24 | 1 | -1/+1 |
* | mesa: remove stale comment | Brian Paul | 2012-07-18 | 1 | -1/+0 |
* | mesa: use gl_program cast wrappers | Brian Paul | 2012-07-18 | 1 | -4/+3 |
* | mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask | Brian Paul | 2012-06-27 | 1 | -1/+1 |
* | mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: distinct gl_client_array arrays are gone | Chia-I Wu | 2011-11-29 | 1 | -1/+1 |
* | mesa: Make gl_program::InputsRead 64 bits. | Mathias Fröhlich | 2011-11-29 | 1 | -9/+9 |
* | mesa: do not skip att and spot calculation for infinite light | Yuanhan Liu | 2011-11-16 | 1 | -63/+50 |
* | mesa: Add NV_fog_distance to the fixed-function vertex program generator | Nicholas Miell | 2011-11-01 | 1 | -4/+39 |
* | mesa: support boolean and integer-based parameters in prog_parameter | Bryan Cain | 2011-08-01 | 1 | -5/+5 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -6/+6 |
* | ffvertex: don't touch tex coords if coord replace is enabled. | Dave Airlie | 2010-04-13 | 1 | -0/+8 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -4/+4 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | gallium: add point size clamp to implementation limits in vertex shader | Roland Scheidegger | 2010-02-04 | 1 | -1/+1 |
* | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | 2009-12-22 | 1 | -1/+1 |
* | mesa: Remove gratuitous padding in prog_dst_register. | Eric Anholt | 2009-11-19 | 1 | -1/+0 |
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -1/+1 |
* | mesa: replace 8 with NUM_UNITS | Brian Paul | 2009-09-02 | 1 | -1/+4 |
* | mesa: when emitting vertex program fog, set yzw=0,0,1 | Brian Paul | 2009-08-18 | 1 | -0/+2 |
* | mesa: remove whitespace | Keith Whitwell | 2009-06-30 | 1 | -108/+108 |
* | mesa: remove dead constant pointsize code from ffvertex_prog.c | Keith Whitwell | 2009-06-30 | 1 | -17/+0 |
* | mesa: remove dead vertex fog code from ffvertex_prog.c | Keith Whitwell | 2009-06-30 | 1 | -84/+3 |
* | mesa: fix material inputs in ffvertex_prog.c | Keith Whitwell | 2009-06-30 | 1 | -39/+15 |
* | mesa: more complete fix for transform_invarient glitches | Keith Whitwell | 2009-05-08 | 1 | -9/+7 |
* | mesa/main: set PREFER_DP4 to match position_invarient code | Keith Whitwell | 2009-05-08 | 1 | -1/+1 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -2/+1 |