summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-16stw: Dispatch to our stw_winsys::flush_front_bufferJosé Fonseca
2009-01-15mesa: tweak to formattingAlan Hourihane
2009-01-15mesa: small cleanupAlan Hourihane
2009-01-15mesa: revert partial commit for 0x0 render targetsAlan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-15mesa: Fix merge conflictsJakob Bornecrantz
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2009-01-14glsl: simplify IR storage for samplersBrian Paul
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul
2009-01-14Treat image units and coordinate units differently.Ian Romanick
2009-01-14mesa: handle some cases of 0x0 render targetsAlan Hourihane
2009-01-14glsl: fix regression from sampler arrays commitAlan Hourihane
2009-01-14glsl: fix regression from sampler arrays commitAlan Hourihane
2009-01-14i965: indentation fixesBrian Paul
2009-01-14i965: allow larger AA points on fallback pathBrian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-14i965: comment for emit_kil()Brian Paul
2009-01-14mesa: put _NV suffix on a few opcodesBrian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-14egl: fix makecurrent with null drawable/contextAlan Hourihane
2009-01-14gallium: Disable memory debugging for Windows OGL.José Fonseca
2009-01-14intel: Add a none working GEM backend for intelJakob Bornecrantz
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski
2009-01-14intel: bump driver dateXiang, Haihao
2009-01-14glsl: fix a comment typoAlan Hourihane
2009-01-14glsl: support sampler arrays.Alan Hourihane
2009-01-13glsl: fix a comment typoAlan Hourihane
2009-01-13glsl: support sampler arrays.Alan Hourihane
2009-01-13glsl: add preprocessor support for #pragmaBrian Paul
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz
2009-01-13nv50: fix progs/tests/manytexBen Skeggs
2009-01-13nv50: get glxgears showing all 3 gears instead of 1!!Ben Skeggs
2009-01-13nv50: change some magic reg, makes more things workBen Skeggs
2009-01-13nv50: add DXTn formatsBen Skeggs
2009-01-13nv50: shadow mappingBen Skeggs
2009-01-13nv50: anisoBen Skeggs
2009-01-13nv50: occlusion queriesBen Skeggs
2009-01-13nv50: implement KIL enough for progs/fp/kil to workBen Skeggs
2009-01-13cell: Add missing suffix to SHUFFLE macroJonathan Adamczewski
2009-01-12cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul
2009-01-12i965: fix broken glBitmap + depth testBrian Paul
2009-01-12i965: fix broken ARB fp fog optionsBrian Paul
2009-01-12glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...Brian Paul
2009-01-12gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer
2009-01-12gallivm: Print error message from ParseBitcodeFile() in case it fails.Michel Dänzer
2009-01-12gallivm: Adapt to header file move in LLVM 2.4.Michel Dänzer
2009-01-12nv50: make rtt work againBen Skeggs