summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-06-18gallium: additional fixes to ensure even number of vertices per bufferBrian Paul4-0/+18
2008-06-18gallium: split long prims into chunks with an even number of verticesBrian Paul2-0/+13
2008-06-18mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul1-1/+2
2008-06-18mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul1-0/+4
2008-06-18gallium: added new st_set_framebuffer_surface()Brian Paul2-0/+59
2008-06-18mesa: fix ReadBuffer initializationBrian Paul1-0/+2
2008-06-18egl: use RTLD_LAZYBrian Paul1-1/+1
2008-06-18egl: omit libmesa.a glapi.c from libraryBrian Paul1-2/+6
2008-06-18gallium: remove duplicated u_mm.c in file listBrian Paul1-2/+1
2008-06-18gallium: more FEATURE_x testsBrian Paul1-1/+5
2008-06-18mesa: FEATURE_dispatch to control dispatch table usageBrian Paul2-0/+3
2008-06-18egl: call st_get_proc_address()Brian Paul1-5/+1
2008-06-18gallium: added st_get_proc_address()Brian Paul2-0/+16
2008-06-18mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul4-624/+656
2008-06-18gallium: added FEATURE_x testsBrian Paul1-2/+12
2008-06-18mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2-6/+6
2008-06-18mesa: add parenthesisBrian Paul1-3/+3
2008-06-18mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz1-34/+62
2008-06-18gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.Michal Krol1-1/+0
2008-06-18i915: Fix for s8_z24 textures not being shownJakob Bornecrantz1-1/+1
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz3-4/+55
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul2-3/+3
2008-06-17gallium: Add facilities for mixed pipe formats.Michal Krol1-6/+42
2008-06-17gallium: need to flush bitmap cache when raster color changesBrian Paul1-6/+14
2008-06-17gallium: check if sampler->max_lod < sampler->min_lodBrian Paul1-0/+9
2008-06-17mesa: make mm.c use unsigned ints for offsets.Brian Paul2-6/+7
2008-06-17i915: Made region pool a slabpoolJakob Bornecrantz1-1/+12
2008-06-17i915: Max and Min lod now worksJakob Bornecrantz3-17/+79
2008-06-14util: Use pf_get_size().Michal Krol1-1/+1
2008-06-13mesa: move some glapi bits aroundBrian Paul7-5/+10
2008-06-13mesa: remove some temp debug codeBrian Paul1-1/+0
2008-06-13mesa: check FEATURE_ARB_occlusion_queryBrian Paul1-0/+7
2008-06-13egl: added a debug msgBrian Paul1-0/+1
2008-06-13i915: Improved the not used tile codeJakob Bornecrantz2-18/+36
2008-06-13mesa: Fix libglapi.a build for driJakob Bornecrantz1-2/+2
2008-06-13i915: Fix offsets not being used for surface targetsJakob Bornecrantz1-2/+2
2008-06-13i915: Fix most of the clear problemsJakob Bornecrantz2-0/+2
2008-06-13gallium: another attempt at fixing libglapi.a compilation for DRI buildsBrian Paul1-6/+5
2008-06-13mesa: fix typo: s/stacks/stack/Brian Paul1-1/+1
2008-06-13gallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition.Michal Krol1-1/+1
2008-06-13gallium: Add PIPE_FORMAT_A2B10G10R10_UNORM.Michal Krol1-0/+2
2008-06-13gallium: Allow pipe format component sizes to be specifiedMichal Krol1-8/+14
2008-06-13mesa: Remove duplicate code.Michal Krol1-18/+1
2008-06-13i915: Messed up lineloop now worksJakob Bornecrantz1-3/+3
2008-06-13i915: Support all primtive types in vbuf pathJakob Bornecrantz1-2/+42
2008-06-12silly bug: it's PROGRAM_VARYINGZack Rusin1-1/+1
2008-06-12glsl: make sure we replace all output reads with temporariesZack Rusin3-7/+10
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul5-2/+38
2008-06-12gallium: add some #if FEATURE_x testsBrian Paul3-0/+10
2008-06-12mesa: remove unneeded #includeBrian Paul1-1/+0