| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Added _mesa_texstore_s8_z24 | Jakob Bornecrantz | 2008-06-18 | 3 | -4/+55 |
* | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul | 2008-06-17 | 2 | -3/+3 |
* | mesa: make mm.c use unsigned ints for offsets. | Brian Paul | 2008-06-17 | 2 | -6/+7 |
* | mesa: move some glapi bits around | Brian Paul | 2008-06-13 | 3 | -2/+3 |
* | mesa: remove some temp debug code | Brian Paul | 2008-06-13 | 1 | -1/+0 |
* | mesa: check FEATURE_ARB_occlusion_query | Brian Paul | 2008-06-13 | 1 | -0/+7 |
* | mesa: fix typo: s/stacks/stack/ | Brian Paul | 2008-06-13 | 1 | -1/+1 |
* | mesa: add some #if FEATURE_x tests | Brian Paul | 2008-06-12 | 5 | -2/+38 |
* | mesa: restore and fix Keith's "further degenerate the special case lit substi... | Brian Paul | 2008-06-12 | 1 | -13/+31 |
* | Revert "mesa: further degenerate the special case lit substitute" | Brian Paul | 2008-06-11 | 1 | -12/+9 |
* | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | 2008-06-11 | 7 | -22/+57 |
* | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-06-11 | 7 | -1028/+1105 |
* | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-06-11 | 7 | -841/+919 |
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-06-11 | 7 | -596/+673 |
* | mesa: refactor: fix some FEATURE_ typos, mistakes | Brian Paul | 2008-06-10 | 2 | -2/+2 |
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | 2008-06-10 | 12 | -96/+310 |
* | gallium: remove stray include of st_context.h | Brian Paul | 2008-06-10 | 1 | -2/+0 |
* | mesa: remove unused api_eval.h header file | Brian Paul | 2008-06-09 | 2 | -43/+0 |
* | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul | 2008-06-09 | 3 | -74/+64 |
* | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-06-09 | 8 | -44/+109 |
* | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram... | Brian Paul | 2008-06-09 | 6 | -83/+88 |
* | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-06-09 | 6 | -153/+227 |
* | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-06-09 | 8 | -85/+150 |
* | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-06-09 | 6 | -806/+872 |
* | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul | 2008-06-09 | 4 | -476/+486 |
* | mesa: refactor: new _mesa_init_pixelstore() function | Brian Paul | 2008-06-09 | 4 | -28/+43 |
* | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-06-09 | 6 | -172/+243 |
* | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul | 2008-06-09 | 6 | -203/+275 |
* | mesa: chmod a-x context.c | Brian Paul | 2008-06-09 | 1 | -0/+0 |
* | mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported | Jakob Bornecrantz | 2008-06-09 | 2 | -7/+31 |
* | mesa: Add MESA_FORMAT_S8_Z24 texture format | Jakob Bornecrantz | 2008-06-08 | 2 | -0/+37 |
* | mesa: turn off ffvertex prog debug | Keith Whitwell | 2008-06-06 | 1 | -1/+1 |
* | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul | 2008-06-05 | 4 | -41/+28 |
* | mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ... | Brian Paul | 2008-06-05 | 1 | -0/+14 |
* | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 14 | -70/+70 |
* | mesa: undo accidental setting of _ForceEyeCoords | Keith Whitwell | 2008-05-30 | 1 | -1/+1 |
* | ffvertex: emit full LIT when attenuating (needs the 1 in X position) | Keith Whitwell | 2008-05-27 | 2 | -19/+32 |
* | ffvertex: don't compute whole eye vector if only eye.z is required | Keith Whitwell | 2008-05-27 | 1 | -3/+27 |
* | Revert "mesa: save a temp on normalizes" | Keith Whitwell | 2008-05-24 | 1 | -4/+6 |
* | mesa: pre-swizzle normal scale state value | Keith Whitwell | 2008-05-24 | 1 | -2/+1 |
* | mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader | Keith Whitwell | 2008-05-24 | 1 | -12/+14 |
* | mesa: save a temp on normalizes | Keith Whitwell | 2008-05-23 | 1 | -6/+4 |
* | mesa: further degenerate the special case lit substitute | Keith Whitwell | 2008-05-23 | 1 | -9/+12 |
* | mesa: don't emit LIT instruction when mat shininess known to be zero | Keith Whitwell | 2008-05-23 | 1 | -31/+102 |
* | mesa: do object-space lighting in ffvertex_prog.c | Keith Whitwell | 2008-05-23 | 1 | -29/+50 |
* | Fix program refcounting assertion failure during context tear-down | Brian Paul | 2008-05-19 | 1 | -22/+24 |
* | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Brian Paul | 2008-05-18 | 3 | -152/+100 |
* | mesa: free shader program data before deleting shader objects. | Brian | 2008-05-06 | 1 | -0/+16 |
* | gallium: implement full reference counting for vertex/fragment programs | Brian | 2008-05-06 | 3 | -24/+38 |
* | mesa: comments, whitespace | Brian | 2008-05-06 | 1 | -24/+19 |