svga: use shader sampler view declarations
[mesa.git] / src / gallium / drivers / r600 /
2016-03-19 Marek Olšákr600g: flatten if (1) statement after removal of TGSI...
2016-03-19 Marek Olšákr600g: remove TGSI->LLVM translation
2016-03-19 Marek Olšákgallium/radeon: remove old CS tracing
2016-03-11 Nicolai Hähnler600g: clear compressed_depthtex/colortex_mask when...
2016-03-10 Nicolai Hähnler600g: update compressed_colortex_masks when a cmask...
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-09 Marek Olšákradeonsi: set amdgpu metadata before exporting a texture
2016-03-09 Marek Olšákgallium/radeon: disable CMASK on handle export if shari...
2016-03-03 Oded Gabbayr600g: Do colorformat endian swap for PIPE_USAGE_STAGING
2016-02-29 Marek Olšákr600g: remove support for DRM < 2.12.0
2016-02-29 Rob Herringr600: Make enum alu_op_flags unsigned
2016-02-29 Oded Gabbaygallium/r600: Don't let h/w do endian swap for colorformat
2016-02-21 Marek Olšákgallium/radeon: add basic code for setting shader retur...
2016-02-17 Tom Stellardradeon/llvm: Set the target triple on the module
2016-02-16 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2016-02-11 Marek Olšákgallium/radeon: drop support for LLVM 3.5
2016-02-06 Jan Veselyr600, compute: Do not overwrite pipe_resource.screen
2016-02-05 Marek Olšákgallium/radeon: implement query_memory_info (v2)
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Marek Olšákgallium/radeon: get pipe_interleave_bytes AKA group_byt...
2016-02-05 Marek Olšákgallium/radeon: set num_banks in the winsys
2016-02-05 Marek Olšákgallium/radeon: rename & reorder members of radeon_info
2016-02-05 Nicolai Hähnlegallium/radeon: emit LLVM `ret void` before radeon_llvm...
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-03 Nicolai Hähnlegallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-01-26 Jan Veselyr600,compute: Plug few memory leaks
2016-01-26 Jan Veselyr600: Typos and whitespace fixes
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-21 Grazvydas Ignotasr600g: don't leak driver const buffers
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-08 Edward O'Callaghanradeon, si: Use TGSI chan name defines in lp_build_emit...
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-06 Krzysztof Sobieckigallium/r600: Replace ALIGN_DIVUP with DIV_ROUND_UP
2016-01-06 Edward O'Callaghangallium/drivers/r600: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2016-01-03 Marek Olšákgallium/radeon: dump LLVM module outside of radeon_llvm...
2016-01-03 Marek Olšákgallium/radeon: always add +DumpCode to the LLVM target...
2016-01-03 Marek Olšákgallium/radeon: r600_can_dump_shader should get TGSI...
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2016-01-02 Nicolai Hähnlegallium/radeon: pass pipe_debug_callback into radeon_ll...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-29 Grazvydas Ignotasr600: fix constant buffer size programming
2015-12-21 Dave Airlier600: fix viewport clipping handling (v2)
2015-12-21 Dave Airlier600: drop VTX_CNT_EN write from initial state
2015-12-11 Marek Olšákgallium/radeon: remove radeon_winsys_cs_handle
2015-12-11 Marek Olšákr600g: remove a Hyper-Z workaround that's likely not...
2015-12-11 Marek Olšákr600g: re-enable Hyper-Z for stencil on Evergreen ...
2015-12-11 Marek Olšákgallium/radeon: fix Hyper-Z hangs by programming PA_SC_...
2015-12-11 Marek Olšákr600g: write all MRTs only if there is exactly one...
2015-12-10 Dave Airlier600: add missing return value check.
2015-12-09 Dave Airlier600: handle geometry dynamic input array index
2015-12-09 Dave Airlier600g: fix geom shader input indirect indexing.
2015-12-09 Dave Airlier600g: fix outputing to non-0 buffers for stream 0.
2015-12-09 Edward O'Callaghanr600: Add ARB_copy_image support
2015-12-09 Edward O'Callaghanr600g: allow copying between compatible un/compressed...
2015-12-07 Dave Airlier600: apply SIMD workaround to cayman also.
2015-12-07 Dave Airlier600: fix regression introduced with ring emit changes.
2015-12-07 Dave Airlier600: remove stale tessellation comment
2015-12-06 Dave Airlier600: enable tessellation for evergreen/cayman (v2)
2015-12-06 Dave Airlier600g: reduce number of ps thread on caicos
2015-12-06 Dave Airlier600g: adjust ls/hs thread counts for sumo
2015-12-06 Dave Airlier600/asm: enable nstack check for tess ctrl/eval shaders.
2015-12-06 Dave Airlier600/asm: handle lds read operations.
2015-12-06 Dave Airlier600/asm: add LDS ops and barrier to the once per group...
2015-12-06 Dave Airlier600: move VGT_VTX_CNT_EN into shader stages atom.
2015-12-06 Dave Airlier600: enable tcs/tes dumping for R600_DUMP_SHADERS.
2015-12-06 Dave Airlier600: handle SIMD allocation issue with HS/LS
2015-12-06 Dave Airlier600/shader: increase number of inputs/outputs to 64.
2015-12-06 Edward O'Callaghanr600: handle barrier opcode.
2015-12-06 Dave Airlier600/shader: handle tess related system-values.
2015-12-06 Dave Airlier600/shader: allow multi-dimension arrays for tcs/tes...
2015-12-06 Dave Airlier600/shader: handle TES exports and streamout
2015-12-06 Dave Airlier600/shader: emit tessellation factors to GDS at end...
2015-12-06 Dave Airlier600/shader: handle TCS output writing.
2015-12-06 Dave Airlier600/shader: handle VS shader writing to the LDS output...
2015-12-06 Dave Airlier600/shader: handle fetching tcs/tes inputs and tcs...
2015-12-06 Dave Airlier600/shader: add get_lds_offset0 helper
2015-12-06 Dave Airlier600/shader: add function to get tess constants info
2015-12-06 Dave Airlier600/shader: add utility functions to do single slot...
2015-12-06 Dave Airlier600/eg: workaround bug with tess shader and dynamic...
2015-12-06 Dave Airlier600/shader: move get_temp and last_instruction helpers up
2015-12-06 Dave Airlier600: bind geometry shader ring to the correct place
2015-12-06 Dave Airlier600: create fixed function tess control shader fallback.
2015-12-06 Dave Airlier600: create LDS info constants buffer and write LDS...
2015-12-06 Dave Airlier600/eg: update shader stage emission/tf param for...
2015-12-06 Dave Airlier600: hook TES/TCS shaders to the selection logic.
2015-12-06 Dave Airlier600: workout bitmask for the used tcs inputs/outputs.
2015-12-06 Dave Airlier600: port over the get_lds_unique_index from radeonsi
2015-12-06 Dave Airlier600: add set_tess_state callback.
next