summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-02-20glsl: rename GLSL texture assembly instructions to be more legibleBrian Paul
2009-02-20glsl: fix vec4_texp_rect IR code (need projective version)Brian Paul
2009-02-19mesa: support GL_EXT_stencil_two_side in gallium/mesa state trackerBrian Paul
2009-02-19mesa: fix/update/restore comments related to two-sided stencilBrian Paul
2009-02-19mesa: initialize ctx->Stencil._BackFace = 1Brian Paul
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-18mesa: convert VERT_RESULT_* from #defines to enum, like the othersBrian Paul
2009-02-18glsl: asst improvements, clean-ups in set_program_uniform()Brian Paul
2009-02-18glsl: fix inequality in set_program_uniform()Brian Paul
2009-02-18glsl: fix link failure for variable-indexed varying output arraysBrian Paul
2009-02-18swrast: Set vp_override flag during DrawPixelsNicolai Haehnle
2009-02-18mesa: improved error msgBrian Paul
2009-02-18mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul
2009-02-18glsl: fix a swizzle-related regressionBrian Paul
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-16gallium: fix mergeKeith Whitwell
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-16mesa: remove old commentsBrian Paul
2009-02-16i965: tell GLSL compiler to emit code using condition codesBrian Paul
2009-02-16glsl: silence some uninit var warningsBrian Paul
2009-02-14r300: Redirect constant TEX coordinatesNicolai Haehnle
2009-02-13i965: rewrite the code for handling shader subroutine callsBrian Paul
2009-02-13i965: add missing break for OPCODE_RET caseBrian Paul
2009-02-13i965: the return value of translate_insn() is never used. Make it void.Brian Paul
2009-02-13i965: minor clean-upsBrian Paul
2009-02-13i965: code clean-ups, comments, and minor refactoringBrian Paul
2009-02-13i965: updated commentsBrian Paul
2009-02-13intel: turn on GL_ARB_shading_language_120Brian Paul
2009-02-13i965: more reformatting/clean-upBrian Paul
2009-02-13i965: s/__inline/INLINE/Brian Paul
2009-02-13i965: formatting and indentation fixesBrian Paul
2009-02-13i965: fix inconsistant indentation in brw_wm.cBrian Paul
2009-02-13i965: Eric Anholt's patch for bumping up texture sizesRobert Ellison
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-17mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul
2009-02-17glsl: fix mistake in a commentBrian Paul
2009-02-17mesa: turn on reporting of GLSL version 1.20Brian Paul
2009-02-17glsl: fix an array indexing bugBrian Paul
2009-02-17glsl: added --params option to stand-alone GLSL compilerBrian Paul
2009-02-17mesa: when printing/dumping instruction, include relative addressing infoBrian Paul
2009-02-17intel: Fix tri clear to do FBO color attachments as well.Eric Anholt
2009-02-17i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt
2009-02-17intel: Clean up several 965 memory leaks on context destroy.Eric Anholt
2009-02-17mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane
2009-02-13gallium: Various coordinate fixups for texture transfers.Michel Dänzer
2009-02-13mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...Brian Paul
2009-02-13mesa: add additional texture size/limit assertionsBrian Paul
2009-02-12gallium: Fix GL_DEPTH CopyPixels tile coordinates.Michel Dänzer
2009-02-12gallium: Fix accumulation buffer tile coordinates.Michel Dänzer
2009-02-12glDrawBuffers(n==0) is validRobert Ellison