summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri_common.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri2.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri2_glx.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri2.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs compsize.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs clientattrib.cRALOVICH, Kristóf
2008-10-15glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-10-15glx: No need to zero a local variable.RALOVICH, Kristóf
2008-10-15glx: make INIT_MESA_SPARC more robustRALOVICH, Kristóf
2008-10-15i915: Texture instructions use r/t/oC/oD register as texture coordinate.Xiang, Haihao
2008-10-15intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).Eric Anholt
2008-10-14cell: initial bits for 3D texture supportBrian Paul
2008-10-14cell: replace FREE() with align_free()Brian Paul
2008-10-14cell: fix incorrect parameter typeBrian Paul
2008-10-14cell: support for cubemapsBrian Paul
2008-10-14cell: fall-through case for TGSI_OPCODE_TXBBrian Paul
2008-10-14cell: support NPOT textures, clamp/repeat mode, normalized/unorm texcoordsBrian Paul
2008-10-14cell: fix npot texture tiling bugsBrian Paul
2008-10-14cell: fix broken negative texcoord conversionBrian Paul
2008-10-14cell: use minify vs magnify filtersBrian Paul
2008-10-14cell: fix assertionsBrian Paul
2008-10-14cell: basic mipmap filtering works nowBrian Paul
2008-10-14cell: fix tex image stride bugsBrian Paul
2008-10-14cell: now do texture twiddling in the right way, at the right time.Brian Paul
2008-10-14cell: remove old code, clean-ups, etc.Brian Paul
2008-10-14trivial: more vp testsKeith Whitwell
2008-10-14vp: add simple vertex transform testKeith Whitwell
2008-10-14mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell
2008-10-14dri: don't check the number of cliprects before swap, letAlan Hourihane
2008-10-13cell: more clean-up in spu_tri.cBrian Paul
2008-10-13cell: remove dead code, clean-up, reformattingBrian Paul
2008-10-13cell: finish-up perspective-corrected interpolationBrian Paul
2008-10-13cell: initial work for mipmap texture filteringBrian Paul
2008-10-13cell: remove old texture-related fieldsBrian Paul
2008-10-13cell: use fewer memory references in sample_texture4_bilinear_2()Brian Paul
2008-10-13cell: remove more old texture codeBrian Paul
2008-10-13cell: bilinear texture filtering using integer arithmeticBrian Paul
2008-10-13cell: remove old texture codeBrian Paul
2008-10-13cell: do texture sampling/filtering for four pixels at a time.Brian Paul
2008-10-13cell: added spu_unpack_A8R8G8B8_transpose4()Brian Paul
2008-10-13mesa: when emitting an address load instruction, forAlan Hourihane
2008-10-10cell: more instruction scheduling optimizations (MIN/MAX/LERP/etc)Brian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-10-10cell: pass texture unit (sampler number) to txp() functionBrian Paul
2008-10-10intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick
2008-10-10i965: Add missing intel_pixel_draw.c symlink to fix build.Eric Anholt
2008-10-10mesa: fix asst. issues in _mesa_texstore_argb8888()Brian Paul
2008-10-10mesa: include needed headerBrian Paul
2008-10-10mesa: remove unneeded includesBrian Paul
2008-10-10mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul