aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao2007-03-182-55/+49
* mesa: enhance fxt1_quantize_ALPHA1Xiang, Haihao2007-03-181-33/+44
* i965: fix for FXT1 & S3TC texture formatXiang, Haihao2007-03-181-4/+11
* Use _mesa_copy_instructions rather than memcpy in _mesa_insert_mvp_code.Oliver McFadden2007-03-181-2/+1
* fix some format conversion bugs in glGetTexImage(), bug 10288Haihao Xiang2007-03-171-0/+19
* r300: change vendor string to DRI R300 ProjectDave Airlie2007-03-171-1/+4
* Assorted fixes for dealing with zero-size frame/renderbuffers.Brian2007-03-164-35/+51
* Colortable re-org.Brian2007-03-168-268/+170
* added a renderbuffer commentBrian2007-03-161-1/+1
* added null xmctx check to XMesaResizeBuffers(), bug 7205Mathias Hopf2007-03-161-0/+2
* Fixed a minor typo in the comment near _mesa_copy_instructions.Oliver McFadden2007-03-152-3/+3
* r300: Added _mesa_copy_instructions.Oliver McFadden2007-03-154-5/+23
* r300: Renamed r300_vertexprog.c to r300_vertprog.cOliver McFadden2007-03-152-1/+1
* r300: Use _mesa_alloc_instructions/_mesa_init_instructions instead of malloc.Oliver McFadden2007-03-152-14/+11
* r300: Updated R300 to use the new SWIZZLE macros.Oliver McFadden2007-03-152-9/+9
* r300: Fixed an unused variable warning and removed some cruft, too.Oliver McFadden2007-03-151-26/+0
* r300: Fixed a printf conversion warning.Oliver McFadden2007-03-151-2/+2
* r300: Fixed "no previous prototype for 'r300RefillCurrentDmaRegion'" warning.Oliver McFadden2007-03-151-2/+2
* added SWIZZLE_XXXX, YYYY, etc. macrosBrian2007-03-152-4/+11
* Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few smallOliver McFadden2007-03-154-70/+103
* no-op clear if buffer width or height is zero (bug 7205)Brian2007-03-151-0/+3
* add some rb->Data null ptr checks (bug 7205)Brian2007-03-153-3/+5
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-03-151-1/+1
|\
| * Fix off by one error in immediate state packet size.Keith Whitwell2007-03-151-1/+1
* | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float...Brian2007-03-151-20/+17
|/
* pixelmap code simplificationBrian2007-03-141-253/+124
* Re-org of gl_pixel_attrib struct.Brian2007-03-145-203/+228
* clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205Brian2007-03-141-0/+6
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-03-1418-38/+151
|\
| * sync up t_vp_build.c brw_vs_tnl.c a bitRoland Scheidegger2007-03-132-20/+19