gallium/radeon: stop using "reloc" in a few places
[mesa.git] / src / gallium / drivers / radeonsi / si_hw_context.c
2015-10-03 Marek Olšákgallium/radeon: stop using "reloc" in a few places
2015-10-03 Marek Olšákradeonsi: add an option for debugging VM faults
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 count IB space for states, just use...
2015-09-01 Marek Olšákradeonsi: convert SPI state to an atom
2015-09-01 Marek Olšákradeonsi: convert CB_TARGET_MASK setup to an atom
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: use a bitmask for tracking dirty atoms
2015-09-01 Marek Olšákradeonsi: call si_init_atom for remaining radeonsi...
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: fix memory usage checking for big IBs
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: save the contents of indirect buffers for...
2015-08-11 Grazvydas Ignotasgallium/radeon: use helper functions to mark atoms...
2015-08-06 Marek Olšákradeonsi: always flush framebuffer caches at the beginn...
2015-08-06 Marek Olšákradeonsi: don't count the exact needed CS space if...
2015-08-06 Marek Olšákgallium/radeon: allow the winsys to choose the IB size
2015-08-06 Marek Olšákgallium/radeon: suspend timer queries between IBs
2015-08-02 Marek Olšákradeonsi: flush if the memory usage for an IB is too...
2015-07-22 Marek Olšákradeonsi: set VGT_LS_HS_CONFIG for tessellation
2015-07-22 Marek Olšákradeonsi: add derived tessellation state
2015-07-22 Michel Dänzerradeonsi: Flush when we're asked to return a fence...
2015-07-05 Marek Olšákradeonsi: don't flush an empty IB if the only thing...
2015-03-16 Marek Olšákradeonsi: don't emit PA_SC_LINE_STIPPLE after every...
2015-03-16 Marek Olšákradeonsi: split sample locations into its own state...
2015-01-28 Tom Stellardradeonsi: Enable VGPR spilling for all shader types v5
2015-01-07 Marek Olšákradeonsi: add a combined flag for flushing a framebuffer
2015-01-07 Marek Olšákradeonsi: rename flush flags, split the TC flag into...
2015-01-07 Marek Olšákradeonsi: remove init config from states
2014-12-10 Marek Olšákradeonsi: only emit line stippling and provoking vertex...
2014-12-10 Marek Olšákradeonsi: emit DRAW_PREAMBLE only if it changes
2014-12-10 Marek Olšákradeonsi: emit GS_OUT_PRIM_TYPE only if it changes
2014-12-10 Marek Olšákradeonsi: emit primitive restart only if it changes
2014-12-10 Marek Olšákradeonsi: emit base vertex and start instance only...
2014-12-10 Marek Olšákradeonsi: emit clip registers only if VS, GS, or raster...
2014-12-10 Marek Olšákradeonsi: remove useless variable si_context::pm4_dirty...
2014-10-04 Marek Olšákradeonsi: fix CS tracing and remove excessive CS dumping
2014-09-24 Marek Olšákradeonsi: move DB registers from draw_vbo into new...
2014-08-09 Marek Olšákradeonsi: use gpu_address from r600_resource
2014-07-08 Marek Olšákradeonsi: mark MSAA config state as dirty at the beginn...
2014-05-10 Marek Olšákradeonsi: only count CS space for state atoms if we...
2014-05-08 Adam Jacksonradeonsi: Don't use anonymous struct trick in atom...
2014-04-18 Marek Olšákr600g,radeonsi: don't skip the context flush if a fence...
2014-04-16 Marek Olšákr600g,radeonsi: share some of gfx flush code
2014-04-16 Marek Olšákradeonsi: merge si_flush with si_context_flush
2014-04-16 Marek Olšákgallium/radeon: create and return a fence in the flush...
2014-03-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-11 Marek Olšákradeonsi: convert the framebuffer state to atom-based
2014-02-18 Michel Dänzerr600g,radeonsi: Consolidate logic for short-circuiting...
2014-01-28 Marek Olšákradeonsi: cleanup includes, add missing license
2014-01-28 Marek Olšákradeonsi: remove open-coded PS_PARTIAL_FLUSH event
2014-01-28 Marek Olšákr600g,radeonsi: consolidate variables for CS tracing
2014-01-28 Marek Olšákradeonsi: use queries from r600g
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rscreen variable.
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rctx/r600 varia...
2014-01-13 Andreas Hartmetzradeonsi: Rename R600->SI in some remaining defines.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifier in si_hw...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Apply si_* file naming scheme.