summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane48-173/+1255
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick1-2/+2
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul8-24/+90
2009-01-14glsl: simplify IR storage for samplersBrian Paul4-13/+34
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul2-1/+14
2009-01-14Treat image units and coordinate units differently.Ian Romanick1-3/+28
2009-01-14mesa: handle some cases of 0x0 render targetsAlan Hourihane3-8/+15
2009-01-14glsl: fix regression from sampler arrays commitAlan Hourihane1-3/+1
2009-01-14glsl: fix regression from sampler arrays commitAlan Hourihane1-3/+1
2009-01-14i965: indentation fixesBrian Paul2-9/+15
2009-01-14i965: allow larger AA points on fallback pathBrian Paul1-0/+3
2009-01-14i965: fix indentationBrian Paul1-5/+6
2009-01-14i965: comment for emit_kil()Brian Paul1-0/+4
2009-01-14mesa: put _NV suffix on a few opcodesBrian Paul1-5/+6
2009-01-14i965: fix indentationBrian Paul1-7/+7
2009-01-14egl: fix makecurrent with null drawable/contextAlan Hourihane1-1/+1
2009-01-14gallium: Disable memory debugging for Windows OGL.José Fonseca1-1/+1
2009-01-14intel: Add a none working GEM backend for intelJakob Bornecrantz9-0/+752
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski1-1/+1
2009-01-14intel: bump driver dateXiang, Haihao1-1/+1
2009-01-14glsl: fix a comment typoAlan Hourihane1-1/+1
2009-01-14glsl: support sampler arrays.Alan Hourihane3-11/+49
2009-01-13glsl: fix a comment typoAlan Hourihane1-1/+1
2009-01-13glsl: support sampler arrays.Alan Hourihane3-11/+49
2009-01-13glsl: add preprocessor support for #pragmaBrian Paul3-1/+74
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz1-1/+2
2009-01-13nv50: fix progs/tests/manytexBen Skeggs1-0/+2
2009-01-13nv50: get glxgears showing all 3 gears instead of 1!!Ben Skeggs1-0/+2
2009-01-13nv50: change some magic reg, makes more things workBen Skeggs1-1/+1
2009-01-13nv50: add DXTn formatsBen Skeggs3-1/+36
2009-01-13nv50: shadow mappingBen Skeggs2-1/+6
2009-01-13nv50: anisoBen Skeggs2-1/+22
2009-01-13nv50: occlusion queriesBen Skeggs2-13/+73
2009-01-13nv50: implement KIL enough for progs/fp/kil to workBen Skeggs1-0/+28
2009-01-13cell: Add missing suffix to SHUFFLE macroJonathan Adamczewski1-1/+1
2009-01-12cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski8-143/+111
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul1-4/+8
2009-01-12i965: fix broken glBitmap + depth testBrian Paul1-4/+16
2009-01-12i965: fix broken ARB fp fog optionsBrian Paul2-52/+6
2009-01-12glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...Brian Paul3-31/+4
2009-01-12gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer3-4/+4
2009-01-12gallivm: Print error message from ParseBitcodeFile() in case it fails.Michel Dänzer1-2/+3
2009-01-12gallivm: Adapt to header file move in LLVM 2.4.Michel Dänzer5-5/+5
2009-01-12nv50: make rtt work againBen Skeggs1-1/+33
2009-01-12nv50: fix handling of depth texturesBen Skeggs2-7/+29
2009-01-12nv50: another typo..Ben Skeggs1-1/+1
2009-01-12nouveau: fix warningBen Skeggs1-1/+1
2009-01-12nv50: fix assertion failureBen Skeggs1-2/+9
2009-01-12nv50: remove previous hack to manage tiled surfacesBen Skeggs2-33/+1
2009-01-12nv50: fix a typo and a thinkoBen Skeggs1-3/+4