summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Collapse)AuthorAgeFilesLines
* mesa: fix ReadBuffer initializationBrian Paul2008-06-181-0/+2
|
* gallium: more FEATURE_x testsBrian Paul2008-06-181-1/+5
|
* mesa: FEATURE_dispatch to control dispatch table usageBrian Paul2008-06-182-0/+3
|
* gallium: added st_get_proc_address()Brian Paul2008-06-182-0/+16
|
* mesa: refactor: move GetProcAddress code from glapi.c into new ↵Brian Paul2008-06-184-624/+656
| | | | glapi_getproc.c file
* gallium: added FEATURE_x testsBrian Paul2008-06-181-2/+12
|
* mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2008-06-182-6/+6
|
* mesa: add parenthesisBrian Paul2008-06-181-3/+3
|
* mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz2008-06-181-34/+62
|
* mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz2008-06-183-4/+55
|
* mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT ↵Brian Paul2008-06-172-3/+3
| | | | for Z unpacking
* gallium: need to flush bitmap cache when raster color changesBrian Paul2008-06-171-6/+14
|
* gallium: check if sampler->max_lod < sampler->min_lodBrian Paul2008-06-171-0/+9
|
* mesa: make mm.c use unsigned ints for offsets.Brian Paul2008-06-172-6/+7
| | | | | | | If you have a GPU using this code and it has the offsets up in this space, this fails. cherry-picked from master
* mesa: move some glapi bits aroundBrian Paul2008-06-137-5/+10
| | | | | | Move _glapi_proc typedef from glapitable.h to glapi.h Also, don't include glapitable.h from glapi.h Before we were including the huge glapitable.h file in every .c file.
* mesa: remove some temp debug codeBrian Paul2008-06-131-1/+0
|
* mesa: check FEATURE_ARB_occlusion_queryBrian Paul2008-06-131-0/+7
|
* mesa: Fix libglapi.a build for driJakob Bornecrantz2008-06-131-2/+2
|
* gallium: another attempt at fixing libglapi.a compilation for DRI buildsBrian Paul2008-06-131-6/+5
| | | | If building for DRI, make a dummy/empty libglapi.a for now.
* mesa: fix typo: s/stacks/stack/Brian Paul2008-06-131-1/+1
|
* mesa: Remove duplicate code.Michal Krol2008-06-131-18/+1
|
* silly bug: it's PROGRAM_VARYINGZack Rusin2008-06-121-1/+1
|
* glsl: make sure we replace all output reads with temporariesZack Rusin2008-06-123-7/+10
| | | | test in if.glsl
* mesa: add some #if FEATURE_x testsBrian Paul2008-06-125-2/+38
|
* gallium: add some #if FEATURE_x testsBrian Paul2008-06-123-0/+10
|
* mesa: remove unneeded #includeBrian Paul2008-06-121-1/+0
|
* gallium: add missing commaBrian Paul2008-06-121-1/+1
|
* gallium: test for FEATURE_convolutionBrian Paul2008-06-121-0/+4
|
* gallium: remove unused/old st_atom_fixedfunction.c fileBrian Paul2008-06-121-66/+0
|
* almost forgot - RelAddr is a boolean so use it hereZack Rusin2008-06-121-1/+1
|
* shaders: fix allocation of arrays of parametersZack Rusin2008-06-121-1/+23
|
* glsl: implement variable array indexesZack Rusin2008-06-125-14/+26
|
* mesa: restore and fix Keith's "further degenerate the special case lit ↵Brian Paul2008-06-121-13/+31
| | | | | | | | | substitute" There was a bug in emit_degenerate_lit() that caused the SLT to produce unpredictable results in lit.z Plus, added a bunch of new comments.
* Revert "mesa: further degenerate the special case lit substitute"Brian Paul2008-06-111-12/+9
| | | | | | This reverts commit e841b92d9c8bf48085b4996df828ae745977f931. This fixes two specular lighting conform failures.
* mesa: refactor: update SConscript with recently added new source filesBrian Paul2008-06-111-0/+9
|
* mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-06-117-22/+57
|
* mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul2008-06-118-1028/+1106
|
* mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul2008-06-118-841/+920
|
* mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul2008-06-118-596/+674
|
* revert the DRI2 commitsAlan Hourihane2008-06-129-1050/+860
|
* Bring in DRI2 changesAlan Hourihane2008-06-119-860/+1050
|
* mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul2008-06-102-2/+2
|
* gallium: work-around glapi.c build problem for dri configsBrian Paul2008-06-101-4/+12
|
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-1016-99/+323
| | | | Also, check the FEATURE flags in many places.
* mesa: include mtypes.hBrian Paul2008-06-101-0/+2
|
* mesa: remove unnecessary swrast, tnl includesBrian Paul2008-06-101-3/+0
|
* gallium: remove stray include of st_context.hBrian Paul2008-06-101-2/+0
|
* add some missing rule dependenciesBrian Paul2008-06-101-3/+3
|
* mesa: Xlib libGL.so fixes from masterBrian Paul2008-06-091-3/+1
|
* mesa: remove unused api_eval.h header fileBrian Paul2008-06-093-44/+0
|