aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* r600: use pipe->hw prim convert from radeonsiDave Airlie2015-05-111-15/+16
* Fix a few typosZoë Blade2015-04-271-2/+2
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-241-1/+1
* r600g: Implement GL_ARB_draw_indirect for EG/CMGlenn Kennard2015-02-241-23/+105
* r600g: add support for primitive id without geom shader (v2)Dave Airlie2015-01-281-0/+5
* r600g: move selecting the pixel shader earlier.Dave Airlie2015-01-281-3/+4
* r600g: fix fallout from last patchDave Airlie2014-11-271-1/+0
* r600g: merge the TXQ and BUFFER constant buffers (v1.1)Dave Airlie2014-11-271-55/+41
* r600g: Implement sm5 interpolation functionsGlenn Kennard2014-10-281-0/+3
* r600g: Drop references to destroyed blend stateMichel Dänzer2014-10-221-1/+8
* r600g: Implement GL_ARB_sample_shadingGlenn Kennard2014-10-121-0/+20
* r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák2014-09-031-6/+6
* r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard2014-08-211-1/+3
* r600g: copy IA_MULTI_VGT_PARAM programming from radeonsi for CaymanMarek Olšák2014-08-191-0/+24
* radeonsi: use r600_draw_rectangle from r600gMarek Olšák2014-08-191-64/+0
* r600g: Implement BPTC texture supportGlenn Kennard2014-08-151-0/+24
* r600g: implement invalidation of texture buffer objectsMarek Olšák2014-08-141-3/+36
* r600g: use gpu_address from r600_resourceMarek Olšák2014-08-091-3/+3
* r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-3/+8
* r600g: remove assert on draw with count == 0Christoph Bumiller2014-06-021-1/+0
* r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák2014-04-251-0/+19
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-2/+2
* r600g,radeonsi: attempt to fix racy multi-context apps calling BufferDataMarek Olšák2014-03-111-4/+1
* r600g,radeonsi: set priorities for relocationsMarek Olšák2014-03-111-4/+10
* r600g: port color buffer format conversion from radeonsiMarek Olšák2014-03-041-0/+149
* r600g,radeonsi: consolidate create_surface and surface_destroyMarek Olšák2014-02-251-44/+0
* r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systemsTom Stellard2014-02-241-1/+1