gallium/radeon: rename max_compute_units -> num_good_compute_units
[mesa.git] / src / gallium / drivers / r600 /
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.
2015-12-06 Dave Airlier600/eg: init tess registers to defaults (v1.1)
2015-12-06 Dave Airlier600: hook up constants/samplers/sampler view for tesse...
2015-12-06 Dave Airlier600: add create/bind/delete shader hooks for tessellation
2015-12-06 Dave Airlier600/sb: add LS/HS hw shader types.
2015-12-06 Dave Airlier600/blit: add tcs/tes shader saves.
2015-12-06 Dave Airlier600: disable SB for now on tess related shaders.
2015-12-06 Dave Airlier600: update correct hw shaders depending on configuration.
2015-12-06 Dave Airlier600: add shader key entries for tcs and tes.
2015-12-06 Dave Airlier600: add PATCHES to the pipe conversion.
2015-12-06 Dave Airlier600: add functions to update ls/hs state.
2015-12-06 Glenn Kennardr600g/sb: Support LDS ops in SB bytecode I/O
2015-12-06 Dave Airlier600: add support for LDS instruction encoding.
2015-12-06 Dave Airlier600/sb: add support for GDS to the sb decoder/dump...
2015-12-06 Dave Airlier600: add support for GDS clause to the assembler.
2015-12-06 Dave Airlier600: use macros for updating the various stages.
2015-12-06 Dave Airlier600: add SET_NULL_SHADER macro.
2015-12-06 Dave Airlier600: move clip misc and streamout stream updates to...
2015-12-06 Dave Airlier600: move selecting shaders into earlier code.
2015-12-06 Dave Airlier600: use a macro to remove common shader selection...
2015-12-06 Dave Airlier600: move to using hw stages array for hw stage atoms
2015-12-06 Dave Airlier600: make adjust_gprs use hw stages.
2015-12-06 Dave Airlier600: introduce HW shader stage defines
2015-12-06 Dave Airlier600: fix masks for two of the unused evergreen regs.
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/drivers: Trivial code-style cleanup
2015-12-06 Edward O'Callaghangallium/radeon*: Remove useless casts
2015-12-01 Dave Airlier600: set mega fetch count to 16 for gs copy shader
2015-12-01 Dave Airlier600: increment ring index after emit vertex not before.
2015-12-01 Dave Airlier600: add alu + cf nop to copy shader on r600
2015-12-01 Dave Airlier600: SMX returns CONTEXT_DONE early workaround
2015-12-01 Dave Airlier600: do SQ flush ES ring rolling workaround
next