summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state_common.c
Commit message (Expand)AuthorAgeFilesLines
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-3/+3
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-1/+1
* r600: fix viewport clipping handling (v2)Dave Airlie2015-12-221-5/+11
* r600/eg: workaround bug with tess shader and dynamic GPRs.Dave Airlie2015-12-071-0/+7
* r600: bind geometry shader ring to the correct placeDave Airlie2015-12-071-2/+9
* r600: create fixed function tess control shader fallback.Dave Airlie2015-12-071-1/+41
* r600: create LDS info constants buffer and write LDS registers. (v2)Dave Airlie2015-12-071-0/+12
* r600: hook TES/TCS shaders to the selection logic.Dave Airlie2015-12-071-2/+32
* r600: workout bitmask for the used tcs inputs/outputs.Dave Airlie2015-12-071-0/+25
* r600: add create/bind/delete shader hooks for tessellationDave Airlie2015-12-071-0/+59
* r600: add shader key entries for tcs and tes.Dave Airlie2015-12-071-1/+10
* r600: add PATCHES to the pipe conversion.Dave Airlie2015-12-071-0/+1
* r600: use macros for updating the various stages.Dave Airlie2015-12-071-15/+25
* r600: add SET_NULL_SHADER macro.Dave Airlie2015-12-071-2/+7
* r600: move clip misc and streamout stream updates to a single placeDave Airlie2015-12-071-6/+11
* r600: move selecting shaders into earlier code.Dave Airlie2015-12-071-5/+4
* r600: use a macro to remove common shader selection code.Dave Airlie2015-12-071-12/+9
* r600: move to using hw stages array for hw stage atomsDave Airlie2015-12-071-13/+12
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2015-12-021-0/+12
* r600: do SQ flush ES ring rolling workaroundDave Airlie2015-12-021-0/+6
* r600: consolidate clip state updatesDave Airlie2015-11-301-16/+15
* gallium/radeon: shorten render_cond variable namesMarek Olšák2015-11-131-1/+1
* gallium/radeon: remove predicate_drawing flagMarek Olšák2015-11-131-1/+1
* gallium/radeon: simplify disabling render condition for u_blitterMarek Olšák2015-11-131-5/+6
* r600g: don't set predication on non-draw packetsMarek Olšák2015-11-131-8/+8
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-18/+18
* gallium/radeon: add separate stencil level dirty flagsMarek Olšák2015-10-031-0/+3
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-6/+9
* r600g: update num_dw in scissor_enable workaroundGrazvydas Ignotas2015-09-231-0/+1
* r600g: lower number of driver const buffersDave Airlie2015-09-121-51/+101
* gallium/radeon: remove 'dirty' member from r600_atomGrazvydas Ignotas2015-09-031-1/+0
* r600g: simplify dirty atom trackingGrazvydas Ignotas2015-09-031-5/+4
* r600g: make all viewport states use single atomGrazvydas Ignotas2015-09-031-15/+26
* r600g: apply disable workaround on all scissorsGrazvydas Ignotas2015-09-031-0/+1
* r600g: make all scissor states use single atomGrazvydas Ignotas2015-09-031-3/+3
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-6/+6
* gallium/radeon: rename write_*_reg functionsMarek Olšák2015-09-011-16/+16
* r600: move prim convert from geom shader to function.Dave Airlie2015-08-311-0/+25
* r600g: Set geometry properties in r600_create_shader_state()Edward O'Callaghan2015-08-301-0/+14
* r600g: Move geometry properties state from shader to selectorEdward O'Callaghan2015-08-301-1/+1
* r600: Turn 'r600_shader_key' struct into unionEdward O'Callaghan2015-08-211-13/+13
* r600: Rewrite r600_shader_selector_key() to use a switch stmtEdward O'Callaghan2015-08-211-7/+17
* r600,compute: setup compute sampler states and viewsZoltan Gilian2015-08-141-3/+8
* r600g: allow setting geometry shader sampler statesMarek Olšák2015-08-131-5/+0
* r600g: use a bitfield to track dirty atomsGrazvydas Ignotas2015-08-111-4/+4
* r600g: use a helper to add an initialized atomGrazvydas Ignotas2015-08-111-4/+11
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-37/+38
* radeon: add support for streams to the common streamout code. (v2)Dave Airlie2015-07-291-0/+2
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-231-1/+0