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: use enums in p_shader_tokens.h (v2)
Marek Olšák
2016-04-22
1
-139
/
+164
*
gallium: use enums in p_defines.h (v2)
Marek Olšák
2016-04-22
1
-173
/
+205
*
radeonsi: remove the shader parameter from si_set_ring_buffer
Marek Olšák
2016-04-22
3
-15
/
+11
*
radeonsi: decrease GS copy shader user SGPRs to 2
Marek Olšák
2016-04-22
2
-3
/
+3
*
radeonsi: shorten slot masks to 32 bits
Marek Olšák
2016-04-22
4
-63
/
+61
*
radeonsi: clean up shader resource limit definitions
Marek Olšák
2016-04-22
3
-23
/
+12
*
radeonsi: move default tess level constant buffer to RW buffers
Marek Olšák
2016-04-22
5
-10
/
+35
*
radeonsi: move sample positions constant buffer to RW buffers
Marek Olšák
2016-04-22
3
-4
/
+5
*
radeonsi: move clip plane constant buffer to RW buffers
Marek Olšák
2016-04-22
4
-14
/
+12
*
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
2016-04-22
6
-101
/
+55
*
radeonsi: generalize si_set_constant_buffer
Marek Olšák
2016-04-22
1
-10
/
+17
*
radeonsi: make RW buffer descriptor array global, not per shader stage
Marek Olšák
2016-04-22
2
-51
/
+43
*
radeonsi: rename and rearrange RW buffer slots
Marek Olšák
2016-04-22
4
-30
/
+39
*
gallivm: fix bogus argument order to lp_build_sample_mipmap function
Roland Scheidegger
2016-04-21
1
-2
/
+2
*
i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.
Kenneth Graunke
2016-04-21
1
-0
/
+1
*
i965/blorp: Improve precission of blitting coordinates when clipping
Iago Toral Quiroga
2016-04-21
1
-61
/
+163
*
radeonsi: Add config parameter to si_shader_apply_scratch_relocs.
Bas Nieuwenhuizen
2016-04-21
4
-3
/
+5
*
glsl: Relax GLSL 1.10 float suffix error to a warning.
Matt Turner
2016-04-21
1
-2
/
+2
*
i965/fs: Readd opt_drop_redundant_mov_to_flags().
Matt Turner
2016-04-21
2
-0
/
+41
*
i965/blorp: Do not emit pma stall on gen9+
Topi Pohjolainen
2016-04-21
1
-1
/
+3
*
swr: add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT to get_param
Tim Rowley
2016-04-21
1
-0
/
+1
*
i965: automake: remove gratuitous "+" during variable assignment
Emil Velikov
2016-04-21
1
-2
/
+2
*
gbm: add GBM_FORMAT_XBGR8888 format support
Rob Herring
2016-04-21
1
-0
/
+7
*
st/dri: add 32-bit RGBX/RGBA formats
Rob Herring
2016-04-21
2
-0
/
+10
*
dri/common: add MESA_FORMAT_R8G8B8{A8, X8}_UNORM formats as supported configs
Rob Herring
2016-04-21
1
-0
/
+10
*
i965: add build rule for brw_nir_trig_workarounds.c on Android
Rob Herring
2016-04-21
4
-2
/
+49
*
glsl: android: add back missing generated glcpp include path
Rob Herring
2016-04-21
1
-0
/
+1
*
loader: add a libdrm case for loader_get_device_name_for_fd
Jonathan Gray
2016-04-21
1
-1
/
+25
*
i965/tiled_memcpy: don't unconditionally use __builtin_bswap32
Jonathan Gray
2016-04-21
1
-1
/
+14
*
egl/x11: authenticate before doing chipset id ioctls
Jonathan Gray
2016-04-21
1
-54
/
+56
*
gallium/radeon: Silence possibly uninitialized variable warning.
Bas Nieuwenhuizen
2016-04-21
1
-1
/
+1
*
winsys/amdgpu: Silence possibly uninitialized variable warning.
Bas Nieuwenhuizen
2016-04-21
1
-0
/
+3
*
radeonsi: Enable loading into CE RAM.
Bas Nieuwenhuizen
2016-04-21
3
-0
/
+14
*
radeonsi: Use defines for CONTEXT_CONTROL instead of magic values.
Bas Nieuwenhuizen
2016-04-21
2
-2
/
+5
*
winsys/amdgpu: fix preamble IB size
Thomas Hindoe Paaboel Andersen
2016-04-21
1
-0
/
+1
*
i965/blorp: Reduce the urb size requirement for vertex buffer
Topi Pohjolainen
2016-04-21
1
-5
/
+4
*
i965/blorp: Reduce the size of vertex buffer
Topi Pohjolainen
2016-04-21
1
-12
/
+19
*
i965/blorp: Do not tricker urb re-configuration unnecessarily
Topi Pohjolainen
2016-04-21
2
-1
/
+5
*
i965/blorp: Skip re-emitting urb config whenever possible
Topi Pohjolainen
2016-04-21
1
-0
/
+15
*
i965/blorp: Prepare to switch from compute pipeline
Topi Pohjolainen
2016-04-21
1
-0
/
+2
*
i965/blorp: Skip uploading state/options not needed for clears
Topi Pohjolainen
2016-04-21
3
-17
/
+37
*
i965/blorp: Re-introduce clear programs
Topi Pohjolainen
2016-04-21
5
-4
/
+473
*
i965/meta: Move check for srgb into is_color_fast_clear_compatible()
Topi Pohjolainen
2016-04-21
2
-17
/
+19
*
i965/meta: Expose check for fast clear compatibility
Topi Pohjolainen
2016-04-21
2
-20
/
+25
*
i965/meta: Expose fast clear value setup
Topi Pohjolainen
2016-04-21
2
-5
/
+10
*
i965/meta: Expose non-fast clear rectangle calculation
Topi Pohjolainen
2016-04-21
2
-10
/
+21
*
i965/meta: Expose resolve clear rectangle calculation
Topi Pohjolainen
2016-04-21
2
-7
/
+15
*
i965/meta: Expose fast clear rectangle calculation
Topi Pohjolainen
2016-04-21
2
-19
/
+33
*
i965: Declare input to mcs alignment calculation constant
Topi Pohjolainen
2016-04-21
2
-2
/
+2
*
i965/blorp: Switch the order of render and texture targets
Topi Pohjolainen
2016-04-21
2
-1
/
+5
[next]