summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: fix comment typoBrian Paul2012-06-141-1/+1
* rbug: fix make process on Linux Mint 13 x64.Aaron Watry2012-06-1412-20/+20
* util: add some comments, fix indentationBrian Paul2012-06-131-1/+5
* radeonsi: Don't always re-compile shaders after they're bound.Michel Dänzer2012-06-121-6/+1
* st/xorg: Fix crash on startup.Dave Airlie2012-06-121-4/+11
* radeonsi: Use linear instead of constant interpolation for now.Michel Dänzer2012-06-122-4/+22
* radeonsi: Handle SUB_f32.Thomas Stellard2012-06-122-2/+3
* radeonsi: Only dump shaders with environment variable RADEON_DUMP_SHADERS=1.Michel Dänzer2012-06-122-9/+20
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-1113-37/+1
* i915g: Fix depth/stencil glClearMichael Karcher2012-06-101-6/+5
* gallivm: Fix calculating rho for 3d textures for the single-quad caseRoland Scheidegger2012-06-081-2/+1
* radeon/llvm: Emulate RECIP_UINT instruction on CaymanTom Stellard2012-06-062-4/+13
* radeon/llvm: Remove some duplicate code in the R600 CodeEmitterTom Stellard2012-06-061-9/+3
* radeon/llvm: Fix MULLO* instructions on CaymanTom Stellard2012-06-064-14/+53
* r600g: Compute support for CaymanTom Stellard2012-06-065-66/+95