aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xorg: port to new compat API.Dave Airlie2012-06-068-63/+162
* translate_test: add support for half floatsBrian Paul2012-06-061-0/+8
* radeon/llvm: Remove obselete hooks for the ConvertToISA passTom Stellard2012-06-066-87/+1
* radeon/llvm: Remove AMDIL MOVE* instructionsTom Stellard2012-06-065-20/+2
* radeon/llvm: Add isMov() to AMDILInstrInfoTom Stellard2012-06-066-11/+34
* radeon/llvm: Remove deadcode from the AMDILISelLowering classTom Stellard2012-06-062-203/+0
* radeon/llvm: Don't lower RETURN to S_ENDPGM on SITom Stellard2012-06-062-1/+4
* radeon/llvm: Remove AMDIL VCREATE* instructionsTom Stellard2012-06-068-97/+12
* radeon/llvm: Remove AMDIL LOADCONST* instructionsTom Stellard2012-06-0613-322/+33
* nouveau: fix scratch buffer leakMarcin Slusarz2012-06-054-3/+15
* nv50: fix nv50_stream_output_state leakMarcin Slusarz2012-06-051-0/+3
* nv50: fix symbol table memory leakMarcin Slusarz2012-06-051-0/+3
* radeon/llvm: Fix VTX_READ patternsTom Stellard2012-06-013-4/+33
* radeon/llvm: Emit 2 bytes for vertex fetch offsetsTom Stellard2012-06-012-1/+3
* radeon/llvm: Only use indirect (vertex fetch) parameters for kernelsTom Stellard2012-06-011-2/+6
* radeon/llvm: Eliminate CFGStructurizer dependency on AMDIL instructionsTom Stellard2012-06-0111-41/+124
* radeon/llvm: Change prefix on tablegen files to AMDGPUTom Stellard2012-06-0117-50/+50