index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-3
/
+3
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
r600: fix viewport clipping handling (v2)
Dave Airlie
2015-12-22
1
-5
/
+11
*
r600/eg: workaround bug with tess shader and dynamic GPRs.
Dave Airlie
2015-12-07
1
-0
/
+7
*
r600: bind geometry shader ring to the correct place
Dave Airlie
2015-12-07
1
-2
/
+9
*
r600: create fixed function tess control shader fallback.
Dave Airlie
2015-12-07
1
-1
/
+41
*
r600: create LDS info constants buffer and write LDS registers. (v2)
Dave Airlie
2015-12-07
1
-0
/
+12
*
r600: hook TES/TCS shaders to the selection logic.
Dave Airlie
2015-12-07
1
-2
/
+32
*
r600: workout bitmask for the used tcs inputs/outputs.
Dave Airlie
2015-12-07
1
-0
/
+25
*
r600: add create/bind/delete shader hooks for tessellation
Dave Airlie
2015-12-07
1
-0
/
+59
*
r600: add shader key entries for tcs and tes.
Dave Airlie
2015-12-07
1
-1
/
+10
*
r600: add PATCHES to the pipe conversion.
Dave Airlie
2015-12-07
1
-0
/
+1
*
r600: use macros for updating the various stages.
Dave Airlie
2015-12-07
1
-15
/
+25
*
r600: add SET_NULL_SHADER macro.
Dave Airlie
2015-12-07
1
-2
/
+7
*
r600: move clip misc and streamout stream updates to a single place
Dave Airlie
2015-12-07
1
-6
/
+11
*
r600: move selecting shaders into earlier code.
Dave Airlie
2015-12-07
1
-5
/
+4
*
r600: use a macro to remove common shader selection code.
Dave Airlie
2015-12-07
1
-12
/
+9
*
r600: move to using hw stages array for hw stage atoms
Dave Airlie
2015-12-07
1
-13
/
+12
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-3
/
+3
*
r600: SMX returns CONTEXT_DONE early workaround
Dave Airlie
2015-12-02
1
-0
/
+12
*
r600: do SQ flush ES ring rolling workaround
Dave Airlie
2015-12-02
1
-0
/
+6
*
r600: consolidate clip state updates
Dave Airlie
2015-11-30
1
-16
/
+15
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
1
-1
/
+1
*
gallium/radeon: remove predicate_drawing flag
Marek Olšák
2015-11-13
1
-1
/
+1
*
gallium/radeon: simplify disabling render condition for u_blitter
Marek Olšák
2015-11-13
1
-5
/
+6
*
r600g: don't set predication on non-draw packets
Marek Olšák
2015-11-13
1
-8
/
+8
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-18
/
+18
*
gallium/radeon: add separate stencil level dirty flags
Marek Olšák
2015-10-03
1
-0
/
+3
*
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
[next]