summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-15nvc0: try to swap immediates to first source tooChristoph Bumiller1-0/+7
2011-01-15nvc0: make sure all sources of the BIND op are distinctChristoph Bumiller3-0/+45
2011-01-15nvc0: update user vbufs on each draw callChristoph Bumiller4-37/+119
2011-01-15nvc0: enable early fragment tests where possibleChristoph Bumiller3-2/+13
2011-01-15nvc0: upload small buffers through the command bufferChristoph Bumiller1-0/+6
2011-01-14r600g: compiler helper opcode fixes for evergreenAlex Deucher2-120/+269
2011-01-14r600g: pass r600_bc to some addition compiler helper functionsAlex Deucher1-55/+62
2011-01-14r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.Vinson Lee1-0/+2
2011-01-14r600g: add more missing instructions to r600_bc_get_num_operandsChristian König1-1/+5
2011-01-13r600g: Move declaration before code in r600_asm.c.Vinson Lee1-1/+3
2011-01-13r600g: rework literal handlingChristian König5-277/+151
2011-01-13r600g: merge alu groupsChristian König2-37/+150
2011-01-13r600g: implement replacing gpr with pv and psChristian König3-5/+63
2011-01-13r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König1-0/+1
2011-01-13r600g: rework bank swizzle codeChristian König2-183/+174
2011-01-13r600g: fix alu slot assignmentChristian König1-15/+167
2011-01-13r600g: optimize away CF ALU instructions even if type doesn't matchChristian König1-3/+16
2011-01-13nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller4-19/+42
2011-01-13r600g: Silence uninitialized variable warnings.Vinson Lee1-4/+4
2011-01-13nvc0: disable calling of sw methods we don't implementBen Skeggs1-0/+4
2011-01-13nvc0: fix mp_stack_bo relocationBen Skeggs1-2/+2
2011-01-12noop: change var type to silence warningBrian Paul1-1/+1
2011-01-12r600g: also look at tex inst when for maximum gpu countChristian König1-1/+7
2011-01-12r600g: implement output modifiers and use them to further optimize LRPChristian König4-0/+33
2011-01-12r600g: use special constants for 0, 1, -1, 1.0f, 0.5f etcChristian König1-12/+44
2011-01-12r600g: optimize temp register handling for LRPChristian König1-34/+38
2011-01-12r600g: optimize away CF_INST_POPChristian König3-3/+29
2011-01-12r600g: make dumping of shaders an optionChristian König1-4/+14
2011-01-12r600g: fix alu dumpingChristian König1-19/+13
2011-01-12r600g: improve r600_bc_dumpChristian König1-28/+131
2011-01-12r600g: texture instructions also work fine with TGSI_FILE_INPUTChristian König1-1/+3
2011-01-12r600g: DP4 also supports writemaskingChristian König1-8/+6
2011-01-12r600g: Why all this fiddling with tgsi_helper_copy?Christian König1-21/+41
2011-01-12r600g: fix tex and vtx joiningChristian König1-2/+2
2011-01-11r600g: Fixed SIN/COS/SCS for the case where the operand is a literal.Tilman Sauerbeck1-2/+15
2011-01-11r600g: move user fence into base radeon structureJerome Glisse1-3/+0
2011-01-10r300g: add debug option for buffer upload loggingMarek Olšák3-0/+9
2011-01-09noop: make noop useable like trace or rbugJerome Glisse2-47/+35
2011-01-09r300g: do not upload the same user buffer several timesMarek Olšák1-1/+3
2011-01-09nvc0: implement queriesChristoph Bumiller10-23/+432
2011-01-09i965g: fix warningsDave Airlie2-2/+1
2011-01-09i965g: update intel_decode from upstream.Dave Airlie4-137/+432
2011-01-09i965g: update disassembler code from classic.Dave Airlie8-34/+95
2011-01-09i965g: update brw_defines.h from classic driverDave Airlie3-37/+397
2011-01-09i965g: update brw_structs.h from classic driver.Dave Airlie3-88/+288
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie33-151/+173
2011-01-09r300g: fix crash when flushing ZMASKMarek Olšák5-92/+81
2011-01-08nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller2-6/+5
2011-01-08nvc0: fix primitive restart in immediate modeChristoph Bumiller2-9/+18
2011-01-08r300g: fix a surface leak when flushing ZMASKMarek Olšák1-0/+1