summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-1616-109/+62
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-166-0/+12
* r300: move the final sources list to Makefile.sourcesEmil Velikov2013-11-162-12/+15
* r300: add symlink to ralloc.c and register_allocate.cEmil Velikov2013-11-163-3/+5
* freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr2013-11-166-66/+36
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* trace: Dump user_buffer members.José Fonseca2013-11-151-0/+2
* radeonsi: add support for Hawaii asics (v2)Alex Deucher2013-11-153-0/+15
* llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger2013-11-141-2/+4
* llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger2013-11-141-2/+1
* softpipe: (trivial) fix debug codeRoland Scheidegger2013-11-141-15/+10
* llvmpipe: clean up state setup code a bitRoland Scheidegger2013-11-141-115/+59
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-141-2/+2
* nvc0: release 3d bufctx after drawingBen Skeggs2013-11-131-0/+3
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-121-11/+15
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-121-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-121-2/+2
* radeonsi/compute: Add Sea Islands supportTom Stellard2013-11-111-3/+12
* r600/llvm: Store inputs in function argumentsVincent Lejeune2013-11-113-0/+121
* svga: improve loops over color buffersBrian Paul2013-11-116-10/+20
* svga: document magic number of 8 render targets per batchBrian Paul2013-11-111-1/+13
* r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2013-11-072-0/+9
* svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul2013-11-071-5/+4
* svga: return true for the PIPE_CAP_SM3 queryBrian Paul2013-11-071-1/+3
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-077-37/+102
* r600/compute: silence unused var warningFabio Pedretti2013-11-061-1/+0
* r600/llvm: Fix isampleBuffer on preEGVincent Lejeune2013-11-061-1/+14
* r600/llvm: Fix texbuf for pre EG genVincent Lejeune2013-11-061-0/+29
* r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2013-11-042-2/+9
* radeonsi: implement ARB_vertex_type_2_10_10_10_revMarek Olšák2013-11-041-0/+7
* r600g,radeonsi: properly expose texture buffer formatsMarek Olšák2013-11-043-9/+24
* radeonsi: implement texture buffer objectsMarek Olšák2013-11-043-54/+137
* radeonsi: report our border color behaviorMarek Olšák2013-11-041-1/+3
* radeonsi: bind a dummy constant buffer in place of NULL buffersMarek Olšák2013-11-043-0/+29
* radeonsi: implement uniform buffer objectsMarek Olšák2013-11-044-31/+41
* radeonsi: try to fix IA_MULTI_VGT_PARAM programmingMarek Olšák2013-11-043-2/+8
* freedreno/a3xx/texture: min/max lodRob Clark2013-11-011-5/+3
* freedreno/a3xx: update envytools headersRob Clark2013-11-014-8/+22
* freedreno/a3xx: fix VS out / FS in linkingRob Clark2013-11-013-7/+47