| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -1588/+0 |
* | Replace _mesa_strtod with _mesa_strtof. | Marcin Baczyński | 2010-03-15 | 1 | -1/+1 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -3/+3 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -3/+3 |
* | mesa: replace _mesa_bzero() with memset() | Brian Paul | 2010-02-19 | 1 | -1/+1 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_atoi in favor of plain atoi. | Kenneth Graunke | 2010-02-19 | 1 | -3/+3 |
* | Remove _mesa_strncmp in favor of plain strncmp. | Kenneth Graunke | 2010-02-19 | 1 | -3/+3 |
* | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | 2010-02-19 | 1 | -6/+6 |
* | Remove _mesa_strlen in favor of plain strlen. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: test index bounds before array element | Roel Kluin | 2010-01-06 | 1 | -1/+1 |
* | mesa: Initialize variable in MatchInstruction. | Vinson Lee | 2009-12-10 | 1 | -1/+7 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -14/+19 |
* | mesa: remove NV vertex/fragment program print/debug code | Brian Paul | 2009-04-14 | 1 | -242/+2 |
* | mesa: remove GL_MESA_program_debug extension | Brian Paul | 2009-03-07 | 1 | -4/+0 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -27/+13 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -5/+5 |
* | remove more unused vars, assertions | Brian | 2007-04-21 | 1 | -4/+2 |
* | remove unused vars, assertions | Brian | 2007-04-21 | 1 | -4/+2 |
* | use _mesa_copy_instructions() | Brian | 2007-03-22 | 1 | -2/+1 |
* | In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s... | Brian | 2007-03-22 | 1 | -4/+4 |
* | move TexturesUsed[] into gl_program since vertex programs/shaders can use tex... | Brian | 2007-01-04 | 1 | -1/+1 |
* | remove unneeded includes | Brian | 2006-12-14 | 1 | -3/+0 |
* | Updated includes. | Brian | 2006-12-14 | 1 | -1/+2 |
* | Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes. | Brian | 2006-12-13 | 1 | -8/+16 |
* | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | 2006-11-15 | 1 | -4/+4 |
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 1 | -1/+1 |
* | use _mesa_alloc_instructions() | Brian Paul | 2006-08-25 | 1 | -4/+3 |
* | scalar sources such as 'time.x' weren't accepted by parser | Brian Paul | 2006-08-24 | 1 | -2/+16 |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -5/+5 |
* | Define new NEGATE_* tokens for setting the src register's NegateBase field. | Brian Paul | 2006-05-30 | 1 | -9/+9 |
* | Silence minor compiler warnings (-Wextra). | Brian Paul | 2006-04-05 | 1 | -2/+2 |
* | Set NumInstructions (bug 5864) | Brian Paul | 2006-02-15 | 1 | -0/+1 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -1/+1 |
* | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul | 2005-11-20 | 1 | -2/+3 |
* | update some assertions | Brian Paul | 2005-11-12 | 1 | -1/+1 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 1 | -14/+13 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 1 | -100/+79 |
* | don't need MAKE_SWIZZLE() macro | Brian Paul | 2005-11-05 | 1 | -2/+2 |
* | Replace parameter_type enum in program.[ch], use register_file enums instead. | Brian Paul | 2005-11-05 | 1 | -2/+2 |
* | use WRITEMASK_* tokens | Brian Paul | 2005-11-03 | 1 | -6/+6 |
* | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul | 2005-11-02 | 1 | -1/+1 |
* | Lots of clean-up in arb program parser. | Brian Paul | 2005-10-30 | 1 | -6/+22 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -2/+2 |
* | be consistent in populating NegateBase field | Keith Whitwell | 2005-09-08 | 1 | -9/+9 |
* | replace -1 with PROGRAM_UNDEFINED when initializing instructions | Brian Paul | 2005-09-02 | 1 | -6/+5 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+1 |
* | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | 2005-04-21 | 1 | -98/+90 |
* | Added PRINT instruction for GL_NV_fragment_program. | Brian Paul | 2004-12-18 | 1 | -6/+73 |