summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1421-439/+559
|\
| * mesa: KIL -> KIL, KIL_NV -> KILP.Michal Krol2008-08-131-4/+4
| * gallium: more context clean-upBrian Paul2008-08-121-0/+6
| * mesa: glsl: fix error detection of writing to read-only variablesBrian Paul2008-08-121-17/+41
| * mesa: texture crop rect stateBrian Paul2008-08-123-1/+35
| * mesa: glsl: fix commentBrian Paul2008-08-121-1/+1
| * mesa: glsl: enable bzero() in slang_typeinfo_construct()Brian Paul2008-08-121-1/+1
| * mesa: glsl: remove reads of output regs from fragment shaders tooBrian Paul2008-08-121-8/+9
| * mesa: set point stateBrian Paul2008-08-122-0/+8
| * mesa: allow _mesa_remove_output_reads() to work on fragment programsBrian Paul2008-08-121-4/+4
| * mesa: glsl: better error messagesBrian Paul2008-08-121-3/+3
| * mesa: glsl: regenerated filesBrian Paul2008-08-122-430/+422
| * mesa: glsl: additional constructorsBrian Paul2008-08-121-0/+14
| * mesa: glsl: better mod() functionsBrian Paul2008-08-121-21/+15
| * mesa: Rename sources to sources.mak.José Fonseca2008-08-122-1/+1
| * mesa: glsl: regenerated fileBrian Paul2008-08-111-329/+337
| * mesa: glsl: change refract() functions to allow inliningBrian Paul2008-08-111-8/+20
| * mesa: glsl: use SGE instead of SGT in step() functionsBrian Paul2008-08-111-9/+9
| * mesa: glsl: fix bugs in refract() functions, plus minor optimizationBrian Paul2008-08-111-11/+15
| * mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079Brian Paul2008-08-111-2/+13
| * gallium: added commentBrian Paul2008-08-111-0/+6
| * gallium: added _NEW_PROGRAM to dependenciesBrian Paul2008-08-111-6/+12
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1120-2856/+2879
|\ \ | |/
| * mesa: fix some feature testsBrian Paul2008-08-082-6/+2
| * mesa: fix some pixel transfer state tests for depth formatsBrian Paul2008-08-081-5/+9
| * gallium: fix additional glCopyTex[Sub]Image issuesBrian Paul2008-08-081-34/+84
| * mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-29/+89
| * gallium: clean-up, remove dead code, update commentsBrian Paul2008-08-071-241/+89
| * gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.Brian Paul2008-08-071-8/+4
| * mesa: fix glBindTexture comment/error stringBrian Paul2008-08-071-2/+2
| * mesa: glsl: regenerated filesBrian Paul2008-08-077-2497/+2522
| * mesa: glsl: finish up support for precision qualifiersBrian Paul2008-08-072-4/+27
| * mesa: pf_sprint_name->pf_name.José Fonseca2008-08-072-10/+2
| * mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol2008-08-073-24/+53
| * mesa: Silence compiler warnings on Windows.Michal Krol2008-08-072-3/+3
* | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-0726-1768/+2363
|\ \ | |/
| * gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-2/+8
| * mesa: glsl: regenerated fileBrian Paul2008-08-061-1/+1
| * mesa: glsl: report 'Syntax Error' instead of 'Invalid external declaration'Brian Paul2008-08-061-1/+3
| * mesa: glsl: additional error checkingBrian Paul2008-08-061-0/+12
| * mesa: glsl: fix a number of glUniform issuesBrian Paul2008-08-061-31/+199
| * mesa: glsl: fix glGetUniform for matrix queriesBrian Paul2008-08-061-50/+79
| * mesa: glsl: fix error check in get_uniformfv()Brian Paul2008-08-061-4/+9
| * mesa: glsl: check for rect tex samplersBrian Paul2008-08-061-1/+9
| * mesa: glsl: disallow initializers for varying varsBrian Paul2008-08-061-2/+10
| * mesa: glsl: more type checking for attribute/varying/uniform vars/localsBrian Paul2008-08-061-4/+14
| * mesa: glsl: check that attribute vars are of float/vec/mat typeBrian Paul2008-08-063-0/+39
| * mesa: glsl: more assignment type checkingBrian Paul2008-08-061-60/+87
| * mesa: glsl: fix SLANG_OPER_VARIABLE_DECL type checking caseBrian Paul2008-08-061-1/+1
| * mesa: glsl: count number of temp regs usedHaihao Xiang2008-08-062-3/+34