| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | glsl: remove debug code, misc clean-up | Brian Paul | 2009-06-26 | 1 | -5/+0 |
| * | glsl: implement continue->break transformation for for-loops | Brian Paul | 2009-06-26 | 1 | -3/+167 |
| * | glsl: added slang_operation_add_children() and slang_oper_child() helpers | Brian Paul | 2009-06-26 | 2 | -0/+25 |
| * | glsl: added slang_assemble_ctx::EmitContReturn field, init | Brian Paul | 2009-06-26 | 2 | -0/+4 |
| * | glsl: don't unroll loops containing continue/break | Brian Paul | 2009-06-26 | 1 | -0/+6 |
| * | Revert "slang: if/else/break & if/else/continue work for unrolled loops" | Brian Paul | 2009-06-26 | 2 | -38/+7 |
| * | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS | Brian Paul | 2009-06-22 | 1 | -4/+4 |
| * | glsl: fix warnings, update comments, s/TRUE/GL_TRUE/ | Brian Paul | 2009-06-10 | 1 | -3/+4 |
| * | glsl: Handle continuation characters in preprocessor. | Brian Paul | 2009-06-10 | 1 | -1/+67 |
| * | glsl: Fix symbol replacement handling in preprocessor. | Brian Paul | 2009-06-10 | 1 | -13/+15 |
| * | glsl: Expand nested preprocessor macros. | Brian Paul | 2009-06-09 | 1 | -1/+14 |
| * | glsl: Fix preprocessor define argument parsing for dead sections. | Brian Paul | 2009-06-08 | 1 | -4/+4 |
* | | glsl: call _mesa_postprocess_program(), disabled | Brian Paul | 2009-06-17 | 1 | -0/+8 |
* | | glsl: fix warnings, update comments, s/TRUE/GL_TRUE/ | Brian Paul | 2009-06-10 | 1 | -3/+4 |
* | | glsl: Handle continuation characters in preprocessor. | Michal Krol | 2009-06-10 | 1 | -2/+63 |
* | | glsl: Fix symbol replacement handling in preprocessor. | Michal Krol | 2009-06-10 | 1 | -13/+15 |
* | | glsl: Expand nested preprocessor macros. | Michal Krol | 2009-06-09 | 1 | -1/+14 |
* | | glsl: Fix preprocessor define argument parsing for dead sections. | Michal Krol | 2009-06-08 | 1 | -4/+4 |
* | | glsl: preprocessor debug code (disabled) | Brian Paul | 2009-06-08 | 1 | -0/+5 |
* | | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS | Brian Paul | 2009-05-22 | 1 | -4/+4 |
* | | glsl: check number of varying variables against the limit | Brian Paul | 2009-05-08 | 1 | -4/+9 |
* | | glsl: set vertex/fragment program Ids to aid with debugging | Brian Paul | 2009-05-08 | 1 | -0/+4 |
|/ |
|
* | Avoid a segfault in shader compilation | Robert Ellison | 2009-04-27 | 1 | -0/+6 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -1/+1 |
* | glsl: don't optimize program if MESA_GLSL=nopt | Brian Paul | 2009-04-07 | 1 | -1/+2 |
* | glsl: fix segfault in linker when vertex or fragment shader was missing | Brian Paul | 2009-04-02 | 1 | -9/+14 |
* | glsl: implement compiling/linking of separate compilation units | Brian Paul | 2009-04-01 | 5 | -23/+138 |
* | glsl: fix texgen state variable tokens in emit_statevars() | Brian Paul | 2009-04-01 | 1 | -8/+16 |
* | slang: ensure structure elements have their array length set | Alan Hourihane | 2009-03-25 | 1 | -0/+1 |
* | slang: Use _mesa_snprintf() wrapper. | Michal Krol | 2009-03-20 | 1 | -1/+1 |
* | slang: initialize the context | Alan Hourihane | 2009-03-19 | 1 | -2/+3 |
* | slang: support uniform arrays | Alan Hourihane | 2009-03-19 | 1 | -1/+13 |
* | glsl: change GLSL #pragma initialization | Brian Paul | 2009-03-19 | 2 | -14/+13 |
* | glsl: when debug pragma is on, emit comments about function calls/inlines | Brian Paul | 2009-03-19 | 3 | -0/+13 |
* | slang: if/else/break & if/else/continue work for unrolled loops | Alan Hourihane | 2009-03-19 | 2 | -7/+38 |
* | slang: redo the last commit for if/break & if/continue tests as it | Alan Hourihane | 2009-03-18 | 1 | -1/+8 |
* | Revert "slang: if we detect an if/break or if/continue within a loop and we're" | Alan Hourihane | 2009-03-18 | 1 | -28/+17 |
* | slang: if we detect an if/break or if/continue within a loop and we're | Alan Hourihane | 2009-03-18 | 1 | -17/+28 |
* | glsl: remove _slang_attach_storage() function | Brian Paul | 2009-03-10 | 1 | -52/+21 |
* | glsl: some clean-ups, remove old assertions, add new assertions | Brian Paul | 2009-03-10 | 1 | -7/+6 |
* | glsl: remove stray/unneeded totalSize assignment | Brian Paul | 2009-03-10 | 1 | -1/+1 |
* | glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/ | Brian Paul | 2009-03-10 | 2 | -24/+24 |
* | mesa: gl_register_file enum typedef | Brian Paul | 2009-03-07 | 4 | -14/+14 |
* | glsl: call the program optimizer | Brian Paul | 2009-03-06 | 1 | -0/+5 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 2 | -3/+3 |
* | glsl: silence warning | Brian Paul | 2009-02-24 | 1 | -1/+1 |
* | glsl: yet another swizzled expression fix | Brian Paul | 2009-02-23 | 1 | -2/+5 |
* | glsl: fix another swizzle-related bug | Brian Paul | 2009-02-23 | 1 | -13/+8 |
* | glsl: use new IR opcodes for TEX instructions with shadow comparison | Brian Paul | 2009-02-20 | 11 | -171/+213 |
* | glsl: rename GLSL texture assembly instructions to be more legible | Brian Paul | 2009-02-20 | 7 | -321/+327 |