st/nine: Move texture setting to nine_context_*
[mesa.git] / src / gallium /
2016-12-20 Axel Davyst/nine: Move texture setting to nine_context_*
2016-12-20 Axel Davyst/nine: Track changed.texture only for stateblocks
2016-12-20 Axel Davyst/nine: Move draw calls to nine_state
2016-12-20 Axel Davyst/nine: Move core of device clear to nine_state
2016-12-20 Axel Davyst/nine: Introduce nine_context
2016-12-20 Axel Davyst/nine: Implement WFOG properly
2016-12-20 Axel Davyst/nine: Fix ff texture coordinate selection
2016-12-20 Axel Davyst/nine: Convert redundant check to assert in ff ps
2016-12-20 Axel Davyst/nine: Fix two special cases in ff ps
2016-12-20 Axel Davyst/nine: Remove useless code in ff ps
2016-12-20 Axel Davyst/nine: Fix ff cases when stages should be disabled
2016-12-20 Axel Davyst/nine: Always initialize current in ff ps
2016-12-20 Axel Davyst/nine: Fix check for ff specular
2016-12-20 Axel Davyst/nine: Do not saturate illumination coefficients...
2016-12-20 Axel Davyst/nine: Fix ff COLOR0 w component computation
2016-12-20 Axel Davyst/nine: Fix specular enable for alpha
2016-12-20 Axel Davyst/nine: Ignore MULTISAMPLEMASK when RT is not multisampled
2016-12-20 Axel Davyst/nine: Add new driconf options to control DISCARD...
2016-12-20 Axel Davyst/nine: Rework buffer presentation path
2016-12-20 Axel Davyst/nine: Fix a leak in Swapchain dtor
2016-12-20 Axel Davyst/nine: Silent warnings with guid_str
2016-12-20 Axel Davyst/nine: Do not generate gallium NOP on d3d NOP
2016-12-20 Axel Davyst/nine: Fix leak in user constant upload path
2016-12-20 Axel Davyst/nine: Correctly release sw cursor image
2016-12-20 Axel Davyst/nine: Handle when cursor stride is not what is expected
2016-12-20 Axel Davyst/nine: Avoid crash on empty Draw*Up
2016-12-20 Axel Davyst/nine: Capture texturestage states in pixel stateblocks
2016-12-20 Axel Davyst/nine: Add missing changed states to pixel stateblocks
2016-12-20 Axel Davyst/nine: Add some debug info in stateblocks
2016-12-20 Axel Davyst/nine: Remove useless check in surface9 ctor
2016-12-20 Axel Davyst/nine: Fix bad light initialization in stateblocks
2016-12-20 Axel Davyst/nine: Remove unused ff.changed.group
2016-12-20 Axel Davyst/nine: Fix ps multisample check
2016-12-20 Axel Davyst/nine: Fix useless swapchain init checks
2016-12-20 Axel Davyst/nine: Don't update stream_usage_mask in sw path
2016-12-20 Axel Davyst/nine: Remove useless call to nine_update_state
2016-12-20 Axel Davyst/nine: Add validation to SetSamplerState
2016-12-20 Axel Davyst/nine: Improve doc of D3DPMISCCAPS_POSTBLENDSRGBCONVERT
2016-12-20 Axel Davygallium-docs: Add documentation for when using several...
2016-12-20 Axel Davygallium-docs: Add documentation for threading requirements
2016-12-19 Michel DänzerRevert "cso: don't release sampler states that are...
2016-12-19 Michel Dänzercso: Make sanitize_hash safe for samplers
2016-12-19 Michel Dänzercso: Store hash key in struct cso_sampler
2016-12-19 Michel Dänzercso: Optimize cso_save/restore_fragment_samplers
2016-12-19 Michel Dänzercso: Store pointers to struct cso_sampler in struct...
2016-12-19 Michel Dänzercso: Don't restore nr_samplers in cso_restore_fragment_...
2016-12-18 Rob Clarkfreedreno/a5xx: border color support
2016-12-18 Rob Clarkfreedreno/a5xx: use MRT0 to import linear zs
2016-12-18 Rob Clarkfreedreno: fdN_gmem_restore_format() is not gen specific
2016-12-18 Rob Clarkfreedreno/a5xx: cargo-cult end-batch sequence more...
2016-12-18 Rob Clarkfreedreno/a5xx: misc fix
2016-12-18 Rob Clarkfreedreno/a5xx: fix (at least some) vtx formats
2016-12-18 Rob Clarkfreedreno/a5xx: more formats
2016-12-18 Rob Clarkfreedreno/a5xx: fixup caps
2016-12-18 Rob Clarkfreedreno/a5xx: fix random faults on first sysmem draw
2016-12-18 Rob Clarkfreedreno: update generated headers
2016-12-18 Rob Clarkfreedreno/a5xx: fix stride/size for mem->gmem blits
2016-12-16 Bruce Cherniakswr: Implement fence attached work queues for deferred...
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-12 Tim Rowleyswr: [rasterizer core/memory] StoreTile: AVX512 progress
2016-12-12 Nicolai Hähnleradeonsi: shrink the GSVS ring to account for the reduc...
2016-12-12 Nicolai Hähnleradeonsi: shrink each vertex stream to the actually...
2016-12-12 Nicolai Hähnleradeonsi: use a single descriptor for the GSVS ring
2016-12-12 Nicolai Hähnleradeonsi: pack GS output components for each vertex...
2016-12-12 Nicolai Hähnleradeonsi: do not write non-existent components through...
2016-12-12 Nicolai Hähnleradeonsi: only write values belonging to the stream...
2016-12-12 Nicolai Hähnleradeonsi: generate an explicit switch instruction over...
2016-12-12 Nicolai Hähnleradeonsi: fetch only outputs of current vertex stream...
2016-12-12 Nicolai Hähnleradeonsi: only export from GS copy shader for vertex...
2016-12-12 Nicolai Hähnleradeonsi: do not export VS outputs from vertex streams...
2016-12-12 Nicolai Hähnleradeonsi: pull iteration over vertex streams into GS...
2016-12-12 Nicolai Hähnleradeonsi: group streamout writes by vertex stream
2016-12-12 Nicolai Hähnleradeonsi: load the streamout buf descriptors closer...
2016-12-12 Nicolai Hähnleradeonsi: extract writing of a single streamout output
2016-12-12 Nicolai Hähnleradeonsi: separate the call to si_llvm_emit_streamout...
2016-12-12 Nicolai Hähnleradeonsi: plumb the output vertex_stream through to...
2016-12-12 Nicolai Hähnleradeonsi: rename members of si_shader_output_values
2016-12-12 Nicolai Hähnleradeonsi: fix an off-by-one error in the bounds check...
2016-12-12 Nicolai Hähnleradeonsi: do not kill GS with memory writes
2016-12-12 Nicolai Hähnleradeonsi: update all GSVS ring descriptors for new...
2016-12-12 Nicolai Hähnlest/glsl_to_tgsi: plumb the GS output stream qualifier...
2016-12-12 Nicolai Hähnletgsi/scan: collect information about output usagemasks
2016-12-12 Nicolai Hähnletgsi/scan: collect information about output vertex...
2016-12-12 Nicolai Hähnlegallium: extract individual streamout output structure
2016-12-12 Nicolai Hähnletgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_se...
2016-12-12 Edward O'Callaghanvirgl: Fix a strict-aliasing violation in the encoder
2016-12-10 Grazvydas Ignotassoftpipe: fix release build unused variable warning
2016-12-10 Grazvydas Ignotasradeonsi: fix release build unused variable warnings
2016-12-09 Tim Rowleyswr: [rasterizer common/core/jitter] fetch support...
2016-12-09 Tim Rowleyswr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPEL...
2016-12-09 Ilia Mirkinswr: [rasterizer core] supply proper clip distances...
2016-12-09 Ilia Mirkinswr: [rasterizer core] perform perspective division...
2016-12-08 Marek Olšákradeonsi: disable the constant engine (CE) on Carrizo...
2016-12-08 Michel Dänzerradeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs...
2016-12-07 Marek Olšákradeonsi: wait for outstanding LDS instructions in...
2016-12-07 Marek Olšáktgsi: fix the src type of TGSI_OPCODE_MEMBAR
2016-12-07 Marek Olšákradeonsi: wait for outstanding memory instructions...
2016-12-07 Marek Olšákradeonsi: allow specifying simm16 of emit_waitcnt at...
2016-12-07 Marek Olšákradeonsi: write shader descriptors into hang reports
2016-12-07 Marek Olšákradeonsi: check for sampler state CSO corruption
next