aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: inline r600_blit_push_depth and use resource_copy_regionMarek Olšák2012-06-253-18/+11
* r600g: split flushed depth texture creation and flushingMarek Olšák2012-06-255-16/+34
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-254-24/+22
* svga: init pointer to NULL to silence MSVC warningBrian Paul2012-06-221-1/+1
* clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2012-06-221-1/+1
* draw: Handle the case when there isn't a fragment shader.Olivier Galibert2012-06-221-10/+17
* r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard2012-06-213-101/+30
* r600g: Enable reusing of compute stateTom Stellard2012-06-211-6/+9
* r600g: Fix reading vtx instruction offset from bytestreamTom Stellard2012-06-211-1/+1
* radeon/llvm: Turn on the BitExtract peephole optimizationTom Stellard2012-06-212-5/+32
* radeon/llvm: Lower ROTL to BIT_ALIGNTom Stellard2012-06-216-1/+54
* radeon/llvm: Use the VLIW Scheduler for R600->NITom Stellard2012-06-2112-8/+75
* automake: Convert src/gallium/Makefile to automake.Eric Anholt2012-06-213-12/+23
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-213-3/+0
* nv50: fix buffer reuse issuesMarcin Slusarz2012-06-202-0/+18
* st/vdpau: use template size as default for source_rect.Christian König2012-06-201-3/+10
* st/vdpau: clear Cb&Cr with 0.5fChristian König2012-06-201-2/+5
* llvmpipe: Add vertex id support.Olivier Galibert2012-06-194-19/+42
* llvmpipe: Simplify and fix system variables fetch.Olivier Galibert2012-06-194-78/+33
* draw: fix flat shading and screen-space linear interpolation in clipperOlivier Galibert2012-06-191-31/+113
* softpipe: Offset is not to be applied to the layer parameter of array texture...Olivier Galibert2012-06-191-2/+2
* r600g: fix z/stencil texture creation v2Jerome Glisse2012-06-191-15/+17
* radeon/llvm: Fix CR/LF in Processors.tdTörök Edwin2012-06-191-17/+17
* radeon/llvm: Fix sin/cos codegen on R700Török Edwin2012-06-191-19/+24
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-1910-2/+12
* scons: Do not build svga if using Solaris Studio C compiler.Vinson Lee2012-06-182-0/+8
* radeon/llvm: Update comment in AMDGPU.tdTom Stellard2012-06-181-2/+3
* radeon/llvm: Remove unused AMDIL TableGen definitonsTom Stellard2012-06-1818-6140/+26
* radeon/llvm: Eliminate getRegClassFromType() functionTom Stellard2012-06-181-42/+1
* radeon/llvm: Remove deadcode from AMDILISelLowering.cppTom Stellard2012-06-184-1687/+0
* gallium: Add support for Solaris Studio C++ compiler.Vinson Lee2012-06-181-1/+5
* llvmpipe: Implement cylindrical wrapping.James Benton2012-06-183-4/+82
* st/glx: Do not undefine _R, _G, and _B.Vinson Lee2012-06-181-3/+0
* svga: fix synchronization bug between sampler views and surfacesBrian Paul2012-06-181-0/+5
* draw: Ensure that the vertex_header type size matches expectation.José Fonseca2012-06-181-0/+3
* r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2012-06-175-11/+16
* i915g: More ops commute.Stéphane Marchesin2012-06-152-6/+22
* r600g: fix lockups with streamout on r7xxMarek Olšák2012-06-152-0/+15
* r600g: compute CS space for streamout correctly, add commentsMarek Olšák2012-06-151-6/+7
* r600g: set SMX_ACTION_ENA to fix streamout cache flushes on some chipsetsMarek Olšák2012-06-151-1/+2
* clover: Fix build with LLVM libs installed to non-standard directoriesAlexey Shvetsov2012-06-151-0/+1
* gallium: Add TGSI_OPCODE_F2U to gallivm backend.Paul Berry2012-06-151-0/+13
* winsys/radeon: enable IB submission to compute rings v2Christian König2012-06-154-8/+16
* winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroyMaarten Lankhorst2012-06-151-1/+0
* nv50,nvc0: fix stream output target buffer leakMarcin Slusarz2012-06-142-0/+2
* nv50: disable stream output before reconfiguring itChristoph Bumiller2012-06-141-2/+2
* nv50/ir: handle NEG,ABS modifiers for short RCP encodingChristoph Bumiller2012-06-141-0/+2
* st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König2012-06-141-2/+27
* svga: make svga_surface_needs_propagation() surface constBrian Paul2012-06-142-3/+3
* svga: add svga_surface_const() cast wrapperBrian Paul2012-06-141-0/+8