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
*
egl/android: Remove unused variables
Tomasz Figa
2016-07-20
1
-2
/
+0
*
gallium/dri: Add shared glapi to LIBADD on Android
Tomasz Figa
2016-07-20
1
-0
/
+7
*
mesa: scons: remove left over src/glsl include
Emil Velikov
2016-07-20
1
-1
/
+0
*
mesa: scons: list builddir before srcdir
Emil Velikov
2016-07-20
1
-4
/
+4
*
mesa: automake: list builddir before srcdir
Emil Velikov
2016-07-20
1
-3
/
+3
*
radeonsi: advertise 8 bits subpixel precision for viewport bounds
Józef Kucia
2016-07-20
1
-1
/
+2
*
r600: advertise 8 bits subpixel precision for viewport bounds
Józef Kucia
2016-07-20
1
-1
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
18
-0
/
+21
*
nvc0: disable MS images on GM107+
Samuel Pitoiset
2016-07-20
1
-0
/
+7
*
nv50/ir: print OP_SUREDB subops in debug mode
Samuel Pitoiset
2016-07-20
1
-0
/
+1
*
gm107/ir: add emission for SUREDx
Samuel Pitoiset
2016-07-20
1
-0
/
+50
*
gm107/ir: add emission for SUSTx and SULDx
Samuel Pitoiset
2016-07-20
1
-0
/
+104
*
gm107/ra: fix constraints for surface operations
Samuel Pitoiset
2016-07-20
1
-2
/
+23
*
gm107/ir: lower surface operations
Samuel Pitoiset
2016-07-20
2
-1
/
+77
*
nvc0: bind images for 3d/cp shaders on GM107+
Samuel Pitoiset
2016-07-20
5
-18
/
+207
*
nvc0: increase the tex handles area size in the driver cb
Samuel Pitoiset
2016-07-20
1
-11
/
+11
*
nir: Fix uninitialized use of 'replacement'.
Kenneth Graunke
2016-07-19
1
-1
/
+1
*
i965: Use tex_mocs instead of rb_mocs for GL images.
Kenneth Graunke
2016-07-19
1
-1
/
+1
*
winsys/amdgpu: use pb_cache buckets for fewer pb_cache misses
Marek Olšák
2016-07-19
1
-6
/
+21
*
winsys/radeon: use pb_cache buckets for fewer pb_cache misses
Marek Olšák
2016-07-19
1
-7
/
+22
*
gallium/pb_cache: reduce the number of pointer dereferences
Marek Olšák
2016-07-19
1
-7
/
+9
*
gallium/pb_cache: divide the cache into buckets for reducing cache misses
Marek Olšák
2016-07-19
5
-26
/
+47
*
gallium/pb_cache: check parameters that are more likely to fail first
Marek Olšák
2016-07-19
1
-8
/
+7
*
radeonsi: emit PS exports last
Marek Olšák
2016-07-19
1
-13
/
+31
*
radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITS
Marek Olšák
2016-07-19
1
-2
/
+6
*
radeonsi: really wait for the second EOP event and not the first one
Marek Olšák
2016-07-19
1
-1
/
+5
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
5
-16
/
+4
*
nir/algebraic: Optimize fabs(u2f(x))
Ian Romanick
2016-07-19
1
-0
/
+1
*
st/mesa: Enable MESA_shader_integer_functions on all GLSL 1.30 platforms
Ian Romanick
2016-07-19
2
-1
/
+16
*
i965: Enable MESA_shader_integer_functions on all GLSL 1.30 platforms
Ian Romanick
2016-07-19
2
-6
/
+15
*
i965: Don't lower uaddCarry and usubBorrow in both GLSL IR and NIR
Ian Romanick
2016-07-19
1
-3
/
+1
*
i965: Update assertion to account for Gen < 7
Ian Romanick
2016-07-19
1
-1
/
+4
*
i965: Use LZD to implement nir_op_find_lsb on Gen < 7
Ian Romanick
2016-07-19
2
-3
/
+45
*
i965: Use LZD to implement nir_op_ifind_msb on Gen < 7
Ian Romanick
2016-07-19
2
-21
/
+90
*
i965: Use LZD to implement nir_op_ufind_msb
Ian Romanick
2016-07-19
4
-1
/
+54
*
i965: Always enable GL_ARB_shading_language_packing
Ian Romanick
2016-07-19
1
-1
/
+1
*
i965: Move enable of EXT_shader_integer_mix
Ian Romanick
2016-07-19
1
-1
/
+2
*
glsl: Add lowering pass for ir_bin_imul_high
Ian Romanick
2016-07-19
2
-0
/
+150
*
glsl: Add lowering pass for ir_unop_find_msb
Ian Romanick
2016-07-19
2
-0
/
+107
*
glsl: Add lowering pass for ir_unop_find_lsb
Ian Romanick
2016-07-19
2
-0
/
+87
*
glsl: Add lowering pass for ir_unop_bitfield_reverse
Ian Romanick
2016-07-19
2
-0
/
+92
*
glsl: Add lowering pass for ir_quadop_bitfield_insert
Ian Romanick
2016-07-19
2
-0
/
+74
*
glsl: Add lowering pass for ir_triop_bitfield_extract
Ian Romanick
2016-07-19
2
-0
/
+81
*
glsl: Add lowering pass for ir_unop_bit_count
Ian Romanick
2016-07-19
2
-0
/
+54
*
MESA_shader_integer_functions: Allow new function overload matching rules
Ian Romanick
2016-07-19
1
-5
/
+7
*
MESA_shader_integer_functions: Allow implicit int->uint conversions
Ian Romanick
2016-07-19
2
-6
/
+10
*
MESA_shader_integer_functions: Expose new built-in functions
Ian Romanick
2016-07-19
1
-11
/
+20
*
MESA_shader_integer_functions: Boiler plate extension tracking
Ian Romanick
2016-07-19
6
-0
/
+10
*
MESA_shader_integer_functions: Add extension specification
Ian Romanick
2016-07-19
1
-0
/
+520
*
gm107/ir: make use of ADD32I for all immediates
Samuel Pitoiset
2016-07-19
1
-1
/
+1
[next]