summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: The given urb layout(maximal size of urb entries and theXiang, Haihao2007-03-251-1/+1
* Color3iv: set the alpha value to 1.0Xiang, Haihao2007-03-251-1/+1
* r300: Whitespace cleanup in r300_texmem.cNicolai Haehnle2007-03-251-183/+178
* r300: Whitespace cleanup in r300_texstate.cNicolai Haehnle2007-03-251-88/+82
* r300: Fix regression: unnecessary node indirectionNicolai Haehnle2007-03-251-2/+7
* nouveau: implement nv20Clear and nv20ScissorDave Airlie2007-03-251-4/+17
* r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle2007-03-245-174/+116
* r300: No assertion when accessing incomplete texture images.Nicolai Haehnle2007-03-243-16/+17
* r300: Fix: KIL instruction don't require texturesNicolai Haehnle2007-03-241-4/+8
* swrast: Fix crash when sampling from a non-existing texture objectNicolai Haehnle2007-03-241-3/+1
* nouveau: some swtcl fixesBen Skeggs2007-03-241-0/+9
* Implement alpha buffer copy for SwapBuffers().Brian2007-03-234-5/+43
* r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-231-108/+108
* use _mesa_alloc_instructions()Brian2007-03-221-3/+2
* use _mesa_copy_instructions()Brian2007-03-221-4/+3
* Ensure we have a valid ReadBuffer for CopyTexSubImage, andAlan Hourihane2007-03-221-6/+6
* fix for bug#10339Xiang, Haihao2007-03-222-3/+3
* 1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D im...Brian2007-03-213-1/+15
* fix copy and paste bug from last commit in fog generation code for GL_LINEAR fogRoland Scheidegger2007-03-211-2/+2
* nouveau: update for drm interface changes (0.0.5)Ben Skeggs2007-03-214-9/+13
* nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs2007-03-211-0/+1
* mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao2007-03-213-16/+6
* r300: Remove the program-global const_sin indexNicolai Haehnle2007-03-212-31/+23
* r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-201-26/+26
* fix for bug#10347Xiang, Haihao2007-03-201-9/+3
* use passed target parameterAlan Hourihane2007-03-201-1/+1
* nouveau: fix typoBen Skeggs2007-03-201-1/+1
* nouveau: fail translate if we use too many params somehowBen Skeggs2007-03-203-5/+31
* nouveau: NVSDBG macroBen Skeggs2007-03-205-0/+24
* r300: Cleanup fragment program constant allocation, share constantsNicolai Haehnle2007-03-192-73/+61
* r300: Fix special case (tmp.x <= 0) in fragment program LIT instructionNicolai Haehnle2007-03-191-2/+2
* r300: Clear fragment program instruction slots on first useNicolai Haehnle2007-03-191-0/+2
* r300: Dump fragment program after translation if RADEON_DEBUG=pixel is setNicolai Haehnle2007-03-191-1/+1
* r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-191-109/+109
* r300: Fix WRITEMASK handling when writing to result.depthNicolai Haehnle2007-03-191-3/+8
* r300: Streamlined fragment program LIT implementationNicolai Haehnle2007-03-191-62/+101
* r300: Fix fragment program reorderingNicolai Haehnle2007-03-192-5/+37
* r300: Fragment program dumps format tex instructionsNicolai Haehnle2007-03-191-2/+28
* r300: Fix hw fragment program dumpNicolai Haehnle2007-03-191-17/+34
* r300: Fix fragment program instruction pairing and register allocationNicolai Haehnle2007-03-193-290/+582
* i915tex: The intended triple buffering fix.Michel Dänzer2007-03-192-27/+1
* i915tex: Fix triple buffering after recent Mesa core changes.Michel Dänzer2007-03-191-0/+22
* fix off-by-one in load_state_immediateKeith Whitwell2007-03-182-2/+2
* fix typo in subrect_disable packetKeith Whitwell2007-03-181-1/+1
* fix typo in subrect_disable packetKeith Whitwell2007-03-181-1/+1
* screen offset changes, bug 9965Miguel Marte2007-03-185-46/+36
* fix assertion in read_depth_pixels()Nicolai Haehnle2007-03-181-1/+1
* r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden2007-03-187-7/+0
* r300: Corrected the string for polygon mode; it wasn't updated from unkXXX.Oliver McFadden2007-03-181-1/+1
* nouveau: avoid using uninitialised TexSrcUnit.Ben Skeggs2007-03-191-1/+22