summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Add optimization for FP_ROUNDTom Stellard2012-09-212-0/+27
* radeon/llvm: Replace AMDGPU pow intrinsic with the llvm versionTom Stellard2012-09-214-7/+26
* llvmpipe: fix overflow bug in total texture size computationBrian Paul2012-09-201-2/+16
* r600g/llvm: rs780/rs880 are r600 asicsAlex Deucher2012-09-201-2/+2
* r300/compiler: Use precomputed q values in the register allocatorTom Stellard2012-09-191-1/+69
* r300g: Init regalloc state during context creationTom Stellard2012-09-198-155/+204
* r300/compiler: Don't create register classes for inputsTom Stellard2012-09-191-14/+1
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-191-1/+1
* r600g: Invalidate texture cache when creating vertex buffers for compute v2Tom Stellard2012-09-191-1/+3
* r600g: Use LOOP_START_DX10 for loopsTom Stellard2012-09-193-2/+11
* r600g: Set the correct value of COLOR*_DIM for RATsTom Stellard2012-09-191-2/+2
* r600g: Make sure to initialize DB_DEPTH_CONTROL register for computeTom Stellard2012-09-191-1/+3
* r600g: Add some comments and debug printfs to compute codeTom Stellard2012-09-192-5/+53
* r600g: Add missing break to case statementTom Stellard2012-09-191-0/+1
* radeon/llvm: Emit ISA for ALU instructions in the R600 code emitterMichal Sciubidlo2012-09-1910-167/+359
* radeon/llvm: Only support 512 constant registers on R600Tom Stellard2012-09-191-1/+1
* radeon/llvm: Add a fdiv pattern.Vincent Lejeune2012-09-181-3/+10
* radeon/llvm: reserve also corresponding 128bits regVincent Lejeune2012-09-181-0/+1
* softpipe: implement the new can_create_resource() functionBrian Paul2012-09-172-5/+29
* llvmpipe: implement the new can_create_resource() functionBrian Paul2012-09-171-5/+23
* llvmpipe: set max cube texture size to 4K x 4KBrian Paul2012-09-172-1/+2
* radeon/llvm: Inital flow control support for SITom Stellard2012-09-177-2/+168
* r600g: Close a memory leak of llvm byte streamsXinya Zhang2012-09-171-0/+1
* radeon/llvm: Fix unused variable warningTom Stellard2012-09-171-1/+0
* radeon/llvm: Move kernel arg lowering into R600TargetLowering classTom Stellard2012-09-176-470/+35
* radeon/llvm: Match integer add/sub for SI.Michel Dänzer2012-09-171-2/+8
* radeon/llvm: Complete integer comparison patterns for SI.Michel Dänzer2012-09-171-4/+12
* radeon/llvm: Match AMDGPUfract on SI.Michel Dänzer2012-09-171-1/+3
* radeon/llvm: Match int_AMDGPU_floor for SI.Michel Dänzer2012-09-171-1/+3
* radeon/llvm: Match vector logical operations on SI.Michel Dänzer2012-09-171-3/+9
* softpipe: update SP_MAX_TEXTURE_3D_LEVELS commentBrian Paul2012-09-161-1/+1
* radeon/llvm: Support frint on SIChristian König2012-09-141-1/+3
* r600g: consolidate decompression code for the blitterMarek Olšák2012-09-141-29/+37
* r600g: do not require MSAA renderbuffer support if not asked forMarek Olšák2012-09-142-16/+4
* r300g: fix colormask with non-BGRA formatsMarek Olšák2012-09-144-31/+160
* r600g: reduce quant mode on evergreen+Alex Deucher2012-09-131-1/+1
* radeonsi: don't use a staging resource for large transfersMarek Olšák2012-09-131-10/+0
* r600g: don't use a staging resource for large transfersMarek Olšák2012-09-131-10/+0
* r600g: convert the remnants of VGT state into immediate register writes/atoms v4Marek Olšák2012-09-138-57/+65
* r600g: emit the primitive type and associated regs only if the type is changedMarek Olšák2012-09-135-48/+38
* r600g: add clip_misc_state for clip registers emitted in draw_vboMarek Olšák2012-09-138-22/+44
* r600g: fix computing how much space is needed for a draw commandMarek Olšák2012-09-132-6/+12
* r600g: fix the number of CS dwords of cb_misc_stateMarek Olšák2012-09-132-2/+2
* r600g: atomize clip stateMarek Olšák2012-09-136-148/+38
* r600g: atomize blend colorMarek Olšák2012-09-136-27/+25
* r600g: atomize viewport stateMarek Olšák2012-09-137-40/+28
* r600g: atomize stencil ref stateMarek Olšák2012-09-137-51/+56
* r600g: remove unused state ID definitionsMarek Olšák2012-09-131-8/+0
* r600g: initialize the first CS just like any other CSMarek Olšák2012-09-136-26/+24
* r600g: add support for geometry shader samplers and constant buffersMarek Olšák2012-09-135-1/+52