radeonsi: remove chip_class define from si_pm4.h
[mesa.git] / src / gallium / drivers / r600 /
2017-05-25 Leo Liuradeon: rename has_uvd info to has_hw_decode
2017-05-19 Rob HerringAndroid: r600: fix build when LLVM is disabled
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-12 Glenn Kennardr600g: Add defines for per-shader engine settings
2017-05-12 Glenn Kennardr600g: Add instruction encoding defines for MEM_RD
2017-05-12 Glenn Kennardr600g: Add scratch ring register defines
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-11 Rob HerringAndroid: amd: use exported include dirs instead of...
2017-05-11 Rob HerringAndroid: remove remaining explicit libcxx includes
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-19 Constantine Kharlamovr600g: update dirty_level_mask after the 1-st draw...
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-12 Marek OlšákRevert "r600g: get rid of dummy pixel shader"
2017-04-10 Constantine Kharlamovr600g: get rid of dummy pixel shader
2017-04-10 Constantine Kharlamovr600g: add draw_vbo check for a NULL pixel shader
2017-04-10 Constantine Kharlamovr600g: skip repeating vs, gs, and tes shader binds
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-04 Constantine Kharlamovr600g: check rasterizer primitive states like in radeonsi
2017-04-04 Constantine Kharlamovr600g: extract a code into a r600_emit_rasterizer_prim_...
2017-04-04 Constantine Kharlamovr600g/radeonsi: use the correct types (taken from pipe_...
2017-04-04 Constantine Kharlamovr600g: remove duplicate memset by using a pointer,...
2017-04-02 Constantine Kharlamovr600g: Add more (un)likely functions
2017-04-02 Constantine Kharlamovr600g: Remove intermediate assignment of pipe_draw_info
2017-04-02 Constantine Kharlamovr600g: Use separate index_bias variable
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-30 Leo Liuradeon/uvd: adapt gfx9 surface to uvd
2017-03-30 Marek Olšákradeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compres...
2017-03-30 Marek Olšákgallium/radeon: move pre-GFX9 radeon_surf.* members...
2017-03-30 Marek Olšákamd: normalize register definition formatting
2017-03-28 Julien Isorcer600g: check NULL return from r600_aligned_buffer_create
2017-03-28 Julien Isorcer600g: check NULL return from u_upload_alloc
2017-03-23 Julien Isorcer600_shader.c: fix indentation
2017-03-22 Rob HerringAndroid: drop Android 4.4 (KitKat) support
2017-03-21 Julien Isorcer600_shader.c: check returned value of eg_get_interpola...
2017-03-20 Constantine Kharlamovr600g/sb: Fix memory leak by reworking uses list (rebased)
2017-03-20 Bartosz Tomczykr600g: Fix out of bounds access
2017-03-20 Constantine Kharlamovr600g: update sb documentation
2017-03-20 Constantine Kharlamovr600g: make condition clearer
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-15 Dave Airlier600: refactor binding code for attach buffer to CB.
2017-03-15 Dave Airlier600: refactor out CB setup.
2017-03-15 Dave Airlier600: refactor texture resource words setup code.
2017-03-15 Dave Airlier600: factor out the code to initialise a buffer resource.
2017-03-15 Dave Airlier600g: make framebuffer atom rely on dual src blend...
2017-03-08 Mauro Rossiandroid: r600: fix libmesa_amd_common dependency
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-07 Matt Turnerbuild: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
2017-02-28 Emil Velikovautomake: r600: radeonsi: correctly manage libamd_commo...
2017-02-28 Michel Dänzergallium/radeon: Add libamd_common.a to TARGET_LIB_DEPS...
2017-02-28 Timothy Arceriradeon: remove unused radeon_elf_util.{c,h}
2017-02-28 Timothy Arceriradeon/ac: switch to ac_shader_binary_config_start()
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_elf_read() to ac_elf_read()
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_shader_binary to ac_shade...
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-19 Marek Olšákgallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCH...
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-02-18 Marek Olšákgallium/u_suballoc: allow setting pipe_resource::flags
2017-02-14 Marek Olšákgallium/radeon: remove the internal u_upload_mgr pointer
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-08 Bartosz Tomczykr600/sb: Fix memory leak
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-30 Samuel Pitoisetr600: fix a compilation warning in r600_screen_create()
2017-01-30 Marek Olšákgallium/radeon: merge dirty_fb_counter and dirty_tex_de...
2017-01-30 Bartosz Tomczykr600: Fix stack overflow
2017-01-30 Marek Olšákgallium/radeon: clean up r600_query_init_backend_mask
2017-01-29 Ilia Mirkinr600g: use ieee variants of multiplication instructions
2017-01-29 Ilia Mirkinr600g: add support for optionally using non-IEEE mul ops
2017-01-27 Dave Airliegallium: Add integer 64 capability
2017-01-24 Ilia Mirkingallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
2017-01-23 Nicolai Hähnler600: implement DDIV
2017-01-23 Nicolai Hähnler600: factor out cayman_emit_unary_double_raw
2017-01-23 Nicolai Hähnler600: double multiply can handle only one multiply...
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-05 Marek Olšákgallium/radeon: prevent SDMA stalls by detecting RAW...
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
2017-01-03 Heiko Przybylr600/sb: Fix loop optimization related hangs on eg
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-15 Marek Olšákgallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
2016-11-01 Marek Olšákgallium/radeon: remove radeon_surf_level::pitch_bytes
2016-10-26 Marek Olšákgallium/radeon: stop using PIPE_BIND_CUSTOM
2016-10-26 Marek Olšákr600g: remove a redundant buffer_create helper
2016-10-26 Marek Olšákgallium/radeon: don't do (fmask.size && cmask.size)
2016-10-26 Marek Olšákgallium/radeon: remove unnecessary fields from radeon_s...
2016-10-26 Marek Olšákgallium/radeon: stop using some input fields from radeo...
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-18 Marek Olšákradeonsi: import all TGSI->LLVM code from gallium/radeon
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-05 Nicolai Hähnlegallium/radeon: implement set_device_reset_callback
next