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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directly
Marek Olšák
2017-09-11
1
-2
/
+2
*
gallium/u_blitter: don't pass GENERIC in VS if it's not needed
Marek Olšák
2017-09-11
1
-17
/
+45
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
4
-92
/
+107
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
6
-36
/
+47
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
6
-71
/
+72
*
gallium/radeon: use rectangles for 1D and 2D texture blits
Marek Olšák
2017-09-11
1
-7
/
+13
*
i965/tex: add missing include
Eric Engestrom
2017-09-10
1
-0
/
+1
*
radv: Actually check for vm faults.
Bas Nieuwenhuizen
2017-09-09
3
-3
/
+9
*
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
2017-09-09
3
-31
/
+59
*
llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
Roland Scheidegger
2017-09-09
1
-1
/
+1
*
gallivm: fix gather implementation a bit
Roland Scheidegger
2017-09-09
1
-10
/
+48
*
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
[next]