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/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
1
-1
/
+1
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
1
-5
/
+9
*
gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counter
Marek Olšák
2017-01-30
1
-4
/
+4
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
gallium/radeon: stop using PIPE_BIND_CUSTOM
Marek Olšák
2016-10-26
1
-2
/
+2
*
gallium/radeon: move r600_common_context::texture_buffers to r600g
Marek Olšák
2016-10-04
1
-1
/
+1
*
gallium/radeon: set VPORT_ZMIN/MAX registers correctly
Marek Olšák
2016-09-05
1
-1
/
+1
*
gallium/radeon: derive buffer placement and flags only at initialization
Marek Olšák
2016-09-05
1
-3
/
+2
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags
Marek Olšák
2016-08-26
1
-1
/
+1
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+1
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
1
-1
/
+1
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
1
-1
/
+1
*
r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
1
-1
/
+3
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
r600g: don't flush caches when binding shader resources
Marek Olšák
2016-06-04
1
-3
/
+0
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
1
-1
/
+1
*
gallium/radeon: use radeon_emit_array
Nicolai Hähnle
2016-05-17
1
-2
/
+1
*
gallium/radeon: use radeon_emit
Nicolai Hähnle
2016-05-17
1
-59
/
+59
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-3
/
+3
*
gallium/radeon: fix crash in r600_set_streamout_targets
Nicolai Hähnle
2016-04-29
1
-1
/
+2
*
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
2016-04-27
1
-1
/
+1
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
r600g: use do_endian_swap in texture swapping function
Oded Gabbay
2016-04-26
1
-1
/
+34
*
r600g: use do_endian_swap in color swapping functions
Oded Gabbay
2016-04-26
1
-1
/
+1
*
r600g: set endianess of 16/32-bit buffers according to do_endian_swap
Oded Gabbay
2016-04-26
1
-4
/
+13
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
1
-3
/
+5
*
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
[prev]
[next]