aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-59/+59
* Treewide: Remove Elements() macroJan Vesely2016-05-171-3/+3
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-291-1/+2
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-271-1/+1
* gallium: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* r600g: use do_endian_swap in texture swapping functionOded Gabbay2016-04-261-1/+34
* r600g: use do_endian_swap in color swapping functionsOded Gabbay2016-04-261-1/+1
* r600g: set endianess of 16/32-bit buffers according to do_endian_swapOded Gabbay2016-04-261-4/+13
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-261-3/+5
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-6/+6
* r600g: use common scissor and viewport codeMarek Olšák2016-04-121-50/+16
* r600g: clean up aniso state translationMarek Olšák2016-04-121-11/+0
* r600g: add pausing pipeline & streamout queries into set_active_query_stateMarek Olšák2016-04-121-0/+9
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-0/+12
* r600g: simplify r600_set_occlusion_query_stateMarek Olšák2016-04-121-4/+1
* gallium/radeon: unify checking streamout enable stateMarek Olšák2016-04-121-3/+2
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-23/+0
* r600g: clear compressed_depthtex/colortex_mask when binding buffer textureNicolai Hähnle2016-03-111-12/+12