| Commit message (Expand) | Author | Age | Files | Lines |
* | program: Shrink and rename SaturateMode field to Saturate. | Matt Turner | 2015-06-03 | 1 | -3/+3 |
* | mesa/program: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -8/+8 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -2/+2 |
* | mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements. | Paul Berry | 2014-02-05 | 1 | -0/+3 |
* | mesa: Add varying slot for viewport index | Ian Romanick | 2014-01-20 | 1 | -4/+6 |
* | mesa: Use gl_shader::Stage instead of gl_shader::Type where possible. | Paul Berry | 2014-01-08 | 1 | -5/+10 |
* | mesa: Remove PROGRAM_ENV_PARAM enum. | Eric Anholt | 2013-11-15 | 1 | -5/+0 |
* | mesa: Remove PROGRAM_LOCAL_PARAM enum. | Eric Anholt | 2013-11-15 | 1 | -5/+0 |
* | glsl: Add new builtins required by GL_ARB_sample_shading | Anuj Phogat | 2013-11-01 | 1 | -0/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR | Marek Olšák | 2013-04-24 | 1 | -14/+0 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -8/+8 |
* | mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum. | Paul Berry | 2013-03-15 | 1 | -4/+11 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -11/+11 |
* | mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum. | Paul Berry | 2013-03-15 | 1 | -0/+4 |
* | mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes. | Kenneth Graunke | 2012-11-07 | 1 | -6/+0 |
* | mesa: bump MAX_VARYING to 32 | Marek Olšák | 2012-10-29 | 1 | -2/+34 |
* | mesa: Remove PROGRAM_WRITE_ONLY register type. | Kenneth Graunke | 2012-10-16 | 1 | -2/+0 |
* | mesa: Remove remnants of PROGRAM_VARYING. | Kenneth Graunke | 2012-10-16 | 1 | -5/+0 |
* | mesa: Remove GLSL-related PROG_PARAM_BIT flags. | Kenneth Graunke | 2012-10-16 | 1 | -8/+0 |
* | mesa: Remove support for named parameters. | Kenneth Graunke | 2012-10-16 | 1 | -2/+0 |
* | mesa: Remove prog_print support for NV programs. | Kenneth Graunke | 2012-10-16 | 1 | -55/+5 |
* | mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -7/+0 |
* | mesa: use the PRIx64 macro for printing 64-bit hexadecimal values | Brian Paul | 2012-07-05 | 1 | -5/+6 |
* | mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms | Brian Paul | 2012-01-12 | 1 | -2/+2 |
* | program: fix previous commit | nobled | 2011-12-18 | 1 | -1/+1 |
* | program: fix out of bounds array accesses and other bad things | nobled | 2011-12-18 | 1 | -15/+59 |
* | mesa: fix an out-of-bounds access in prog_print.c | Marek Olšák | 2011-12-13 | 1 | -0/+1 |
* | mesa: use Elements() macro in program printing code | Brian Paul | 2011-11-30 | 1 | -4/+4 |
* | mesa: fix printf format warning in _mesa_fprint_program_parameters() | Brian Paul | 2011-11-30 | 1 | -2/+2 |
* | mesa: Simplify uniform debug logging logic | Ian Romanick | 2011-10-18 | 1 | -2/+2 |
* | mesa: support boolean and integer-based parameters in prog_parameter | Bryan Cain | 2011-08-01 | 1 | -1/+1 |
* | prog_print: Add support for printing the TXD opcode. | Kenneth Graunke | 2011-04-28 | 1 | -0/+7 |
* | mesa: program printing for PROGRAM_SYSTEM_VALUE | Brian Paul | 2010-12-08 | 1 | -0/+5 |
* | mesa: rename, make _mesa_register_file_name() non-static | Brian Paul | 2010-11-23 | 1 | -11/+9 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | Merge branch 'master' into glsl2 | Ian Romanick | 2010-08-13 | 1 | -0/+2 |
|\ |
|
| * | mesa: added gl_program::IndirectRegisterFiles field | Brian Paul | 2010-07-30 | 1 | -0/+2 |
* | | mesa: check for null shader->InfoLog before printing | Brian Paul | 2010-08-12 | 1 | -1/+3 |
* | | i965: Settle on printing our program debug to stdout. | Eric Anholt | 2010-08-04 | 1 | -16/+16 |
* | | mesa: Don't null deref looking for Mesa IR code at compile time. | Eric Anholt | 2010-08-04 | 1 | -5/+3 |
|/ |
|
* | mesa: add comments and change Index2D to just Index2 | Zack Rusin | 2010-07-13 | 1 | -5/+5 |
* | mesa: add basic support for 2D register arrays to mesa | Zack Rusin | 2010-07-09 | 1 | -3/+11 |
* | mesa: Silence warning. | José Fonseca | 2010-07-02 | 1 | -1/+2 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -1/+11 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -0/+1065 |