summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-25R6xx, add edge rules for trianglesr6xx-r7xx-supportCooper Yuan1-0/+3
2009-05-21R6xx/7xx: Fix blinn's lighting shaderCooper Yuan1-20/+19
2009-04-22R6xx: Fix memory free issue and correct clip rectangleCooper Yuan2-14/+31
2009-04-21R6xx: In order to reduce verbose message, set debug >= 2Cooper Yuan2-4/+4
2009-04-20R6xx: Fix texture perspective gradients issueCooper Yuan1-4/+4
2009-04-19R6xx: fix typo in IT_START_3D_CMDBUFAlex Deucher1-1/+1
2009-04-17Initial 3D driver for R6xx/R7xx chipsRichard Li50-5/+21663
2009-01-11Build fixes for gcc 2.95mesa_7_2_branchMatthieu Herrb2-5/+5
2009-01-11Fix build with GCC 2.95.Owain G. Ainsworth1-2/+2
2009-01-11Big endian fixes.Matthieu Herrb1-1/+2
2009-01-11build fix on big endian OpenBSD architectures.Matthieu Herrb1-0/+6
2009-01-11replace nearbyint() by rint() for now.Matthieu Herrb1-1/+1
2009-01-11__builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.Matthieu Herrb1-0/+4
2008-12-13Fix silly type mismatch error in multinoise demo.Gary Wong1-4/+8
2008-12-13i965: Finish OPCODE_NOISEn instructions.Gary Wong1-14/+437
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong3-0/+279
2008-12-13Ensure p.w is initialised in noise demo.Gary Wong1-0/+1
2008-12-12intel: check for null texture. (fix #13902)Xiang, Haihao1-2/+2
2008-12-03darwin: Use -Os instead of -O2Jeremy Huddleston1-2/+2
2008-11-28mesa: add missing break statementsBrian Paul1-0/+2
2008-11-26windows: fix visual object memleakThomas Henn1-0/+3
2008-11-26windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn1-1/+3
2008-11-24docs: recent 7.2.1 bug fixesBrian Paul1-0/+3
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul1-1/+1
2008-11-11intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao1-1/+3
2008-11-10mesa: fix logic error in GLSL linker when looking for main() shadersBrian Paul1-5/+10
2008-11-10dri: alloc __DRIscreen object with calloc()Brian Paul1-1/+1
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul3-4/+26
2008-11-05i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong2-10/+335
2008-11-05mesa: remove extra \n from printf stringBrian Paul1-1/+1
2008-11-05mesa: fix a GLSL array indexing codegen bugBrian Paul2-8/+101
2008-11-04mesa: fix float-valued GLSL vertex attribute variablesBrian Paul1-8/+8
2008-11-03Fix for 58dc8b7: dest regions must not use HorzStride 0 in ExecSize 1Keith Packard1-0/+4
2008-11-01mesa: silence warningsBrian Paul1-3/+3
2008-11-01mesa: do scope replacement for while/for loops tooBrian Paul1-3/+7
2008-11-01mesa: glsl tree print improvementsBrian Paul1-1/+17
2008-11-01mesa: fix assignment / parameter passing of sampler typesBrian Paul3-4/+29
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul4-53/+53
2008-10-31mesa: fix some bugs with precision qualifier parsingBrian Paul9-2382/+2459
2008-10-31mesa: do scope replacement for variable initializers tooBrian Paul1-0/+11
2008-10-31mesa: fix copy/paste error in GLSL error msgBrian Paul1-1/+1
2008-10-31i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions.Gary Wong2-3/+405
2008-10-29i965: support destination horiz strides in align1 access mode.Gary Wong2-3/+3
2008-10-29glu: fix compilation problem when using Windows gl.h (sf bug 2204589)Nigel Stewart1-0/+4
2008-10-28mesa: fix stand-alone glslcompiler buildBrian Paul1-6/+2
2008-10-28mesa: include glslcompiler driver in tarballBrian Paul1-0/+1
2008-10-28mesa: include glslcompiler driver in tarballBrian Paul1-0/+2
2008-10-28i965: Allocate temporaries contiguously with other regs in fragment shaders.Gary Wong2-3/+7
2008-10-28configure.ac: Add support for gnu/kfreebsdJulien Cristau1-4/+4
2008-10-22mesa: document glTexImage + convolution fixBrian Paul1-0/+1