summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * | mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
| * | mesa: remove some assertions that are invalid during context tear-downBrian Paul2008-09-151-1/+4
| * | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-152-2/+29
| * | add dlist-degenerate test caseKeith Whitwell2008-09-152-0/+154
| * | glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett2008-09-141-1/+1
| * | tdfx: fix crash and lack of visuals bugJakub Bogusz2008-09-131-52/+25
| * | i915: fix himask constant init for 64-bit buildGuillaume Melquiond2008-09-131-1/+1
| * | glx: fix 64-bit datatype issueGuillaume Melquiond2008-09-131-1/+7
| * | mesa: return after _mesa_problem() callsGuillaume Melquiond2008-09-132-0/+3
| * | mesa: #include <stdio.h>Guillaume Melquiond2008-09-131-0/+1
| * | remove invalid XDestroyWindow() callGuillaume Melquiond2008-09-131-1/+0
| * | silence warningGuillaume Melquiond2008-09-131-1/+1
| * | GLU: fix asst warningsGuillaume Melquiond2008-09-139-12/+12
| * | intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-126-15/+25
| * | Finish off the previous fix for TFP.Eric Anholt2008-09-121-0/+3
| * | intel: Don't segfault on TFP from a bad drawable.Eric Anholt2008-09-122-0/+9
| * | intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-122-6/+0
| * | dri/swrast: fix swapBuffers after dri2George Sapountzis2008-09-121-0/+6
| * | i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-122-1/+6
* | | mesa: bring sources into line with sources.mak, but omit gallium codeKeith Whitwell2008-09-181-14/+17
* | | dri/swrast: fix swapBuffers after dri2George Sapountzis2008-09-181-0/+6
* | | i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-182-1/+6
* | | cell: Fix bug with complement logic for SGE and SLEJonathan White2008-09-181-4/+38
* | | cell: Added SGE and SLE instructions to dispatch functionJonathan White2008-09-181-0/+4
* | | cell: Added SGE and SLE instructionsJonathan White2008-09-181-0/+62
* | | CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison2008-09-183-218/+377
* | | cell: example of doing fs/fm sequence with fnms in blendingBrian Paul2008-09-171-0/+18
* | | cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-174-14/+44
* | | CELL: fleshing out the blending fragment opsRobert Ellison2008-09-175-68/+337
* | | cell: Added RCP and RSQ instruction support.Jonathan White2008-09-161-0/+48
* | | cell: Added DP3 and DP4 instructionsJonathan White2008-09-161-0/+81
* | | st: hash-warning not recognised on Windows.Michal Krol2008-09-161-0/+2
* | | cell: Optimized LERP with fmaJonathan White2008-09-161-3/+2
* | | cell: Fixed MIN/MAX algorithmJonathan White2008-09-161-7/+3
* | | cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul2008-09-153-29/+31
* | | cell: Added LERP instructionJonathan White2008-09-151-1/+91
* | | gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul2008-09-151-8/+12
* | | cell: Added support for SLT, SEQ and SNE instructionsJonathan White2008-09-151-0/+100
* | | cell: Added support for ABS instructionJonathan White2008-09-151-1/+30
* | | Added support for SUB and MAD instructionsJonathan White2008-09-151-3/+58
* | | Fixed emit_RRRJonathan White2008-09-151-1/+1
* | | i915simple: dri winsys does now compile and worksJakob Bornecrantz2008-09-151-145/+242
* | | draw: Silence compiler warnings on Windows.Michal Krol2008-09-141-1/+1
* | | cell: implement negation, absolute value and set-sign for src regs in code genBrian Paul2008-09-131-2/+42
* | | negate.txt - test negation of a src regBrian Paul2008-09-131-0/+6
* | | gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
* | | cell: remove old disassembly/dump code; use dumper code in SPE emitter.Brian Paul2008-09-121-76/+28
* | | gallium: added print/dump code to SPE code emitterBrian Paul2008-09-122-25/+113
* | | cell: implement DDX/DDY codegen (untested)Brian Paul2008-09-121-0/+37