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
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-1
/
+1
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-6
/
+6
*
r600g: use common scissor and viewport code
Marek Olšák
2016-04-12
1
-50
/
+16
*
r600g: clean up aniso state translation
Marek Olšák
2016-04-12
1
-11
/
+0
*
r600g: add pausing pipeline & streamout queries into set_active_query_state
Marek Olšák
2016-04-12
1
-0
/
+9
*
r600g: implement set_active_query_state for pausing occlusion queries
Marek Olšák
2016-04-12
1
-0
/
+12
*
r600g: simplify r600_set_occlusion_query_state
Marek Olšák
2016-04-12
1
-4
/
+1
*
gallium/radeon: unify checking streamout enable state
Marek Olšák
2016-04-12
1
-3
/
+2
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
1
-23
/
+0
*
r600g: clear compressed_depthtex/colortex_mask when binding buffer texture
Nicolai Hähnle
2016-03-11
1
-12
/
+12
*
r600g: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
1
-0
/
+30
*
gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)
Marek Olšák
2016-03-09
1
-1
/
+8
*
r600g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
1
-11
/
+0
*
gallium/r600: Don't let h/w do endian swap for colorformat
Oded Gabbay
2016-02-29
1
-0
/
+7
*
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
[next]