| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | r200, r600c, i965: fix build | Bryan Cain | 2011-08-01 | 7 | -30/+30 |
| * | glsl_to_tgsi: always run copy_propagate() and eliminate_dead_code_advanced() | Bryan Cain | 2011-08-01 | 1 | -5/+4 |
| * | glsl_to_tgsi: fix mistake in new dead code elimination pass | Bryan Cain | 2011-08-01 | 1 | -4/+4 |
| * | glsl_to_tgsi: improve assignment handling | Bryan Cain | 2011-08-01 | 1 | -3/+14 |
| * | glsl_to_tgsi: improve eliminate_dead_code_advanced() | Bryan Cain | 2011-08-01 | 1 | -0/+9 |
| * | glsl_to_tgsi: use the correct writemask in try_emit_mad() and try_emit_sat() | Bryan Cain | 2011-08-01 | 1 | -2/+7 |
| * | glsl_to_tgsi: use a more specific condition for gl_FragDepth hack in generati... | Bryan Cain | 2011-08-01 | 1 | -2/+2 |
| * | glsl_to_tgsi: add a better, more advanced dead code elimination pass | Bryan Cain | 2011-08-01 | 1 | -0/+140 |
| * | glsl_to_tgsi: remove handling of XPD opcode in compile_tgsi_instruction() | Bryan Cain | 2011-08-01 | 1 | -8/+0 |
| * | glsl_to_tgsi: use swizzle_for_size for src reg in conditional moves | Bryan Cain | 2011-08-01 | 1 | -2/+5 |
| * | glsl_to_tgsi: execute merge_registers() after eliminate_dead_code() | Emil Velikov | 2011-08-01 | 1 | -1/+1 |
| * | glsl_to_tgsi: implement simplify_cmp pass needed by r300g | Bryan Cain | 2011-08-01 | 1 | -0/+95 |
| * | glsl_to_tgsi: fix compile error with g++ 4.6 | Bryan Cain | 2011-08-01 | 1 | -1/+1 |
| * | glsl: remove glsl_type::get_vec4_type() | Bryan Cain | 2011-08-01 | 1 | -2/+2 |
| * | glsl_to_tgsi: silence compiler warning | Bryan Cain | 2011-08-01 | 1 | -1/+1 |
| * | glsl_to_tgsi: finish some loose ends | Bryan Cain | 2011-08-01 | 1 | -10/+36 |
| * | glsl-to-tgsi: fix piglit tests | Bryan Cain | 2011-08-01 | 1 | -9/+11 |
| * | mesa, glsl_to_tgsi: add native support for integers in shaders | Bryan Cain | 2011-08-01 | 4 | -60/+313 |
| * | mesa: support boolean and integer-based parameters in prog_parameter | Bryan Cain | 2011-08-01 | 13 | -66/+88 |
| * | glsl_to_tgsi: fix shaders with indirect addressing of temps | Bryan Cain | 2011-08-01 | 1 | -4/+12 |
| * | glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR | Bryan Cain | 2011-08-01 | 1 | -333/+217 |
| * | glsl_to_tgsi: support DDY (ir_unop_dFdy) | Bryan Cain | 2011-08-01 | 1 | -6/+1 |
| * | glsl_to_tgsi: lower noise opcodes when converting from GLSL IR, not when gene... | Bryan Cain | 2011-08-01 | 1 | -13/+8 |
| * | glsl_to_tgsi: define the sampler objects used | Bryan Cain | 2011-08-01 | 1 | -2/+11 |
| * | glsl_to_tgsi: remove a bad assertion | Bryan Cain | 2011-08-01 | 1 | -4/+5 |
| * | glsl_to_tgsi: remove reads to output registers | Bryan Cain | 2011-08-01 | 1 | -0/+91 |
| * | glsl_to_tgsi: stop generating Mesa IR | Bryan Cain | 2011-08-01 | 2 | -270/+33 |
| * | mesa: fix segfault when no Mesa IR is generated | Bryan Cain | 2011-08-01 | 1 | -2/+3 |
| * | st/mesa: Add a GLSL IR to TGSI translator. | Bryan Cain | 2011-08-01 | 8 | -183/+4767 |
* | | st/mesa: silence int/float and double/float conversion warnings | Brian Paul | 2011-08-04 | 1 | -4/+4 |
* | | st/mesa: move declaration before code | Brian Paul | 2011-08-04 | 1 | -1/+2 |
* | | mesa: minor comment updates in enable.c | Brian Paul | 2011-08-04 | 1 | -9/+2 |
* | | mesa: whitespace, formatting fixes in GetTexParameter() code | Brian Paul | 2011-08-04 | 1 | -8/+6 |
* | | mesa: add null ptr checks in GetTexParameterI[u]iv() functions | Brian Paul | 2011-08-04 | 1 | -0/+4 |
* | | mesa: condense GL_TEXTURE_RESIDENT query code | Brian Paul | 2011-08-04 | 1 | -16/+4 |
* | | mesa: make error handling in glGetTexParameter() a bit more concise | Brian Paul | 2011-08-04 | 1 | -170/+96 |
* | | st/mesa: implement multisample resolve via BlitFramebuffer | Christoph Bumiller | 2011-08-04 | 1 | -5/+111 |
* | | st/mesa: determine Const.MaxSamples in init_extensions | Christoph Bumiller | 2011-08-04 | 1 | -0/+11 |
* | | radeon: Remove some remaining set-but-unused variables. | Eric Anholt | 2011-08-02 | 4 | -14/+0 |
* | | radeon: Remove set-but-unused variables in radeon_lock.c | Eric Anholt | 2011-08-02 | 1 | -10/+0 |
* | | radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants. | Eric Anholt | 2011-08-02 | 5 | -29/+0 |
* | | radeon: Remove set-but-unused log2depth variable. | Eric Anholt | 2011-08-02 | 1 | -2/+1 |
* | | radeon: Remove set-but-unused color_mask variable. | Eric Anholt | 2011-08-02 | 2 | -6/+0 |
* | | intel: Fix unused variable warning. | Eric Anholt | 2011-08-02 | 1 | -1/+0 |
* | | i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacks | Ian Romanick | 2011-08-02 | 1 | -6/+8 |
* | | i915: Fail without crashing if a Mesa IR program uses too many registers | Ian Romanick | 2011-08-02 | 1 | -2/+13 |
* | | ir_to_mesa: Emit warnings instead of errors for IR that can't be lowered | Ian Romanick | 2011-08-02 | 1 | -4/+24 |
* | | ir_to_mesa: Use Add linker_error instead of fail_link | Ian Romanick | 2011-08-02 | 1 | -31/+22 |
* | | mesa: Ensure that gl_shader_program::InfoLog is never NULL | Ian Romanick | 2011-08-02 | 1 | -5/+6 |
* | | i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps. | Kenneth Graunke | 2011-08-01 | 1 | -1/+1 |