summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rein in debug slightlyKeith Whitwell2005-05-121-1/+1
* Turn disassem off (oops).Keith Whitwell2005-05-121-1/+1
* Add check for mask == NULL to the one routine missing it.Keith Whitwell2005-05-121-2/+11
* When lighting is enabled, but no lights are enabled, the scenecolorKeith Whitwell2005-05-121-27/+85
* fix warnings in r300_texstate.c (Jeff Smith)Ben Skeggs2005-05-121-4/+4
* The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers toKarl Schultz2005-05-111-2/+2
* VBOs.Aapo Tahkola2005-05-118-26/+114
* Don't let FragmentProgram._Active influence choice of vertex vs pixelKeith Whitwell2005-05-111-1/+1
* Previously in TXP and TEX instructions, lambda was passed toKeith Whitwell2005-05-111-3/+24
* Use _mesa_memset rather than memsetKeith Whitwell2005-05-111-1/+1
* Don't let FragmentProgram._Active influence choice of vertex vs pixelKeith Whitwell2005-05-111-1/+1
* Test for texcoord[3] == zero before dividing. Not so sure about thisKeith Whitwell2005-05-111-4/+15
* Fix glean/conform problems. Don't generate so much output whenKeith Whitwell2005-05-111-26/+36
* Fix valgrind complaint, conform vertex order test.Keith Whitwell2005-05-111-6/+20
* Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTempsKeith Whitwell2005-05-111-8/+13
* Fix logic for allocating texture temporaries (Ben Skeggs).Keith Whitwell2005-05-111-15/+24
* int -> size_t to fix compile on LP64.Adam Jackson2005-05-111-1/+1
* Ensure programs don't overflow allocated instruction store.Keith Whitwell2005-05-101-1/+8
* Fix some valgrind complaintsKeith Whitwell2005-05-101-0/+4
* fix some valgrind complaintsKeith Whitwell2005-05-102-3/+3
* Improved detection of program changes.Keith Whitwell2005-05-101-20/+32
* Double-buffer generated instructions and only notify driver when theKeith Whitwell2005-05-101-1/+0
* Fix some valgrind complaintsKeith Whitwell2005-05-102-4/+4
* Double-buffer generated instructions and only notify driver when theKeith Whitwell2005-05-102-13/+48
* reduce the use of malloc and strdup for parameter listsKeith Whitwell2005-05-102-25/+33
* don't be fooled into emitting padding for wpos when not usedKeith Whitwell2005-05-102-2/+2
* Missing from previous commitKeith Whitwell2005-05-102-4/+8
* Update for FragmentProgram._ActiveKeith Whitwell2005-05-101-2/+2
* Better driver notification on changes.Keith Whitwell2005-05-101-7/+10
* get fog working with _TexEnvProgramKeith Whitwell2005-05-103-6/+19
* Temporary fix - delete and recreate texenvprogram so that driversKeith Whitwell2005-05-101-5/+10
* Committing in .Jouk Jansen2005-05-103-11/+21
* Fix texenv segfault. Reported by Ben Skeggs.Keith Whitwell2005-05-101-0/+10
* Try not to use the same temp reg as a TXP destination more than once,Keith Whitwell2005-05-101-2/+40
* pathetic attempt to accomodate new frambuffer changes (still some work to do)Daniel Borca2005-05-091-3/+10
* accomodate new frambuffer changesDaniel Borca2005-05-092-28/+32
* fix some typos in FX codeDaniel Borca2005-05-091-5/+6
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-096-13/+12
* Use driver functions to create TexEnvProgram, TnlProgramKeith Whitwell2005-05-093-5/+19
* check for null DrawBuffer valuesKeith Whitwell2005-05-093-9/+20
* Fallback (rather than fail) on unknown program targets.Keith Whitwell2005-05-091-3/+3
* dri fb works using renderbuffers now in RGBA modeJon Smirl2005-05-082-117/+47
* fbdri can draw double buffered now. Next step is to convert itJon Smirl2005-05-071-2/+3
* remove some dead codeBrian Paul2005-05-071-12/+1
* x86_64 stuffBrian Paul2005-05-071-0/+2
* added linux-x86-xcb config (Jeremy Kolb)Brian Paul2005-05-072-0/+25
* Patches for XCB (Jeremy Kolb)Brian Paul2005-05-072-7/+81
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-0710-67/+68
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-0717-24/+947
* fix a bunch of html errorsBrian Paul2005-05-061-12/+21