summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* glsl: fix glUniform() array bounds error checkingBrian Paul2009-02-111-9/+21
* glsl: fix incorrect size returned by glGetActiveUniform() for array elements.Brian Paul2009-02-111-8/+25
* mesa: Use the stdio wrappers.José Fonseca2009-02-111-22/+22
* mesa: Move statements after declarations.José Fonseca2009-02-111-1/+1
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-105-42/+54
* sis: fix signedness warningsEric Anholt2009-02-102-5/+5
* trident: Fix signedness warning.Eric Anholt2009-02-101-1/+1
* tdfx: Fix begin/endquery for current API.Eric Anholt2009-02-101-4/+4
* intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt2009-02-101-5/+17
* intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt2009-02-101-5/+6
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-02-102-0/+10
* intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt2009-02-101-0/+3
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-10169-768/+21060
|\
| * Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul2009-02-104-35/+68
| |\
| | * Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin2009-02-101-1/+1
| | * mesa: Compare formats using nominal bytes per pixel.José Fonseca2009-02-101-3/+1
| | * mesa: fixes for srgb formatsRoland Scheidegger2009-02-091-20/+14
| | * fix _mesa_get_teximage for srgb texturesRoland Scheidegger2009-02-091-11/+52