summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-31mesa: fix 32bit cross compilation on a 64bit machineMarc Dietrich
2009-08-31st/xorg: add code to render textured quads for composite accelerationZack Rusin
2009-08-31st/xorg: setup constant buffers for vertex and fragment shadersZack Rusin
2009-08-31st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit.Michel Dänzer
2009-08-31st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL.Michel Dänzer
2009-08-31st/xorg: Don't always fall back for solid fills.Michel Dänzer
2009-08-31r600: add missing r7xx pci idAlex Deucher
2009-08-31i915g: Reorg texture layout codeJakob Bornecrantz
2009-08-31i915g: Move transfer functions into i915_texture.cJakob Bornecrantz
2009-08-31i915g: Reorg texture code a bitJakob Bornecrantz
2009-08-31i915g: Don't use winsys directly in the driverJakob Bornecrantz
2009-08-31i915g: Cleanup i915_prim_vbuf.cJakob Bornecrantz
2009-08-31i915g: Cleanup i915_screen.[c|h]Jakob Bornecrantz
2009-08-31i915g: Cleanup i915_context.cJakob Bornecrantz
2009-08-31i915g: Cleanup i915_blit.[c|h]Jakob Bornecrantz
2009-08-31i915g: Cleanup i915_state_emit.cJakob Bornecrantz
2009-08-31i915g: Cleanup i915_texture.cJakob Bornecrantz
2009-08-31i915g: Cleanup texture init functions a bitJakob Bornecrantz
2009-08-31i915g: Rename pipe field on context to baseJakob Bornecrantz
2009-08-31i915g: Rename screen field on screen to baseJakob Bornecrantz
2009-08-31mesa: set additional fields in _mesa_buffer_map_range()Brian Paul
2009-08-31mesa: set Length/Offset fields in _mesa_buffer_map()Brian Paul
2009-08-31mesa: additional assertions for ctx->Driver.UnmapBuffer()Brian Paul
2009-08-31intel: clear buffer fields in intel_bufferobj_unmap()Brian Paul
2009-08-31mesa: new assertions, comments about buffer mappingBrian Paul
2009-08-31st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()Brian Paul
2009-08-31llvmpipe: Fallback to element-wise comparisons when no comparison intrinsic i...José Fonseca
2009-08-31llvmpipe: In the abcense of a min/max intrinsic, use the comparison intrinsics.José Fonseca
2009-08-31llvmpipe: Actually commit lp_buffer.[ch].José Fonseca
2009-08-31Gallium xlib: Add support for BGRA visuals.Michel Dänzer
2009-08-31nouveau: fix for dri state tracker changesBen Skeggs
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs
2009-08-31nouveau: hack winsys to compile again, it's broken still howeverBen Skeggs
2009-08-30cell: fix compilationMarc Dietrich
2009-08-30swrast: minor code consolidationBrian Paul
2009-08-30mesa: consolidate texture-related code in meta.cBrian Paul
2009-08-30intel: use more efficient loop over buffersBrian Paul
2009-08-30mesa: avoid redundant viewport changes in meta codeBrian Paul
2009-08-30llvmpipe: Texture cache in 4 ubytes instead of 4 floats.José Fonseca
2009-08-30llvmpipe: Use util_format_read_4f to read texture tiles.José Fonseca
2009-08-30llvmpipe: Texture cache is read-only. No need to flush.José Fonseca
2009-08-30util: Auto generate pixel format accessor functions fromJosé Fonseca
2009-08-30llvmpipe: Eliminate internal pipe_buffer_map/unmap usage.José Fonseca
2009-08-30xlib: Implement lp_winsys::destroy.José Fonseca
2009-08-30Merge branch 'mesa_7_5_branch'Michel Dänzer
2009-08-30glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer
2009-08-29i965: Fix segfault with ARB_oq CheckQuery when results are already fetched.Eric Anholt
2009-08-29i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.cEric Anholt
2009-08-29llvmpipe: List lp_buffer.c in the Makefile.José Fonseca
2009-08-29xlib: Implement llvmpipe lp_winsys interface.José Fonseca