| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix instruction indexing bugs | Brian Paul | 2010-04-09 | 1 | -2/+2 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -8/+8 |
* | mesa: replace _mesa_bzero() with memset() | Brian Paul | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: copy frag coord layout fields too | Brian Paul | 2010-02-13 | 1 | -0/+2 |
* | mesa: change _mesa_find_free_register() to find multiple free regs | Brian Paul | 2010-02-01 | 1 | -26/+46 |
* | mesa: fix double->float assignment warnings, int/uint comparison warnings | Brian Paul | 2010-01-27 | 1 | -1/+1 |
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-11 | 1 | -3/+11 |
|\ |
|
| * | mesa: check dst reg in _mesa_find_free_register() | Brian Paul | 2009-12-11 | 1 | -3/+11 |
* | | mesa: remove: unused gl_vertex_program::TnlData field | Brian Paul | 2009-09-24 | 1 | -7/+0 |
|/ |
|
* | r300: Fix handling of NV_vertex_program parameters | Nicolai Hähnle | 2009-09-21 | 1 | -0/+1 |
* | mesa: additional instruction field size assertions | Brian Paul | 2009-08-26 | 1 | -0/+6 |
* | mesa: silence warning | Brian Paul | 2009-06-17 | 1 | -0/+2 |
* | mesa: added _mesa_postprocess_program() to aid shader debugging | Brian Paul | 2009-06-17 | 1 | -0/+58 |
* | mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program() | Brian Paul | 2009-04-18 | 1 | -0/+1 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -3/+3 |
* | mesa: increase MAX_UNIFORMS to 1024 (of vec4 type) | Brian Paul | 2009-02-18 | 1 | -0/+9 |
* | mesa: fix off-by-one bug in _mesa_delete_instructions() | Brian Paul | 2009-01-09 | 1 | -1/+1 |
* | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 1 | -1/+5 |
|\ |
|
| * | mesa: fix assertion in _mesa_reference_program() | Brian Paul | 2008-09-26 | 1 | -1/+5 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 1 | -5/+36 |
|\ \ |
|
| * | | mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into ac... | Brian Paul | 2008-10-08 | 1 | -5/+36 |
* | | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | mesa: set point state | Brian Paul | 2008-09-21 | 1 | -0/+4 |
| * | | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca | 2008-09-21 | 1 | -1/+1 |
| * | | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell | 2008-09-21 | 1 | -0/+6 |
| * | | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -4/+13 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | mesa: set point state | Brian Paul | 2008-08-12 | 1 | -0/+4 |
| * | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 1 | -3/+3 |
| * | mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c | Brian | 2008-07-21 | 1 | -208/+1 |
| * | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca | 2008-06-24 | 1 | -1/+1 |
| * | fix tempReg test in _mesa_combine_programs() | Brian Paul | 2008-05-19 | 1 | -1/+1 |
| * | fix some additional program refcounting bugs | Brian Paul | 2008-05-14 | 1 | -3/+2 |
| * | gallium: implement full reference counting for vertex/fragment programs | Brian Paul | 2008-05-07 | 1 | -35/+68 |
| * | mesa: added _mesa_insert_instructions() | Brian | 2008-04-07 | 1 | -10/+50 |
| * | gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders | Brian Paul | 2008-04-04 | 1 | -0/+2 |
| * | mesa: fix some issues in _mesa_combine_programs() | Brian Paul | 2008-03-25 | 1 | -2/+21 |
| * | use ctx->Driver.DeleteProgram() in a few more places | Brian | 2008-03-22 | 1 | -1/+1 |
| * | copy UsesKill state in _mesa_combine_programs() | Brian | 2008-01-16 | 1 | -0/+7 |
| * | free program caches | Brian | 2008-01-01 | 1 | -0/+2 |
| * | alloc caches for fixed-func vertex/fragment progs | Brian | 2007-10-31 | 1 | -0/+4 |
| * | fix InputsRead bug in _mesa_combine_programs() | Brian | 2007-10-30 | 1 | -2/+6 |
| * | make _mesa_combine_programs() params const | Brian | 2007-10-30 | 1 | -1/+2 |
| * | Added _mesa_combine_programs() for concatenating two programs. | Brian | 2007-10-30 | 1 | -0/+149 |
| * | Re-implement GLSL texture sampler variables. | Brian | 2007-10-26 | 1 | -0/+5 |
| * | call ctx->Driver.NewProgram() instead of _mesa_new_program() | Brian | 2007-07-24 | 1 | -1/+1 |
* | | mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c | Brian Paul | 2008-07-29 | 1 | -208/+1 |
* | | r500: Add "Not quite SSA" and dead code elimination pass | Nicolai Haehnle | 2008-07-12 | 1 | -7/+54 |