summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul2008-06-181-1/+2
* mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul2008-06-181-0/+4
* gallium: added new st_set_framebuffer_surface()Brian Paul2008-06-182-0/+59
* 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 glapi_getproc....Brian Paul2008-06-184-624/+656
* 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 fo...Brian Paul2008-06-172-3/+3
* 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
* mesa: move some glapi bits aroundBrian Paul2008-06-137-5/+10
* 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
* 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
* 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 substi...Brian Paul2008-06-121-13/+31
* Revert "mesa: further degenerate the special case lit substitute"Brian Paul2008-06-111-12/+9
* 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
* 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