summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix some comments in p_state.hBrian Paul2012-02-151-3/+3
* llvmpipe: fix fogcoord writing (v2)Dave Airlie2012-02-151-4/+12
* st/vdpau: fix a small memory leakChristian König2012-02-141-0/+5
* vl: fix low strength denoise filterChristian König2012-02-143-7/+7
* r600g: fix tiling with cayman and virtual memoryJerome Glisse2012-02-141-10/+28
* r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2012-02-142-2/+24
* r600g: consolidate set_blend_color codeMarek Olšák2012-02-144-40/+23
* r600g: consolidate more translate functionsMarek Olšák2012-02-144-140/+74
* r600g: inline r600_translate_ds_funcMarek Olšák2012-02-142-16/+4
* r600g: remove unused variableMarek Olšák2012-02-141-2/+0
* r600g: consolidate some translate functionsMarek Olšák2012-02-144-84/+44
* Revert "r600g: don't advertise integer textures without GLSL 1.3"Marek Olšák2012-02-142-8/+0
* r600g: don't advertise integer textures without GLSL 1.3Marek Olšák2012-02-142-0/+8
* gallivm: Replace architecture test with PIPE_ARCH_*Stéphane Marchesin2012-02-121-4/+6
* i915g: Remove useless draw calls.Stéphane Marchesin2012-02-123-41/+2
* i915g: Add a way to profile the contents of command buffers.Stéphane Marchesin2012-02-121-0/+12
* i915g: Fix comments.Stéphane Marchesin2012-02-121-2/+2
* i915g: Don't emit state when it's already bound.Stéphane Marchesin2012-02-121-0/+32
* i915g: Remove unused poly stipple state.Stéphane Marchesin2012-02-122-54/+0
* i915g: Implement stipple with draw.Stéphane Marchesin2012-02-122-1/+5
* i915g: Fix comment.Stéphane Marchesin2012-02-121-1/+1
* i915g: Move ureg defines to the header so we can share them.Stéphane Marchesin2012-02-122-32/+32
* i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin2012-02-124-9/+31
* r300g: always fail to create a multisample resourceMarek Olšák2012-02-121-0/+3
* 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