summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-06-20mesa: init ctx->RenderModeBrian Paul
2008-06-20mesa: GL_BYTE vertex/texcoord arraysBrian Paul
2008-06-20mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-06-20mesa: refactor: move initialization of DefaultPacking state.Brian Paul
2008-06-20gallium: always need st_init-blit()Brian Paul
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-20mesa: fix errors in prev commitBrian Paul
2008-06-20mesa: revamp glBlendFunc loopbackBrian Paul
2008-06-20mesa: added _vbo_Materialfv()Brian Paul
2008-06-20mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul
2008-06-20mesa: fix some FEATURE_x testsBrian Paul
2008-06-20gallium: assorted FEATURE testsBrian Paul
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-20mesa: test for FEATURE_ATI_fragment_shaderBrian Paul
2008-06-19gallium: new st_api.c file with token symbol for identifying the APIBrian Paul
2008-06-19gallium: remove unused varsBrian Paul
2008-06-19mesa: tweak mipmap level selection for cube mapsBrian Paul
2008-06-18i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt
2008-06-18i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-18i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt
2008-06-18mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul
2008-06-18mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul
2008-06-18gallium: added new st_set_framebuffer_surface()Brian Paul
2008-06-18mesa: fix ReadBuffer initializationBrian Paul
2008-06-18gallium: more FEATURE_x testsBrian Paul
2008-06-18mesa: FEATURE_dispatch to control dispatch table usageBrian Paul
2008-06-18gallium: added st_get_proc_address()Brian Paul
2008-06-18mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-06-18gallium: added FEATURE_x testsBrian Paul
2008-06-18mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-06-18mesa: add parenthesisBrian Paul
2008-06-18mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2008-06-17[intel] Fix no_rast option on non-965.Eric Anholt
2008-06-17gallium: need to flush bitmap cache when raster color changesBrian Paul
2008-06-17[intel-gem] Bug #16326: Fix X tile unswizzling on 965.Eric Anholt
2008-06-17gallium: check if sampler->max_lod < sampler->min_lodBrian Paul
2008-06-17mesa: make mm.c use unsigned ints for offsets.Brian Paul
2008-06-17assorted glide driver fixesWilfried Holzke
2008-06-17mesa: make mm.c use unsigned ints for offsets.Dave Airlie
2008-06-16r300: Make LOD bias a persistent environment variable.Corbin Simpson
2008-06-16Compute/setup fog coordinates even if vertex program is enabled.H. Verbeet
2008-06-16mesa: allocate pixel zoom arrays on heap, not stackBrian Paul
2008-06-16Don't compute vertex fog when fragment program is active.H. Verbeet
2008-06-16r300: Fix new incarnation of bug 3195.Corbin Simpson
2008-06-16r300: Forgot to clear old state before writing new state.Corbin Simpson