util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / r600 / r600_state_common.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-28 Timothy Arceriutil: remove LIST_DELINIT macro
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-03-20 Kenneth Graunkegallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXT...
2018-11-19 Gert Wollnyr600: Only set context streamout strides info from...
2018-11-06 Gert Wollnyr600: Add support for EXT_texture_sRGB_R8
2018-08-21 Dave Airlier600/eg: rework atomic counter emission with flushes
2018-07-17 Konstantin Kharlamovr600g: some -Wsign-compare fixes
2018-07-05 Gert Wollnyr600: compare structure elements instead of doing a...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-02-08 Glenn Kennardr600g: Implement scratch buffer state management (v2)
2018-02-06 Dave Airlier600: work out shader export mask at shader build time...
2018-02-04 Dave Airlier600/eg: fix cube map array buffer images.
2018-01-28 Dave Airlier600: add ARB_query_buffer_object support
2018-01-10 Roland Scheideggerr600: don't emit tes samplers/views when tes isn't...
2018-01-10 Roland Scheideggerr600: increase number of UBOs to 15
2018-01-10 Roland Scheideggerr600: use GET_BUFFER_RESINFO vtx fetch on eg instead...
2018-01-10 Roland Scheideggerr600: set up constants needed for txq for buffers and...
2018-01-10 Roland Scheideggerr600: fix sampler indexing with texture buffers sampling
2017-12-30 Roland Scheideggerr600: fix textureSize queries with tbos
2017-12-18 Dave Airlier600: always flush between gfx and compute
2017-12-06 Dave Airlier600: add support for compute grid/block sizes. (v2)
2017-12-06 Dave Airlier600: handle image/buffer sizes correctly.
2017-12-05 Dave Airlier600: refactor and export some shader selector code...
2017-12-05 Dave Airlier600: add compute support to compressed resource handling.
2017-12-05 Dave Airlier600/cs: add support for compute to image/buffers/atomi...
2017-12-05 Dave Airlier600: handle compute null key shader state
2017-12-01 Dave Airlier600: add ARB_shader_storage_buffer_object support...
2017-11-29 Marek Olšákr300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FL...
2017-11-20 Dave Airlier600: add cull distance support
2017-11-17 Dave Airlier600: handle image size support.
2017-11-17 Dave Airlier600: add core pieces of image support.
2017-11-17 Dave Airlier600: implement basic memory barrier.
2017-11-13 Dave Airlier600: add gs tri strip adjacency fix.
2017-11-09 Dave Airlier600: add support for hw atomic counters. (v3)
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_enabled
2017-09-29 Nicolai Hähnler600: cleanup set_occlusion_query_state
2017-09-18 Nicolai Hähnlegallium/radeon: pass old_(perfect_)enable to set_occlus...
2017-09-13 Denis Paukgallium/{r600, radeonsi}: Fix segfault with color forma...
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-07-10 Marek Olšákgallium: use "ull" number suffix to keep the QtCreator...
2017-06-05 Dave Airlier600: refactor out some compressed resource state code.
2017-06-01 Dave Airlier600/eg: add support for tracing IBs after a hang.
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-19 Constantine Kharlamovr600g: update dirty_level_mask after the 1-st draw...
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-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: 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-03-28 Julien Isorcer600g: check NULL return from u_upload_alloc
2017-03-15 Dave Airlier600g: make framebuffer atom rely on dual src blend...
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-02-19 Marek Olšákgallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCH...
2017-02-14 Marek Olšákgallium/radeon: remove the internal u_upload_mgr pointer
2017-01-30 Marek Olšákgallium/radeon: merge dirty_fb_counter and dirty_tex_de...
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2016-10-26 Marek Olšákgallium/radeon: stop using PIPE_BIND_CUSTOM
2016-10-04 Marek Olšákgallium/radeon: move r600_common_context::texture_buffe...
2016-09-05 Marek Olšákgallium/radeon: set VPORT_ZMIN/MAX registers correctly
2016-09-05 Marek Olšákgallium/radeon: derive buffer placement and flags only...
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-26 Marek Olšákgallium/radeon: merge USER_SHADER and INTERNAL_SHADER...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-07-06 Nicolai Hähnlegallium/radeon: replace is_flushing_texture with db_com...
2016-06-25 Marek Olšákgallium/radeon: use r600_resource_reference
2016-06-25 Axel Davyr600g: Implement POLYGON_OFFSET_UNITS_UNSCALED
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-04 Marek Olšákr600g: don't flush caches when binding shader resources
2016-05-17 Nicolai Hähnlegallium/radeon: add radeon_emitted to check for non...
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit_array
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-04-29 Nicolai Hähnlegallium/radeon: fix crash in r600_set_streamout_targets
2016-04-27 Nicolai Hähnlegallium/radeon: remove use_reusable_pool parameter...
2016-04-26 Jakob Sinclairgallium: Remove every double semi-colon
2016-04-26 Oded Gabbayr600g: use do_endian_swap in texture swapping function
2016-04-26 Oded Gabbayr600g: use do_endian_swap in color swapping functions
2016-04-26 Oded Gabbayr600g: set endianess of 16/32-bit buffers according...
2016-04-26 Oded Gabbayr600g/radeonsi: send endian info to format translation...
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákr600g: use common scissor and viewport code
2016-04-12 Marek Olšákr600g: clean up aniso state translation
2016-04-12 Marek Olšákr600g: add pausing pipeline & streamout queries into...
2016-04-12 Marek Olšákr600g: implement set_active_query_state for pausing...
2016-04-12 Marek Olšákr600g: simplify r600_set_occlusion_query_state
2016-04-12 Marek Olšákgallium/radeon: unify checking streamout enable state
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Marek Olšákgallium/radeon: remove old CS tracing
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
next