| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: initialize ctx->Stencil._BackFace = 1 | Brian Paul | 2009-02-19 | 1 | -0/+1 |
* | mesa: Free the util shaders with the gallium's FREE. | José Fonseca | 2009-02-19 | 3 | -3/+4 |
* | mesa: convert VERT_RESULT_* from #defines to enum, like the others | Brian Paul | 2009-02-18 | 1 | -21/+24 |
* | glsl: asst improvements, clean-ups in set_program_uniform() | Brian Paul | 2009-02-18 | 1 | -27/+36 |
* | glsl: fix inequality in set_program_uniform() | Brian Paul | 2009-02-18 | 1 | -1/+1 |
* | glsl: fix link failure for variable-indexed varying output arrays | Brian Paul | 2009-02-18 | 1 | -0/+25 |
* | swrast: Set vp_override flag during DrawPixels | Nicolai Haehnle | 2009-02-18 | 1 | -0/+11 |
* | mesa: improved error msg | Brian Paul | 2009-02-18 | 1 | -1/+2 |
* | mesa: increase MAX_UNIFORMS to 1024 (of vec4 type) | Brian Paul | 2009-02-18 | 3 | -5/+22 |
* | glsl: fix a swizzle-related regression | Brian Paul | 2009-02-18 | 1 | -1/+1 |
* | Merge branch 'gallium-texture-transfer' | Michel Dänzer | 2009-02-18 | 10 | -294/+314 |
|\ |
|
| * | gallium: fix merge | Keith Whitwell | 2009-02-16 | 1 | -29/+5 |
| * | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell | 2009-02-16 | 258 | -11254/+12591 |
| |\ |
|
| * | | gallium: Various coordinate fixups for texture transfers. | Michel Dänzer | 2009-02-13 | 3 | -9/+9 |
| * | | gallium: Fix GL_DEPTH CopyPixels tile coordinates. | Michel Dänzer | 2009-02-12 | 1 | -1/+1 |
| * | | gallium: Fix accumulation buffer tile coordinates. | Michel Dänzer | 2009-02-12 | 1 | -5/+5 |
| * | | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | 2009-02-05 | 10 | -291/+311 |
* | | | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
* | | | mesa: add some debug code to help diagnose incomplete FBO attachments (disabled) | Brian Paul | 2009-02-17 | 1 | -0/+27 |
* | | | glsl: fix mistake in a comment | Brian Paul | 2009-02-17 | 1 | -1/+1 |
* | | | mesa: turn on reporting of GLSL version 1.20 | Brian Paul | 2009-02-17 | 2 | -3/+3 |
* | | | glsl: fix an array indexing bug | Brian Paul | 2009-02-17 | 1 | -10/+43 |
* | | | glsl: added --params option to stand-alone GLSL compiler | Brian Paul | 2009-02-17 | 1 | -0/+8 |
* | | | mesa: when printing/dumping instruction, include relative addressing info | Brian Paul | 2009-02-17 | 1 | -13/+11 |
* | | | intel: Fix tri clear to do FBO color attachments as well. | Eric Anholt | 2009-02-17 | 1 | -8/+25 |
* | | | i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil. | Eric Anholt | 2009-02-17 | 1 | -2/+2 |
* | | | intel: Clean up several 965 memory leaks on context destroy. | Eric Anholt | 2009-02-17 | 5 | -2/+8 |
* | | | mesa: remove old comment as it's fixed elsewhere now. | Alan Hourihane | 2009-02-17 | 1 | -9/+0 |
| |/
|/| |
|
* | | mesa: remove old comments | Brian Paul | 2009-02-16 | 1 | -1/+1 |
* | | i965: tell GLSL compiler to emit code using condition codes | Brian Paul | 2009-02-16 | 1 | -0/+3 |
* | | glsl: silence some uninit var warnings | Brian Paul | 2009-02-16 | 2 | -2/+2 |
* | | r300: Redirect constant TEX coordinates | Nicolai Haehnle | 2009-02-14 | 2 | -0/+32 |
* | | i965: rewrite the code for handling shader subroutine calls | Brian Paul | 2009-02-13 | 6 | -64/+187 |
* | | i965: add missing break for OPCODE_RET case | Brian Paul | 2009-02-13 | 1 | -0/+1 |
* | | i965: the return value of translate_insn() is never used. Make it void. | Brian Paul | 2009-02-13 | 1 | -4/+3 |
* | | i965: minor clean-ups | Brian Paul | 2009-02-13 | 1 | -27/+26 |
* | | i965: code clean-ups, comments, and minor refactoring | Brian Paul | 2009-02-13 | 2 | -37/+65 |
* | | i965: updated comments | Brian Paul | 2009-02-13 | 1 | -17/+37 |
* | | intel: turn on GL_ARB_shading_language_120 | Brian Paul | 2009-02-13 | 1 | -4/+0 |
* | | i965: more reformatting/clean-up | Brian Paul | 2009-02-13 | 1 | -12/+10 |
* | | i965: s/__inline/INLINE/ | Brian Paul | 2009-02-13 | 1 | -4/+4 |
* | | i965: formatting and indentation fixes | Brian Paul | 2009-02-13 | 1 | -17/+16 |
* | | i965: fix inconsistant indentation in brw_wm.c | Brian Paul | 2009-02-13 | 1 | -37/+39 |
* | | i965: Eric Anholt's patch for bumping up texture sizes | Robert Ellison | 2009-02-13 | 1 | -4/+4 |
* | | mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s... | Brian Paul | 2009-02-13 | 1 | -21/+24 |
* | | mesa: add additional texture size/limit assertions | Brian Paul | 2009-02-13 | 1 | -5/+13 |
* | | glDrawBuffers(n==0) is valid | Robert Ellison | 2009-02-12 | 1 | -3/+8 |
* | | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul | 2009-02-12 | 12 | -15/+19 |
* | | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul | 2009-02-12 | 14 | -37/+37 |
* | | mesa: don't include m_xform.h where not needed | Brian Paul | 2009-02-12 | 7 | -7/+1 |