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
...
*
r600g: get rid of dummy pixel shader
Constantine Kharlamov
2017-04-10
1
-28
/
+30
*
r600g: add draw_vbo check for a NULL pixel shader
Constantine Kharlamov
2017-04-10
1
-1
/
+6
*
r600g: skip repeating vs, gs, and tes shader binds
Constantine Kharlamov
2017-04-10
1
-1
/
+7
*
r600g: check rasterizer primitive states like in radeonsi
Constantine Kharlamov
2017-04-04
1
-8
/
+13
*
r600g: extract a code into a r600_emit_rasterizer_prim_state()
Constantine Kharlamov
2017-04-04
1
-11
/
+26
*
r600g: remove duplicate memset by using a pointer, and constify args
Constantine Kharlamov
2017-04-04
1
-22
/
+19
*
r600g: Add more (un)likely functions
Constantine Kharlamov
2017-04-03
1
-6
/
+4
*
r600g: Remove intermediate assignment of pipe_draw_info
Constantine Kharlamov
2017-04-03
1
-51
/
+50
*
r600g: Use separate index_bias variable
Constantine Kharlamov
2017-04-03
1
-3
/
+5
*
r600g: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-0
/
+4
*
r600g: make framebuffer atom rely on dual src blend state.
Dave Airlie
2017-03-15
1
-0
/
+4
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+2
*
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
[prev]
[next]