summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: use the draw-module's sprite stage depending on FS inputsBrian Paul2011-11-031-1/+23
* svga: pass fragment shader to draw moduleBrian Paul2011-11-033-0/+12
* svga: implement generic variable index remappingBrian Paul2011-11-039-21/+165
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-032-0/+4
* r300g: force buffer placements to GTT on big endian machinesMarek Olšák2011-11-031-0/+6
* state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2011-11-033-2/+109
* state_trackers/vdpau: Add mpeg4 part2 to PipeToProfile and ProfileToPipeMaarten Lankhorst2011-11-031-0/+8
* state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst2011-11-032-20/+105
* state_trackers/vdpau: Test if profile is supported first before trying to cre...Maarten Lankhorst2011-11-031-0/+12
* state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst2011-11-032-0/+2
* state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2011-11-033-2/+40
* g3dvl: remove some stale variable incrementChristian König2011-11-031-1/+1
* r600g: more integer supportDave Airlie2011-11-032-23/+37
* libgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32's .DEF semantics.José Fonseca2011-11-031-1/+1
* 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