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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
docs: add sha256 checksums for 17.1.9
Andres Gomez
2017-09-09
1
-1
/
+2
*
docs: add release notes for 17.1.9
Andres Gomez
2017-09-09
1
-0
/
+143
*
mesa: whitespace, formatting fixes in teximage.c
Brian Paul
2017-09-08
1
-55
/
+55
*
mesa: provide more info in some texture image error messages
Brian Paul
2017-09-08
1
-9
/
+11
*
svga: abort shader translation upon indirect indexing of temporaries
Charmaine Lee
2017-09-08
1
-0
/
+6
*
radv: keep track of the disasm string in debug mode only
Samuel Pitoiset
2017-09-08
2
-1
/
+9
*
radv: add shader_variant_create() helper function
Samuel Pitoiset
2017-09-08
1
-58
/
+56
*
radv: drop 'dump' parameters from some shader related functions
Samuel Pitoiset
2017-09-08
3
-22
/
+19
*
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
2017-09-08
11
-523
/
+642
*
radv: fix error code when initializing the push descriptors
Samuel Pitoiset
2017-09-08
1
-1
/
+1
*
radv: do not update vertex descriptors if the allocation failed
Samuel Pitoiset
2017-09-08
1
-4
/
+8
*
radv: add radv_vertex_elements_info data structure
Samuel Pitoiset
2017-09-08
3
-18
/
+26
*
gallium/tests: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
3
-3
/
+9
*
r300: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
1
-1
/
+3
*
glx: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
1
-1
/
+2
*
radv: add an assertion when pushing meta descriptor sets
Samuel Pitoiset
2017-09-08
1
-0
/
+1
*
mesa/st: Fix frontbuffer rendering regression
Thomas Hellstrom
2017-09-08
1
-0
/
+3
*
i965: Don't special case the batchbuffer when reference counting.
Kenneth Graunke
2017-09-08
1
-11
/
+4
*
ac: remove bitcast_to_float()
Connor Abbott
2017-09-08
1
-16
/
+2
*
ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.c
Connor Abbott
2017-09-08
3
-162
/
+172
*
ac: fix ac_get_type_size() for doubles
Connor Abbott
2017-09-08
1
-0
/
+1
*
radv/ac: use ac_get_type_size.
Dave Airlie
2017-09-08
1
-23
/
+3
*
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
2017-09-08
3
-21
/
+39
*
radeonsi: move si_emit_ballot() to ac
Connor Abbott
2017-09-08
3
-32
/
+35
*
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
2017-09-08
3
-43
/
+47
*
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
2017-09-08
3
-34
/
+35
*
radv/winsys: fix flags vs va_flags thinko.
Dave Airlie
2017-09-08
1
-1
/
+1
*
radv: use simpler indirect packet 3 if possible.
Dave Airlie
2017-09-07
1
-14
/
+23
*
radv/gfx9: allocate events from uncached VA space
Dave Airlie
2017-09-07
3
-3
/
+8
*
radv/winsys: use amdgpu_bo_va_op_raw.
Dave Airlie
2017-09-07
1
-7
/
+24
*
Revert "st/va: add enviromental variable to disable interlace"
Leo Liu
2017-09-07
1
-4
/
+0
*
st/va: move YUV content to deinterlaced buffer when reallocated for encoder
Leo Liu
2017-09-07
1
-1
/
+10
*
st/va: reallocate the buffer if the layout isn't supported
Leo Liu
2017-09-07
1
-9
/
+12
*
vl/compositor: make vl_compositor_set_yuv_layer() static
Leo Liu
2017-09-07
2
-44
/
+28
*
st/omx: use vl/compositor helper function for YUV deinterlacing
Leo Liu
2017-09-07
1
-30
/
+2
*
vl/compositor: make a helper function for YUV deinterlacing
Leo Liu
2017-09-07
2
-0
/
+40
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
11
-14
/
+18
*
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Gert Wollny
2017-09-07
1
-0
/
+1
*
mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12
Gert Wollny
2017-09-07
1
-1
/
+6
*
mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBase
Iago Toral Quiroga
2017-09-07
1
-0
/
+22
*
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
*
winsys/amdgpu: disable local BOs on Raven
Marek Olšák
2017-09-07
1
-1
/
+2
*
disk_cache: make the thread queue resizable and low priority
Marek Olšák
2017-09-07
1
-6
/
+8
*
loader/dri3: Make sure we invalidate a drawable on size change
Thomas Hellstrom
2017-09-07
1
-0
/
+2
[prev]
[next]