| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use bitmask/ffs to build ff vertex shader keys. | Mathias Fröhlich | 2016-06-16 | 1 | -2/+4 |
* | mesa: Use bitmask/ffs to iterate enabled lights for ff shader keys. | Mathias Fröhlich | 2016-06-16 | 1 | -13/+15 |
* | mesa: Rename CoordReplaceBits back to CoordReplace. | Mathias Fröhlich | 2016-06-16 | 1 | -1/+1 |
* | mesa: Add gl_point_attrib::CoordReplaceBits bitfield. | Mathias Fröhlich | 2016-06-16 | 1 | -1/+1 |
* | program: Remove NV_fragment_program Abs support. | Matt Turner | 2016-03-01 | 1 | -1/+0 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -2/+0 |
* | mesa: call ProgramStringNotify for fixed-function vertex programs | Marek Olšák | 2015-10-09 | 1 | -2/+1 |
* | mesa: Add abs input modifier to base for POW in ffvertex_prog | Daniel Scharrer | 2015-10-01 | 1 | -3/+14 |
* | mesa: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -5/+5 |
* | mesa: fix shininess check for ffvertex_prog v2 | Tim Rowley | 2015-05-05 | 1 | -1/+1 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -1/+1 |
* | main: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 1 | -3/+3 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -3/+3 |
* | 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 |