summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* vc4: Actually clear the context's dirty flags.Eric Anholt2014-10-101-0/+1
* vc4: Optimize the other case of SEL_X_Y wih a 0 -> SEL_X_0(a).Eric Anholt2014-10-101-1/+23
* vc4: Optimize out adds of 0.Eric Anholt2014-10-091-0/+26
* vc4: Optimize fmul(x, 0) and fmul(x, 1).Eric Anholt2014-10-091-0/+45
* vc4: Factor out the turn-it-into-a-mov in opt_algebraic.Eric Anholt2014-10-091-10/+12
* vc4: Eliminate unused texture instructions.Eric Anholt2014-10-091-1/+21
* vc4: Dead code eliminate unused SF instructions.Eric Anholt2014-10-091-7/+26
* vc4: Prevent copy propagating out the MOVs from r4.Eric Anholt2014-10-091-1/+11
* vc4: Split the coordinate shader to its own vc4_compiled_shader.Eric Anholt2014-10-093-89/+54
* vc4: Add #defines for the texture uniform fields.Eric Anholt2014-10-092-19/+113
* vc4: Initialize undefined temporaries to 0.Eric Anholt2014-10-091-1/+6
* r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM buffersMichel Dänzer2014-10-091-1/+3
* vc4: Optimize SF(ITOF(x)) -> SF(x).Eric Anholt2014-10-091-0/+16
* vc4: Add some optimization of FADD(FSUB(0, x)).Eric Anholt2014-10-091-0/+31
* vc4: Mostly fix offset calculation for NPOT mipmap levels.Eric Anholt2014-10-092-3/+23
* vc4: Move the mirrored kernel code to a kernel/ directory.Eric Anholt2014-10-0911-258/+382
* vc4: Enable LIT lowering in TGSI instead of our own code.Eric Anholt2014-10-081-35/+1
* vc4: Fix scalar math opcodes to replicate their result from the X channel.Eric Anholt2014-10-081-4/+16
* ilo: fix rectlist on GEN7+Chia-I Wu2014-10-091-0/+3
* vc4: Add support for two-sided color.Eric Anholt2014-10-082-18/+51
* vc4: Enable POW lowering in TGSI instead of our own code.Eric Anholt2014-10-081-11/+1
* vc4: Enable DP lowering in TGSI instead of our own code.Eric Anholt2014-10-081-41/+3
* vc4: Start using tgsi_lowering for opcodes we haven't supported before.Eric Anholt2014-10-081-1/+15
* vc4: Set unused raddr fields to QPU_R_NOP.Eric Anholt2014-10-081-16/+27
* vc4: Abstract out the field-merging logic for instructions.Eric Anholt2014-10-081-11/+17
* r600: Use DMA transfers in r600_copy_global_bufferNiels Ole Salscheider2014-10-072-17/+43
* radeonsi: Use dummy pixel shader if compilation of the real shader failedMichel Dänzer2014-10-073-7/+22
* ilo: let shaders determine surface countsChia-I Wu2014-10-069-202/+267
* ilo: let shaders determine sampler countsChia-I Wu2014-10-0413-87/+98
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-048-15/+15
* radeonsi: set number of userdata SGPRs of GS copy shader to 4Marek Olšák2014-10-043-10/+23
* radeonsi: pass the GS shader directly to si_generate_gs_copy_shaderMarek Olšák2014-10-041-3/+3
* radeonsi: set LLVMByValAttribute for all descriptor arraysMarek Olšák2014-10-041-10/+7
* radeonsi: make the vertex shader key smallerMarek Olšák2014-10-041-1/+2
* radeonsi: don't flush shader caches when building PM4 shader statesMarek Olšák2014-10-041-8/+0
* radeonsi: remove interp_at_sample from the key, use TGSI_INTERPOLATE_LOC_SAMPLEMarek Olšák2014-10-043-5/+2
* radeonsi: move geometry shader properties from si_shader to si_shader_selectorMarek Olšák2014-10-044-29/+38
* radeonsi: always compile shaders on demandMarek Olšák2014-10-041-13/+3
* radeonsi: remove unused variable si_shader::gs_input_primMarek Olšák2014-10-042-3/+0
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-044-9/+14
* radeonsi: get fs_write_all from tgsi_shader_info directlyMarek Olšák2014-10-043-16/+3
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-044-68/+27
* radeonsi: get tgsi_shader_info only once before compilationMarek Olšák2014-10-043-21/+16
* radeonsi: fix CS tracing and remove excessive CS dumpingMarek Olšák2014-10-043-35/+25
* gk110/ir: add dnz flag emission for fmul/fmadIlia Mirkin2014-10-031-0/+4
* gm107/ir: add dnz emission for fmulIlia Mirkin2014-10-031-1/+1
* freedreno: query fixesRob Clark2014-10-033-8/+13
* freedreno/a3xx: handle VS only outputting BCOLORRob Clark2014-10-031-2/+10
* freedreno/ir3: fix lockups with lame FRAG shadersRob Clark2014-10-034-6/+17
* freedreno/ir3: add TXF supportIlia Mirkin2014-10-021-1/+39