aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state_common.c
Commit message (Expand)AuthorAgeFilesLines
* r600: add cull distance supportDave Airlie2017-11-211-1/+4
* r600: handle image size support.Dave Airlie2017-11-171-4/+26
* r600: add core pieces of image support.Dave Airlie2017-11-171-0/+30
* r600: implement basic memory barrier.Dave Airlie2017-11-171-0/+24
* r600: add gs tri strip adjacency fix.Dave Airlie2017-11-141-0/+15
* r600: add support for hw atomic counters. (v3)Dave Airlie2017-11-101-0/+46
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-4/+0
* r600: cleanup set_occlusion_query_stateNicolai Hähnle2017-09-291-10/+0
* gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle2017-09-181-1/+3
* gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk2017-09-141-0/+4
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-071-1/+1
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-2/+2
* r600: refactor out some compressed resource state code.Dave Airlie2017-06-061-24/+28
* r600/eg: add support for tracing IBs after a hang.Dave Airlie2017-06-011-0/+3
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-54/+33
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-6/+6
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-6/+6
* r600g: update dirty_level_mask after the 1-st draw after FB changeConstantine Kharlamov2017-04-191-18/+23
* Revert "r600g: get rid of dummy pixel shader"Marek Olšák2017-04-121-30/+28
* r600g: get rid of dummy pixel shaderConstantine Kharlamov2017-04-101-28/+30
* r600g: add draw_vbo check for a NULL pixel shaderConstantine Kharlamov2017-04-101-1/+6
* r600g: skip repeating vs, gs, and tes shader bindsConstantine Kharlamov2017-04-101-1/+7
* r600g: check rasterizer primitive states like in radeonsiConstantine Kharlamov2017-04-041-8/+13
* r600g: extract a code into a r600_emit_rasterizer_prim_state()Constantine Kharlamov2017-04-041-11/+26
* r600g: remove duplicate memset by using a pointer, and constify argsConstantine Kharlamov2017-04-041-22/+19
* r600g: Add more (un)likely functionsConstantine Kharlamov2017-04-031-6/+4
* r600g: Remove intermediate assignment of pipe_draw_infoConstantine Kharlamov2017-04-031-51/+50
* r600g: Use separate index_bias variableConstantine Kharlamov2017-04-031-3/+5
* r600g: check NULL return from u_upload_allocJulien Isorce2017-03-281-0/+4
* r600g: make framebuffer atom rely on dual src blend state.Dave Airlie2017-03-151-0/+4
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+2
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-191-1/+1
* gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák2017-02-141-5/+9
* gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counterMarek Olšák2017-01-301-4/+4
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-161-1/+1
* gallium/radeon: stop using PIPE_BIND_CUSTOMMarek Olšák2016-10-261-2/+2
* gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák2016-10-041-1/+1
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-051-1/+1
* gallium/radeon: derive buffer placement and flags only at initializationMarek Olšák2016-09-051-3/+2
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+1
* gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flagsMarek Olšák2016-08-261-1/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+1
* gallium/radeon: replace is_flushing_texture with db_compatibleNicolai Hähnle2016-07-061-1/+1
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-1/+1
* r600g: Implement POLYGON_OFFSET_UNITS_UNSCALEDAxel Davy2016-06-251-1/+3
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* r600g: don't flush caches when binding shader resourcesMarek Olšák2016-06-041-3/+0
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-171-1/+1
* gallium/radeon: use radeon_emit_arrayNicolai Hähnle2016-05-171-2/+1