summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-1142-123/+89
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-1125-115/+78
* gallium: kill is_resource_referencedMarek Olšák2011-03-1144-462/+44
* swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson2011-03-111-0/+1
* vega: remove unused pipe varBrian Paul2011-03-111-1/+0
* svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca2011-03-113-12/+38
* util: Fix typo in u_upload_flush().José Fonseca2011-03-111-2/+2
* r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy2011-03-111-3/+3
* draw: remove unnecessary flushMarek Olšák2011-03-111-7/+0
* st/vega: remove unnecessary flushesMarek Olšák2011-03-113-14/+0
* st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-2/+0
* Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom2011-03-105-48/+3
* i915g: implement surface clear functions using hw-clearDaniel Vetter2011-03-104-15/+103
* i915g: make set_framebuffer_state more robustDaniel Vetter2011-03-101-1/+2
* i915g: implement hw clearDaniel Vetter2011-03-108-6/+131
* i915g: blitter handles overlapping blitsDaniel Vetter2011-03-101-1/+0
* i915g: enable separate depth/stencil clearsDaniel Vetter2011-03-101-1/+1
* i915g: streamline derived state updates of the driver pipelineDaniel Vetter2011-03-103-4/+2
* i915g: don't validate a NULL vboDaniel Vetter2011-03-101-1/+1
* gallium/util: new polygon stipple utility helperBrian Paul2011-03-104-0/+492
* gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom2011-03-105-3/+48
* r600: don't close fd on failed loadDave Airlie2011-03-101-3/+0
* nv50: add back initialization of redefine_user_bufferChristoph Bumiller2011-03-091-0/+2
* r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König2011-03-091-25/+1
* r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König2011-03-091-2/+20
* r600g: split R600 and R700 CF generation for VTX and TEXChristian König2011-03-093-4/+22
* svga: Add a new winsys entry point to query the hw version.José Fonseca2011-03-093-0/+11
* util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca2011-03-091-1/+6
* util: add ensure_sanity checks, fix a bugKeith Whitwell2011-03-091-2/+56
* util: improve cache collision behaviourKeith Whitwell2011-03-091-18/+76
* util: Add remove to util_cacheAlex Corscadden2011-03-092-0/+26
* util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden2011-03-091-2/+2
* wgl: Force framebuffer validation on glViewport.José Fonseca2011-03-091-1/+13
* gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom2011-03-091-1/+2
* scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2011-03-084-4/+4
* st/python: Add timeout parameter to fence_finish.Vinson Lee2011-03-081-1/+1
* r300g: handle timeout parameter in fence_finishMarek Olšák2011-03-081-0/+17
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-0827-33/+67
* r300g: add LATC supportMarek Olšák2011-03-083-4/+22
* gallium/util: add LATC supportMarek Olšák2011-03-089-4/+472
* r600g: set start instance correctlyChristian König2011-03-081-1/+1
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-0811-54/+54
* r300g: use pipelined transfers for RGTC texturesMarek Olšák2011-03-081-1/+2
* llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul2011-03-071-0/+5
* softpipe: clamp texcoords in sample_compare()Philip Taylor2011-03-071-24/+30
* st/glx: whitespace, 80-column fixesBrian Paul2011-03-071-35/+50
* r600g: Simplify some swizzle lookups.Henri Verbeet2011-03-071-75/+14
* r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet2011-03-072-1/+2
* r600g: use long long integers for instance addr calculationChristian König2011-03-061-1/+1
* pb: Add is_buffer_busy for malloc buffers.José Fonseca2011-03-061-1/+10