radeonsi: remove no-op 32-bit masking
[mesa.git] / src / gallium / drivers / radeonsi /
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
2015-07-22 Marek Olšákradeonsi: implement a fixed-function tessellation contr...
2015-07-22 Marek Olšákradeonsi: set up a ring buffer for tessellation factors
2015-07-22 Marek Olšákradeonsi: add tessellation shader states
2015-07-22 Marek Olšákradeonsi: update si_get_vs_info and si_get_vs_state...
2015-07-22 Marek Olšákradeonsi: add shader code generation for tessellation
2015-07-22 Marek Olšákradeonsi: implement TGSI_OPCODE_BARRIER
2015-07-22 Marek Olšákradeonsi: program VGT_SHADER_STAGES_EN for tessellation
2015-07-22 Marek Olšákradeonsi: add translation of PATCH primitives
2015-07-22 Marek Olšákradeonsi: add support for tessellation shader resources...
2015-07-22 Marek Olšákradeonsi: add code for creating, binding and destroying...
2015-07-22 Marek Olšákradeonsi: rework how shader pointers to descriptors...
2015-07-22 Marek Olšákradeonsi: rename build_streamout_store -> build_tbuffer...
2015-07-22 Marek Olšákradeonsi: separate primitive ID computation
2015-07-22 Marek Olšákradeonsi: move declaring streamout parameters to its...
2015-07-22 Marek Olšákradeonsi: make ES2GS offset sgpr location dynamic
2015-07-22 Marek Olšákgallium/radeon: remove buffer_unmap calls that can...
2015-07-22 Marek Olšákradeonsi: remove switch statement in si_create_context
2015-07-22 Marek Olšákradeonsi: don't change pipe_resource in resource_copy_r...
2015-07-22 Marek Olšákradeonsi: upload shader rodata after updating scratch...
2015-07-22 Marek Olšákradeonsi: remove redundant parameter in si_shader_binar...
2015-07-22 Michel Dänzerradeonsi: Flush when we're asked to return a fence...
next