summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-1810-294/+314
|\
| * gallium: fix mergeKeith Whitwell2009-02-161-29/+5
| * Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-16258-11254/+12591
| |\
| * | gallium: Various coordinate fixups for texture transfers.Michel Dänzer2009-02-133-9/+9
| * | gallium: Fix GL_DEPTH CopyPixels tile coordinates.Michel Dänzer2009-02-121-1/+1
| * | gallium: Fix accumulation buffer tile coordinates.Michel Dänzer2009-02-121-5/+5
| * | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-0510-291/+311
* | | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* | | mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul2009-02-171-0/+27
* | | glsl: fix mistake in a commentBrian Paul2009-02-171-1/+1
* | | mesa: turn on reporting of GLSL version 1.20Brian Paul2009-02-172-3/+3
* | | glsl: fix an array indexing bugBrian Paul2009-02-171-10/+43
* | | glsl: added --params option to stand-alone GLSL compilerBrian Paul2009-02-171-0/+8
* | | mesa: when printing/dumping instruction, include relative addressing infoBrian Paul2009-02-171-13/+11
* | | intel: Fix tri clear to do FBO color attachments as well.Eric Anholt2009-02-171-8/+25
* | | i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt2009-02-171-2/+2
* | | intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-175-2/+8
* | | mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane2009-02-171-9/+0
| |/ |/|
* | mesa: remove old commentsBrian Paul2009-02-161-1/+1
* | i965: tell GLSL compiler to emit code using condition codesBrian Paul2009-02-161-0/+3
* | glsl: silence some uninit var warningsBrian Paul2009-02-162-2/+2
* | r300: Redirect constant TEX coordinatesNicolai Haehnle2009-02-142-0/+32
* | i965: rewrite the code for handling shader subroutine callsBrian Paul2009-02-136-64/+187
* | i965: add missing break for OPCODE_RET caseBrian Paul2009-02-131-0/+1
* | i965: the return value of translate_insn() is never used. Make it void.Brian Paul2009-02-131-4/+3
* | i965: minor clean-upsBrian Paul2009-02-131-27/+26
* | i965: code clean-ups, comments, and minor refactoringBrian Paul2009-02-132-37/+65
* | i965: updated commentsBrian Paul2009-02-131-17/+37
* | intel: turn on GL_ARB_shading_language_120Brian Paul2009-02-131-4/+0
* | i965: more reformatting/clean-upBrian Paul2009-02-131-12/+10
* | i965: s/__inline/INLINE/Brian Paul2009-02-131-4/+4
* | i965: formatting and indentation fixesBrian Paul2009-02-131-17/+16
* | i965: fix inconsistant indentation in brw_wm.cBrian Paul2009-02-131-37/+39
* | i965: Eric Anholt's patch for bumping up texture sizesRobert Ellison2009-02-131-4/+4
* | mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...Brian Paul2009-02-131-21/+24
* | mesa: add additional texture size/limit assertionsBrian Paul2009-02-131-5/+13
* | glDrawBuffers(n==0) is validRobert Ellison2009-02-121-3/+8
* | mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-1212-15/+19
* | mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-1214-37/+37
* | mesa: don't include m_xform.h where not neededBrian Paul2009-02-127-7/+1
* | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul2009-02-125-26/+25
* | mesa: remove unused functions in m_xform.[ch]Brian Paul2009-02-122-87/+0
* | mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()Brian Paul2009-02-121-0/+1
* | mesa: remove empty, unneeded mathmod.h headerBrian Paul2009-02-122-40/+0
* | Fix an i965 assertion failure on glClear()Robert Ellison2009-02-111-1/+1
* | mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium buildBrian Paul2009-02-111-3/+5
* | mesa: get rid of _math_init()Brian Paul2009-02-115-17/+8
* | glsl: allow setting arrays of samplers in set_program_uniform()Brian Paul2009-02-111-10/+19
* | glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)Brian Paul2009-02-111-0/+10
* | glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...Brian Paul2009-02-111-44/+59