radeonsi: print export_prim_id from the shader key
[mesa.git] / src / gallium / drivers / radeonsi /
2015-10-17 Marek Olšákradeonsi: print export_prim_id from the shader key
2015-10-17 Marek Olšákradeonsi: disable NaNs for LS and HS
2015-10-17 Marek Olšákradeonsi: clean up si_llvm_init_export_args
2015-10-07 Marek Olšákradeonsi: fix a GS hang on VI
2015-10-07 Marek Olšákradeonsi: remove TC L2 cache flush for index buffers...
2015-10-03 Marek Olšákradeonsi: enable PIPE_CAP_FORCE_PERSAMPLE_INTERP
2015-10-03 Marek Olšákradeonsi: do force_persample_interp in shaders for...
2015-10-03 Marek Olšákradeonsi: implement the simple case of force_persample_...
2015-10-03 Marek Olšákradeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a...
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-10-03 Marek Olšákradeonsi: only do depth-only or stencil-only in-place...
2015-10-03 Marek Olšákgallium/radeon: add separate stencil level dirty flags
2015-10-03 Marek Olšákradeonsi: dump buffer lists while debugging
2015-10-03 Marek Olšákgallium/radeon: stop using "reloc" in a few places
2015-10-03 Marek Olšákgallium/radeon: tell the winsys the exact resource...
2015-10-03 Marek Olšákradeonsi: add an option for debugging VM faults
2015-10-03 Marek Olšákradeonsi: move dumping the last IB into its own function
2015-09-25 Marek Olšákradeonsi: add scratch buffer to the buffer list when...
2015-09-24 Mauro Rossiandroid: radeonsi: fix sid_tables.h missing LOCAL_MODUL...
2015-09-24 Marek Olšákradeonsi: handle dummy constant buffer allocation failure
2015-09-24 Marek Olšákradeonsi: don't forget to update scratch relocations...
2015-09-24 Marek Olšákradeonsi: skip drawing if updating the scratch buffer...
2015-09-24 Marek Olšákradeonsi: skip drawing if PS fails to compile or upload
2015-09-24 Marek Olšákradeonsi: skip drawing if VS, TCS, TES, GS fail to...
2015-09-24 Marek Olšákradeonsi: handle fixed-func TCS shader create failure
2015-09-24 Marek Olšákradeonsi: handle shader precompile failures
2015-09-24 Marek Olšákradeonsi: skip drawing if GS ring allocations fail
2015-09-24 Marek Olšákradeonsi: skip drawing if the tess factor ring allocati...
2015-09-24 Marek Olšákradeonsi: add malloc fail paths to si_create_shader_state
2015-09-24 Marek Olšákradeonsi: report alloc failure from si_shader_binary_read
2015-09-24 Marek Olšákradeonsi: handle constant buffer alloc failures
2015-09-24 Marek Olšákradeonsi: handle index buffer alloc failures
2015-09-21 Ilia Mirkinradeonsi: implement TXQS support
2015-09-21 Ilia Mirkinradeonsi: load fmask ptr relative to the resources...
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-10 Marek Olšákradeonsi: don't update polygon offset state if it has...
2015-09-10 Marek Olšákradeonsi: decrease the size of si_pm4_state
2015-09-10 Marek Olšákradeonsi/compute: add buffers to the CS directly
2015-09-10 Marek Olšákradeonsi: only use new versions of LLVM image and sampl...
2015-09-10 Marek Olšákgallium/radeon: drop support for LLVM 3.4
2015-09-10 Marek Olšákradeonsi: enable VGPR spilling on VI
2015-09-09 Mauro Rossiandroid: radeonsi: add support for sid_tables.h generat...
2015-09-03 Grazvydas Ignotasgallium/radeon: remove 'dirty' member from r600_atom
2015-09-01 Marek Olšákradeonsi: use an indirect buffer for init_config
2015-09-01 Marek Olšákradeonsi: add IB2 indirect buffer support for pm4 states
2015-09-01 Marek Olšákradeonsi: remove unused macro si_pm4_set_state
2015-09-01 Marek Olšákradeonsi: remove si_pm4_cleanup
2015-09-01 Marek Olšákradeonsi: rework uploading border colors
2015-09-01 Marek Olšákradeonsi: use all built-in border colors
2015-09-01 Marek Olšákradeonsi: inline si_cmd_context_control
2015-09-01 Marek Olšákradeonsi: remove unused si_pm4_state code
2015-09-01 Marek Olšákradeonsi: reorder si_context variables
2015-09-01 Marek Olšákradeonsi: don't send IB dword usage to si_need_cs_space
2015-09-01 Marek Olšákradeonsi: don't set number of IB dwords for states
2015-09-01 Marek Olšákradeonsi: don't count IB space for states, just use...
2015-09-01 Marek Olšákradeonsi: convert SPI state to an atom
2015-09-01 Marek Olšákgallium/radeon: rename r600_context_bo_reloc -> radeon_...
2015-09-01 Marek Olšákgallium/radeon: rename write_*_reg functions
2015-09-01 Marek Olšákradeonsi: rename and precalculate polygon offset states
2015-09-01 Marek Olšákradeonsi: convert CB_TARGET_MASK setup to an atom
2015-09-01 Marek Olšákradeonsi: don't set VGT_VTX_CNT_EN twice in init_config
2015-09-01 Marek Olšákradeonsi: convert stencil ref state into an atom
2015-09-01 Marek Olšákradeonsi: convert blend color state into an atom
2015-09-01 Marek Olšákradeonsi: convert sample mask state into an atom
2015-09-01 Marek Olšákradeonsi: convert clip state into an atom
2015-09-01 Marek Olšákradeonsi: avoid redundant CB and DB register updates
2015-09-01 Marek Olšákradeonsi: don't rebind GSVS ring buffers every draw...
2015-09-01 Marek Olšákradeonsi: don't clear the tessellation factor ring...
2015-09-01 Marek Olšákradeonsi: remove the tf_ring state, add the registers...
2015-09-01 Marek Olšákradeonsi: remove the gs_rings state, add the registers...
2015-09-01 Marek Olšákradeonsi: use a bitmask for tracking dirty atoms
2015-09-01 Marek Olšákradeonsi: initialize atom IDs for external atoms
2015-09-01 Marek Olšákradeonsi: call si_init_atom for remaining radeonsi...
2015-09-01 Marek Olšákradeonsi: initialize atom IDs
2015-09-01 Marek Olšákradeonsi: define the state atom array separately
2015-09-01 Marek Olšákradeonsi: optimize viewport states
2015-09-01 Marek Olšákradeonsi: optimize scissor states
2015-09-01 Marek Olšákradeonsi: add SI_MAX_ATTRIBS
2015-09-01 Marek Olšákradeonsi: fix memory usage checking for big IBs
2015-09-01 Marek Olšákradeonsi: set all 16 viewport Z bounds for GL 4.1
2015-09-01 Marek Olšákradeonsi: fix a Unigine Heaven hang when drirc is missing
2015-08-29 Marek Olšákradeonsi: don't use the emit qt keyword in si_init_atom
2015-08-29 Marek Olšákradeonsi: remove no-op 32-bit masking
2015-08-26 Marek Olšákgallium/radeon: read_registers should return bool meani...
2015-08-26 Marek Olšákradeonsi: add IB parser support for CP DMA packets
2015-08-26 Marek Olšákradeonsi: add IB tracing support for debug contexts
2015-08-26 Marek Olšákradeonsi: remove old CS tracing code
2015-08-26 Marek Olšákradeonsi: parse and dump status registers on GPU hang
2015-08-26 Marek Olšákradeonsi: add an IB parser
2015-08-26 Marek Olšákradeonsi: save the contents of indirect buffers for...
2015-08-26 Marek Olšákradeonsi: generate register and packet tables for an...
2015-08-26 Marek Olšákradeonsi: remove duplicated register definitions and...
2015-08-26 Marek Olšákr600g,radeonsi: remove unused ill-formed register field...
2015-08-26 Marek Olšákradeonsi: add an initial dump_debug_state implementatio...
2015-08-26 Marek Olšákradeonsi: allow si_dump_key to write to a file
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-26 Grazvydas Ignotasradeonsi: mark unreachable paths to avoid warnings
2015-08-21 Marek Olšákutil/u_blitter: implement alpha blending for pipe-...
2015-08-19 Marek Olšákradeonsi: fix a typo as_es -> as_ls in a string
2015-08-19 Marek Olšákradeonsi: fix indirect indexing of MSAA textures
next