swr/rast: Fix GATHERPS to avoid assertions.
[mesa.git] / src / gallium / drivers /
2018-02-16 George Kyriazisswr/rast: Fix GATHERPS to avoid assertions.
2018-02-16 George Kyriazisswr/rast: More precise user clip distance interpolation
2018-02-16 George Kyriazisswr/rast: Cull prims when all verts have negative clip...
2018-02-16 George Kyriazisswr/rast: whitespace and comment cleanup
2018-02-16 George Kyriazisswr/rast: Fix invalid number of attributes
2018-02-16 George Kyriazisswr/rast: Add clipper stats.
2018-02-16 George Kyriazisswr/rast: Separate event types to public and private
2018-02-16 George Kyriazisswr/rast: Clean up event types and remove BE events
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2018-02-16 George Kyriazisswr/rast: Cleanup of mpPrivateContext in Builder
2018-02-16 George Kyriazisswr/rast: Remove some JIT debug code
2018-02-16 George Kyriazisswr/rast: Don't include private context in gather args
2018-02-16 George Kyriazisswr/rast: Cleanup knob definitions
2018-02-16 George Kyriazisswr/rast: Add missing parameter to a few gather functions
2018-02-16 Philipp Zabeletnaviv: add useful information to BO import errors
2018-02-16 Timothy Arceriradeonsi/nir: set TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL...
2018-02-16 Dave Airlievirgl: remap query types to hw support.
2018-02-15 Brian Paulsvga: replace gotos with else clauses
2018-02-15 Brian Paulsvga: s/unsigned/enum pipe_shader_type/
2018-02-15 Brian Paulsvga: move duplicated code for setting fillmode/flatsha...
2018-02-15 Brian Paulsvga: move svga_update_state() call in draw code
2018-02-15 Brian Paulsvga: call tgsi_scan_shader() for dummy shaders
2018-02-15 Karol Herbstnvc0: disable MS Images for sample_count == 1 on Maxwell
2018-02-14 Timothy Arceriradeonsi/nir: fix si_nir_load_tcs_varyings() for outputs
2018-02-14 Timothy Arceriradeonsi/nir: fix shader ballot return value bitsize
2018-02-14 Samuel Pitoisetac: remove nir_to_llvm_context from ac_nir_translate()
2018-02-14 Dave Airlier600: fix regression in gl_FragColor drawing
2018-02-14 Dave Airlier600: fix array spill if temp[0] is before all arrays
2018-02-14 Dave Airlievirgl: add ARB_sample_shading support.
2018-02-14 Dave Airlievirgl: add ARB_draw_indirect support.
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-13 Stéphane Marchesinvirgl: Support v2 caps struct (v2)
2018-02-13 Timothy Arceriradeonsi: make si_declare_compute_memory() more generic...
2018-02-12 Samuel Pitoisetac: remove unused parameters in abi::load_tess_coord()
2018-02-12 Samuel Pitoisetac: add load_sample_mask_in() to the ABI
2018-02-10 Rob Clarkfreedreno: small fix for flushing dependent batches
2018-02-10 Rob Clarkfreedreno/ir3: intra-block scheduling
2018-02-10 Rob Clarkfreedreno/ir3: "boost" the depth of if/else condition
2018-02-10 Rob Clarkfreedreno/ir3: account for arrays in delayslot calc
2018-02-10 Rob Clarkfreedreno/ir3: more clever legalize algorithm
2018-02-10 Rob Clarkfreedreno/ir3: track block predecessors
2018-02-10 Rob Clarkfreedreno/ir3: clean up dangling false-dep's
2018-02-10 Rob Clarkfreedreno/ir3: handle IMMED for mad 2nd src special...
2018-02-10 Rob Clarkfreedreno/ir3: remove ir3 phi instruction
2018-02-10 Rob Clarkfreedreno/ir3: remove lower_if_else pass
2018-02-10 Rob Clarkfreedreno/ir3: add experimental GCM pass
2018-02-10 Rob Clarkfreedreno/ir3: change opt passes
2018-02-10 Rob Clarkfreedreno/ir3: use peephole select pass
2018-02-10 Rob Clarkfreedreno/ir3: lower phi webs to regs
2018-02-10 Rob Clarkfreedreno/ir3: separate arrays from groups
2018-02-10 Rob Clarkfreedreno/ir3: make block/instruction serialno per...
2018-02-10 Rob Clarkfreedreno/ir3: add spirv support to cmdline compiler
2018-02-10 Rob Clarkfreedreno/ir3: don't lower fsat
2018-02-10 Rob Clarkfreedreno/ir3: add encoding/decoding for (sat) bit
2018-02-10 Rob Clarkfreedreno/ir3: extend liverange of arrays
2018-02-10 Rob Clarkfreedreno/ir3: avoid extra mov's for "arrays"
2018-02-10 Rob Clarkfreedreno/ir3: a couple more array fixes
2018-02-10 Rob Clarkfreedreno/ir3: keep array stores
2018-02-10 Rob Clarkfreedreno/ir3: propagate barrier information
2018-02-10 Rob Clarkfreedreno/ir3: remove pointless statement
2018-02-10 Rob Clarkfreedreno/ir3: some more debug prints
2018-02-10 Rob Clarkfreedreno/ir3: fix printing of relative branch offsets
2018-02-10 Rob Clarkfreedreno/ir3: be more clever with if/else jumps
2018-02-10 Rob Clarkfreedreno/ir3: avoid some spurious sync bits
2018-02-10 Rob Clarkfreedreno/ir3: print # of sync bits for shaderdb
2018-02-10 Rob Clarkfreedreno: add debug trace for flush
2018-02-09 Timothy Arcerist/radeonsi: enable disk cache for nir
2018-02-09 Timothy Arceriradeonsi: stop returning PIPE_SHADER_IR_NATIVE for...
2018-02-09 Timothy Arcerir600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER...
2018-02-09 Timothy Arcerir600: add PIPE_SHADER_IR_NATIVE to supported shaders...
2018-02-09 Timothy Arceriradeonsi/nir: add depth layout to scan pass
2018-02-09 Timothy Arceriradeonsi/nir: add FRAG_RESULT_COLOR to scan pass
2018-02-09 Timothy Arceriradeonsi/nir: gather some missing fs info
2018-02-09 Marek Olšákradeonsi: copy the NIR enablement debug bit to the...
2018-02-09 Gert Wollnyr600/sb: Check whether optimizations would result in...
2018-02-08 Glenn Kennardr600g: Implement spilling of temp arrays (v2)
2018-02-08 Dave Airlier600/sb: handle scratch mem reads on r600
2018-02-08 Glenn Kennardr600g/sb: Add dependency tracking for scratch ops
2018-02-08 Glenn Kennardr600g/sb: Support scratch ops
2018-02-08 Glenn Kennardr600g: Implement scratch buffer state management (v2)
2018-02-08 Glenn Kennardr600g: Add pending output function
2018-02-08 Glenn Kennardr600g: Support emitting scratch ops
2018-02-08 Dave Airlier600: fix texture gather swizzling.
2018-02-08 Samuel Pitoisetac: add ac_build_export_null() helper
2018-02-08 Scott D Phillipsmeson: Add build option for tools
2018-02-08 Dave Airlier600: implement tg4 integer workaround. (v2)
2018-02-08 Glenn Kennardr600: clean up initial shader register setup
2018-02-08 Roland Scheideggerr600: partly fix sampleMaskIn value
2018-02-08 Roland Scheideggerr600: clean up fragment shader input scan code
2018-02-08 Roland Scheideggerr600/cm: (trivial) code cleanup for emitting msaa state
2018-02-07 Dave Airlier600: fix rendering regression on r6/7 gpus
2018-02-07 Grazvydas Ignotasradeonsi: avoid int-to-pointer-cast warnings on 32bit
2018-02-07 Roland ScheideggerRevert "gallium: build ddebug, noop, rbug, trace as...
2018-02-07 Marek Olšákgallium: build ddebug, noop, rbug, trace as part of...
2018-02-06 Timothy Arceriradeonsi/nir: add nir support for compiling compute...
2018-02-06 Timothy Arceriac/radeonsi: add num_work_groups to the abi
2018-02-06 Timothy Arceriac/radeonsi: create ac_build_shader_clock() helper
2018-02-06 Timothy Arceriac/radeonsi: add load_local_group_size() to the abi
2018-02-06 Timothy Arceriradeonsi: add get_block_size() helper
next