summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g: assert-fail when calling resource_resolveMarek Olšák2012-02-121-0/+3
* gallium/xvmc: r300 and r600 now depend on libdrm_radeonAlex Deucher2012-02-112-2/+2
* gallivm: Change getExtent and readByte to non-const with llvm-3.1.Vinson Lee2012-02-101-0/+8
* r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher2012-02-101-0/+10
* r600g: fix tex tile_type offset for caymanAlex Deucher2012-02-102-1/+7
* st/wgl: refactor stw_pixelformat_init()Brian Paul2012-02-101-58/+51
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-106-16/+109
* st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca2012-02-101-1/+2
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-106-21/+26
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* st/vdpau: use matrix filter to blur/sharpen videoChristian König2012-02-103-7/+81
* vl: add a matrix/convolution filterChristian König2012-02-103-0/+379
* st/vdpau: use median filter for noise reductionChristian König2012-02-103-60/+248
* vl: add a median filter for noise reductionChristian König2012-02-103-0/+469
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-0918-14/+50
* r600g: fix handling of outputs as TEX addr sourcesChristian König2012-02-081-1/+2
* gallium/gbm: r300 and r600 now depend on libdrmTobias Droste2012-02-071-0/+2
* r600g: remove unused vars to silence warningsBrian Paul2012-02-071-2/+0
* radeon: only init surface manage on r600Dave Airlie2012-02-071-4/+8
* scons: r300/r600 now depends on libdrm.José Fonseca2012-02-075-38/+44
* util: fix typo in debug_printf_once commentBrian Paul2012-02-061-1/+1
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-0622-133/+830
* st/vdpau: use dst surface size if clip width/height is zeroChristian König2012-02-061-2/+2
* st/vdpau: implement vlVdpOutputSurfaceQueryCapabilitiesChristian König2012-02-061-2/+36
* nv50: fix bad assertion on Elements(phi->src) in regallocChristoph Bumiller2012-02-061-1/+1
* vl: add VL_MAX_SURFACES defineChristian König2012-02-063-2/+4
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-069-44/+44
* vl: prefix size defines with VL_Christian König2012-02-067-64/+65
* vl: remove assert on unknown video profileChristian König2012-02-061-1/+0
* st/xvmc: respect caps when creating video buffersChristian König2012-02-061-0/+6
* st/vdpau: use interlacing capabilitiesChristian König2012-02-062-1/+15
* st/vdpau: implement uploads to interlaced video buffersChristian König2012-02-061-21/+27
* vl: add interlacing capabilitiesChristian König2012-02-066-1/+34
* vl: add a simple weave deinterlacerChristian König2012-02-062-33/+173
* vl/video_buffer: fix interlaced surface orderingChristian König2012-02-061-7/+13
* vl/video_buffer: fix height of interlaced video buffersChristian König2012-02-061-2/+8
* draw: fix fog coord export.Dave Airlie2012-02-041-1/+6
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2012-02-031-2/+6
* llvmpipe: clear storage for newly allocated resourcesKeith Whitwell2012-02-031-2/+20
* gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate eventsVille Syrjala2012-02-031-13/+17
* gallium/postprocess: move declarations before codeBrian Paul2012-02-021-2/+1
* gallium/postprocess: Just to be safe, reference all buffers from outsideLauri Kasanen2012-02-021-0/+10
* gallium/postprocess: Fix depth logicLauri Kasanen2012-02-024-11/+4
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-023-3/+3
* gallivm: Fix LLVM-2.7 build.ojab2012-02-021-4/+6
* gallivm: Remove MSVC RT hack.José Fonseca2012-02-021-14/+0
* svga: fix a crash happening before setting fragment shaders.Zack Rusin2012-02-011-1/+2
* st-api: fix typos, whitespace, line wrappingBrian Paul2012-02-011-6/+6
* nv50: add assertions missed in earlier nv50 commitBrian Paul2012-02-012-0/+2
* nv50: use larger arrays to silence warnings and fix buffer overflowsBrian Paul2012-02-012-2/+2