index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_state_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-6
/
+9
*
r600g: update num_dw in scissor_enable workaround
Grazvydas Ignotas
2015-09-23
1
-0
/
+1
*
r600g: lower number of driver const buffers
Dave Airlie
2015-09-12
1
-51
/
+101
*
gallium/radeon: remove 'dirty' member from r600_atom
Grazvydas Ignotas
2015-09-03
1
-1
/
+0
*
r600g: simplify dirty atom tracking
Grazvydas Ignotas
2015-09-03
1
-5
/
+4
*
r600g: make all viewport states use single atom
Grazvydas Ignotas
2015-09-03
1
-15
/
+26
*
r600g: apply disable workaround on all scissors
Grazvydas Ignotas
2015-09-03
1
-0
/
+1
*
r600g: make all scissor states use single atom
Grazvydas Ignotas
2015-09-03
1
-3
/
+3
*
gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list
Marek Olšák
2015-09-01
1
-6
/
+6
*
gallium/radeon: rename write_*_reg functions
Marek Olšák
2015-09-01
1
-16
/
+16
*
r600: move prim convert from geom shader to function.
Dave Airlie
2015-08-31
1
-0
/
+25
*
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
2015-08-30
1
-0
/
+14
*
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
2015-08-30
1
-1
/
+1
*
r600: Turn 'r600_shader_key' struct into union
Edward O'Callaghan
2015-08-21
1
-13
/
+13
*
r600: Rewrite r600_shader_selector_key() to use a switch stmt
Edward O'Callaghan
2015-08-21
1
-7
/
+17
*
r600,compute: setup compute sampler states and views
Zoltan Gilian
2015-08-14
1
-3
/
+8
*
r600g: allow setting geometry shader sampler states
Marek Olšák
2015-08-13
1
-5
/
+0
*
r600g: use a bitfield to track dirty atoms
Grazvydas Ignotas
2015-08-11
1
-4
/
+4
*
r600g: use a helper to add an initialized atom
Grazvydas Ignotas
2015-08-11
1
-4
/
+11
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-37
/
+38
*
radeon: add support for streams to the common streamout code. (v2)
Dave Airlie
2015-07-29
1
-0
/
+2
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
1
-1
/
+0
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
r600: use pipe->hw prim convert from radeonsi
Dave Airlie
2015-05-11
1
-15
/
+16
*
Fix a few typos
Zoë Blade
2015-04-27
1
-2
/
+2
*
r600g,radeonsi: cleanup of hex literals
Marek Olšák
2015-02-24
1
-1
/
+1
*
r600g: Implement GL_ARB_draw_indirect for EG/CM
Glenn Kennard
2015-02-24
1
-23
/
+105
*
r600g: add support for primitive id without geom shader (v2)
Dave Airlie
2015-01-28
1
-0
/
+5
*
r600g: move selecting the pixel shader earlier.
Dave Airlie
2015-01-28
1
-3
/
+4
*
r600g: fix fallout from last patch
Dave Airlie
2014-11-27
1
-1
/
+0
*
r600g: merge the TXQ and BUFFER constant buffers (v1.1)
Dave Airlie
2014-11-27
1
-55
/
+41
*
r600g: Implement sm5 interpolation functions
Glenn Kennard
2014-10-28
1
-0
/
+3
*
r600g: Drop references to destroyed blend state
Michel Dänzer
2014-10-22
1
-1
/
+8
*
r600g: Implement GL_ARB_sample_shading
Glenn Kennard
2014-10-12
1
-0
/
+20
*
r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruption
Marek Olšák
2014-09-03
1
-6
/
+6
*
r600g: Fix flat/smooth shade state toggle
10.3-branchpoint
Glenn Kennard
2014-08-21
1
-1
/
+3
*
r600g: copy IA_MULTI_VGT_PARAM programming from radeonsi for Cayman
Marek Olšák
2014-08-19
1
-0
/
+24
*
radeonsi: use r600_draw_rectangle from r600g
Marek Olšák
2014-08-19
1
-64
/
+0
*
r600g: Implement BPTC texture support
Glenn Kennard
2014-08-15
1
-0
/
+24
*
r600g: implement invalidation of texture buffer objects
Marek Olšák
2014-08-14
1
-3
/
+36
*
r600g: use gpu_address from r600_resource
Marek Olšák
2014-08-09
1
-3
/
+3
*
r600g: use TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-3
/
+8
*
r600g: remove assert on draw with count == 0
Christoph Bumiller
2014-06-02
1
-1
/
+0
*
r600g: fix for broken CULL_FRONT behavior on R6xx
Marek Olšák
2014-04-25
1
-0
/
+19
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
1
-2
/
+2
*
r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData
Marek Olšák
2014-03-11
1
-4
/
+1
*
r600g,radeonsi: set priorities for relocations
Marek Olšák
2014-03-11
1
-4
/
+10
*
r600g: port color buffer format conversion from radeonsi
Marek Olšák
2014-03-04
1
-0
/
+149
*
r600g,radeonsi: consolidate create_surface and surface_destroy
Marek Olšák
2014-02-25
1
-44
/
+0
*
r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems
Tom Stellard
2014-02-24
1
-1
/
+1
[next]