radeonsi: convert stencil ref state into an atom
[mesa.git] / src / gallium / drivers / radeonsi /
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
2015-08-14 Marek Olšákradeonsi: revert a wrong DB bug workaround for VI
2015-08-14 Alex Deucherradeonsi: add support for FIJI (v4)
2015-08-14 Alex Deucherradeonsi: add harvest support for CI/VI parts (v3)
2015-08-14 Alex Deucherradeonsi: properly handler raster_config setup on CZ
2015-08-14 Alex Deucherradeonsi: properly set the raster_config for KV
2015-08-14 Marek Olšákradeonsi: add amdgpu support for querying the GPU reset...
2015-08-14 Marek Olšákradeonsi: add VI hardware support
2015-08-14 Marek Olšákradeonsi: add definitions for VI status registers
2015-08-14 Marek Olšákradeonsi: add VI register definitions
2015-08-14 Marek Olšákradeonsi: fix DRM version checks for amdgpu DRM 3.0.0
2015-08-14 Marek Olšákwinsys/amdgpu: add a new winsys for the new kernel...
2015-08-14 Marek Olšákradeonsi: add support for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-08-12 Marek Olšákradeonsi: fix polygon offset scale
2015-08-12 Marek Olšákradeonsi: enable VS_OUT_MISC_SIDE_BUS_ENA
2015-08-12 Marek Olšákradeonsi: add support for gl_PrimitiveID in the fragmen...
2015-08-12 Marek Olšákradeonsi: move VGT_GS_MODE to the VS state
2015-08-11 Grazvydas Ignotasgallium/radeon: use helper functions to mark atoms...
2015-08-06 Marek Olšákwinsys/radeon: add an interface for contexts
2015-08-06 Marek Olšákradeonsi: rename enable_s3tc -> enable_compressed_formats
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šákradeonsi: don't crash when cleaning up after an incompl...
2015-08-06 Marek Olšákradeonsi: add a HUD query showing the number of shaders...
2015-08-06 Marek Olšákradeonsi: add a HUD query showing the number of compile...
2015-08-06 Marek Olšákradeonsi: before storing tess levels, load them from...
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-31 Marek Olšákradeonsi: copy *8_SNORM bits exactly in resource_copy_r...
2015-07-31 Marek Olšákradeonsi: early exit in si_clear if there's nothing...
2015-07-31 Marek Olšákradeonsi: fix a regression since the resource_copy_regi...
2015-07-31 Marek Olšákradeonsi: fix broken st/nine from merging tessellation
2015-07-31 Marek Olšákradeonsi: move CP DMA functions to their own file
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing ISA...
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing TGSI...
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing the...
2015-07-31 Marek Olšákradeonsi: store shader disassemblies in memory for...
2015-07-31 Marek Olšákgallium/radeon: remove build_intrinsic and build_tgsi_i...
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-31 Marek Olšákradeonsi: completely rework updating descriptors withou...
2015-07-30 Dave Airlieradeonsi: enable GL4.1 and update documentation (v2)
2015-07-30 Dave Airlieradeonsi: add GS multiple streams support (v2)
2015-07-29 Dave Airlieradeon: add support for streams to the common streamout...
2015-07-28 Edward O'Callaghanr600,radeonsi: GL_ARB_conditional_render_inverted
2015-07-28 Dave Airlieradeonsi: add support for interpolateAt functions (v2)
2015-07-25 Dave Airlieradeonsi: add fine derivate control (v2.1)
2015-07-25 Marek Olšákradeonsi: fix GLSL textureGrad(samplerCube*) functions
2015-07-25 Dave Airlieradeonsi: ubo indexing support (v2)
2015-07-25 Dave Airlieradeonsi: add support for indirect samplers (v2)
2015-07-25 Dave Airlieradeonsi: split out interpolation input selection
2015-07-25 Dave Airlieradeonsi: separate out load sample position
2015-07-22 Marek Olšákradeonsi: enable tessellation, update GL3.txt & release...
2015-07-22 Marek Olšákradeonsi: add scratch buffer support for tessellation...
2015-07-22 Marek Olšákradeonsi: update invariant registers for tessellation
2015-07-22 Marek Olšákradeonsi: add assertions into draw_vbo and check tessel...
2015-07-22 Marek Olšákradeonsi: set the rasterization primitive type for...
2015-07-22 Marek Olšákradeonsi: set VGT_LS_HS_CONFIG for tessellation
2015-07-22 Marek Olšákradeonsi: update IA_MULTI_VGT_PARAM for tessellation
2015-07-22 Marek Olšákradeonsi: add derived tessellation state
next