aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand2011-11-021-2/+4
* r300g: Fix queries on big endian hosts.Michel Dänzer2011-11-021-1/+2
* gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer2011-11-021-0/+13
* gallium/dri: Remove references to vblank.José Fonseca2011-11-022-7/+0
* Fix gallium dri compile and a merge conflictKristian Høgsberg2011-11-023-9/+1
* svga: Tag cursors with the scanout hintJakob Bornecrantz2011-11-021-2/+3
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-022-4/+2
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-022-4/+2
* dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg2011-11-023-5/+4
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-18/+1
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-021-1/+0
* st/dri/sw: add get_image inline helper similar to put_imageGeorge Sapountzis2011-11-021-4/+16
* st/dri/sw: Fix incorrect castBenjamin Franzke2011-11-021-1/+1
* st/dri/sw: Implement texture_from_pixmapBenjamin Franzke2011-11-024-5/+60
* Revert "Duplicate state_tracker/dri/sw/dri_drawable.c"Benjamin Franzke2011-11-021-269/+1
* Revert "state_trackers/dri/sw: Implement texture_from_pixmap."Benjamin Franzke2011-11-021-43/+7
* r600g: add comment about special shader exportsAlex Deucher2011-11-021-0/+32
* r600g: take into account PSIZE output for spi mappingVadim Girlin2011-11-021-3/+6
* svga: Update state prototypes to return pipe_error.José Fonseca2011-11-026-25/+36
* postprocess: remove const qualifiers on unsigned int parametersBrian Paul2011-11-011-2/+2
* st/xa: Add a scanout flag for surfacesThomas Hellstrom2011-11-012-1/+14
* llvmpipe: Re-advertise support for stencil formats...José Fonseca2011-11-011-5/+6
* llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca2011-11-013-15/+21
* svga: Fix potential buffer overflow in rs draw state.José Fonseca2011-10-314-13/+19
* llvmpipe: Remove unsed variables.José Fonseca2011-10-312-6/+1
* util: Add missing initializer.José Fonseca2011-10-311-1/+1
* svga: Flush the hwtnl primitives before writing to buffers.José Fonseca2011-10-315-4/+62
* st/xa: Plug a pipe context leak.Thomas Hellstrom2011-10-311-0/+2
* pipebuffer/debug: Fix a recursive mutex lockThomas Hellstrom2011-10-311-6/+3
* llvmpipe: fix a crash in non-SSE pathChia-I Wu2011-10-301-1/+1
* r600g: reset the render condition to NULL when rendering unconditionallyMarek Olšák2011-10-301-1/+5
* r600g: shortcut ctx->screen->ws to ctx->wsMarek Olšák2011-10-305-12/+15
* r600g: Replace needless flush in texture upload.Mathias Fröhlich2011-10-291-1/+1
* r600g: remove one pointless flushMarek Olšák2011-10-293-25/+4
* implement WGL_ARB_create_contextMorgan Armand2011-10-285-7/+166
* r600g: get backend mask after the context is fully set upMarek Olšák2011-10-283-4/+2
* u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-11/+31
* u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-4/+18
* u_format: Fix bitshifting for unpacking from 10F.Eric Anholt2011-10-281-2/+2
* u_format: Fix bit definition of UF10_MANTISSA_BITS.Eric Anholt2011-10-281-1/+1
* r600g: don't flush before reading query resultsMarek Olšák2011-10-281-5/+0
* r600g: only maintain the list of active queriesMarek Olšák2011-10-284-32/+19
* r600g: cleanup r600_query_resultMarek Olšák2011-10-281-9/+6
* r600g: don't flush in r600_get_backend_maskMarek Olšák2011-10-281-3/+0
* r600g: remove redundant variable r600_query::buffer_sizeMarek Olšák2011-10-282-15/+17
* r300g: remove useless codeMarek Olšák2011-10-284-22/+3