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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
2017-09-13
9
-36
/
+36
*
swr/rast: Remove hardcoded clip/cull slot from clipper
Tim Rowley
2017-09-13
1
-14
/
+21
*
swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
Tim Rowley
2017-09-13
3
-8
/
+15
*
swr/rast: Move clip/cull enables in API
Tim Rowley
2017-09-13
9
-40
/
+40
*
swr/rast: Add new API SwrStallBE
Tim Rowley
2017-09-13
2
-0
/
+17
*
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
4
-28
/
+89
*
radeonsi: implement pipe_context::fence_server_sync
Marek Olšák
2017-09-11
2
-0
/
+52
*
gallium/radeon: add a proper fail path for calloc in r600_flush_from_st
Marek Olšák
2017-09-11
1
-3
/
+6
*
radeonsi/gfx9: fix interprocess resource sharing on Raven
Marek Olšák
2017-09-11
1
-1
/
+3
*
r600: handle the non-TXF_LZ support path.
Dave Airlie
2017-09-11
1
-1
/
+1
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
2
-4
/
+9
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
4
-8
/
+18
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
4
-19
/
+19
*
gallium/radeon: use rectangles for 1D and 2D texture blits
Marek Olšák
2017-09-11
1
-7
/
+13
*
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
2017-09-09
1
-9
/
+16
*
llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
Roland Scheidegger
2017-09-09
1
-1
/
+1
*
svga: abort shader translation upon indirect indexing of temporaries
Charmaine Lee
2017-09-08
1
-0
/
+6
*
r300: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
1
-1
/
+3
*
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
2017-09-08
1
-21
/
+3
*
radeonsi: move si_emit_ballot() to ac
Connor Abbott
2017-09-08
1
-32
/
+6
*
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
2017-09-08
1
-43
/
+2
*
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
2017-09-08
1
-34
/
+9
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
7
-11
/
+11
*
radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPR
Marek Olšák
2017-09-07
1
-6
/
+14
*
radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPR
Marek Olšák
2017-09-07
3
-6
/
+20
*
radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HS
Marek Olšák
2017-09-07
2
-1
/
+11
*
radeonsi: don't read the LS output vertex stride from an SGPR in LS
Marek Olšák
2017-09-07
1
-4
/
+21
*
radeonsi: don't read the number of TCS out vertices from an SGPR in TCS
Marek Olšák
2017-09-07
1
-2
/
+15
*
radeonsi: don't always apply the PrimID instancing bug workaround on SI
Marek Olšák
2017-09-07
1
-1
/
+1
*
radeonsi: remove 2 callbacks from si_shader_context
Marek Olšák
2017-09-07
3
-17
/
+13
*
llvmpipe, draw: increase shader cache limits
Roland Scheidegger
2017-09-07
1
-3
/
+1
*
radeon/uvd: fix the assertion check for YUYV format
Leo Liu
2017-09-06
1
-3
/
+5
*
swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib types
Tim Rowley
2017-09-06
3
-1189
/
+446
*
swr/rast: Remove use of C++14 template variable
Tim Rowley
2017-09-06
2
-6
/
+14
*
swr/rast: SIMD16 FE remove templated immediates workaround
Tim Rowley
2017-09-06
1
-90
/
+20
*
swr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
Tim Rowley
2017-09-06
3
-31
/
+15
*
swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib types
Tim Rowley
2017-09-06
5
-1739
/
+696
*
swr/rast: Removed some trailing whitespace caught during review
Tim Rowley
2017-09-06
3
-10
/
+10
*
swr: set caps for VB 4-byte alignment
Tim Rowley
2017-09-06
1
-3
/
+6
*
swr/rast: Allow gather of floats from fetch shader with 2-4GB offsets
Tim Rowley
2017-09-06
2
-1
/
+7
*
radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug
Nicolai Hähnle
2017-09-06
5
-24
/
+85
*
amd/common: pass chip_class to ac_dump_reg
Nicolai Hähnle
2017-09-06
1
-15
/
+30
*
radeonsi/gfx9: always flush DB metadata on framebuffer changes
Nicolai Hähnle
2017-09-06
3
-4
/
+14
*
svga: move index buffer bind flag assertion
Charmaine Lee
2017-09-05
1
-3
/
+3
*
svga: avoid emitting redundant SetShaderResources and SetVertexBuffers
Charmaine Lee
2017-09-05
2
-18
/
+116
*
radeonsi/gfx9: implement primitive binning
Marek Olšák
2017-09-05
10
-7
/
+489
*
radeonsi: add more state flags into si_state_dsa
Marek Olšák
2017-09-05
2
-1
/
+23
*
radeonsi/gfx9: don't use BREAK_BATCH and FLUSH_DFSM if DFSM is disabled
Marek Olšák
2017-09-05
2
-3
/
+4
*
radeonsi: eliminate PS color outputs when colormask kills them
Marek Olšák
2017-09-04
3
-0
/
+6
*
gallium/radeon: sort DBG shader flags according to pipe_shader_type
Marek Olšák
2017-09-04
4
-35
/
+17
[next]