index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build systems: move git_sha1_gen.sh to bin/
Eric Engestrom
2017-07-06
5
-5
/
+5
*
swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
Tim Rowley
2017-07-06
2
-5
/
+5
*
swr/rast: remove unused variables
Tim Rowley
2017-07-06
2
-4
/
+0
*
swr/rast: don't use _mm256_fmsub_ps in AVX code
Tim Rowley
2017-07-06
1
-1
/
+5
*
swr/rast: _mm*_undefined_* implementations for gcc<4.9
Tim Rowley
2017-07-06
1
-0
/
+6
*
etnaviv: don't dereference etna_resource pointer if allocation fails
Aleksander Morgado
2017-07-06
1
-3
/
+7
*
scons: Check for xlocale.h before defining HAVE_XLOCALE_H.
Vinson Lee
2017-07-06
1
-1
/
+3
*
radv: add support for cmd predication.
Dave Airlie
2017-07-06
5
-30
/
+64
*
glsl: check if any of the named builtins are available first
Ilia Mirkin
2017-07-05
3
-4
/
+14
*
nir/spirv: Rework function argument setup
Jason Ekstrand
2017-07-05
3
-28
/
+34
*
nir/spirv: Stop trying to convert pointers to SSA in glsl450
Jason Ekstrand
2017-07-05
1
-1
/
+6
*
nir/spirv: Use real pointer types
Jason Ekstrand
2017-07-05
4
-15
/
+60
*
nir/spirv: Stop using glsl_type for function types
Jason Ekstrand
2017-07-05
3
-31
/
+31
*
nir/spirv: Beef up the type system a bit
Jason Ekstrand
2017-07-05
2
-28
/
+59
*
nir/spirv: Compact vtn_type
Jason Ekstrand
2017-07-05
2
-26
/
+39
*
nir/spirv: Simplify type copying
Jason Ekstrand
2017-07-05
1
-7
/
+1
*
nir/spirv: Compute offsets for UBOs and SSBOs up-front
Jason Ekstrand
2017-07-05
2
-27
/
+138
*
nir/spirv: Rework the way pointers get dereferenced
Jason Ekstrand
2017-07-05
2
-64
/
+88
*
nir/spirv: Break variable creation out into a helper
Jason Ekstrand
2017-07-05
1
-172
/
+184
*
nir/spirv: Remove unneeded parameters from pointer_to_offset
Jason Ekstrand
2017-07-05
3
-19
/
+8
*
nir/spirv: Simplify matrix loads/stores
Jason Ekstrand
2017-07-05
2
-100
/
+90
*
nir/spirv: Use the correct stride for non-32-bit vectors
Jason Ekstrand
2017-07-05
1
-1
/
+1
*
nir/spirv: Wrap access chains in a new vtn_pointer data structure
Jason Ekstrand
2017-07-05
4
-159
/
+187
*
nir/spirv: Rename some things from access_chain to pointer
Jason Ekstrand
2017-07-05
4
-82
/
+73
*
nir/spirv: Split up Uniform and UniformConstant storage classes
Jason Ekstrand
2017-07-05
1
-3
/
+7
*
nir/spirv: Add a storage_class_to_mode helper
Jason Ekstrand
2017-07-05
1
-45
/
+78
*
nir/spirv: Use the type from the deref for atomics
Jason Ekstrand
2017-07-05
1
-3
/
+3
*
nir/spirv: Move a "}"
Jason Ekstrand
2017-07-05
1
-1
/
+1
*
i965: Move surface resolves back to draw/dispatch time
Jason Ekstrand
2017-07-05
4
-121
/
+143
*
mesa: Avoid set comprehension.
Vinson Lee
2017-07-05
1
-1
/
+1
*
ac/nir: Move VS position exports before param exports.
Bas Nieuwenhuizen
2017-07-05
1
-55
/
+54
*
radv: Always set depthbuffer using image format instead of iview format.
Bas Nieuwenhuizen
2017-07-05
1
-2
/
+2
*
radv: Disable depth & stencil tests when the depthbuffer doesn't support it.
Bas Nieuwenhuizen
2017-07-05
6
-11
/
+36
*
egl: android: Fix potential use of unitialized variable
Tomasz Figa
2017-07-05
1
-1
/
+3
*
intel: common: Fix link failure with standalone Android build
Tomasz Figa
2017-07-05
1
-0
/
+5
*
Android: generate symlinks for all enabled gallium drivers
Mauro Rossi
2017-07-05
2
-1
/
+2
*
android: build imx-drm winsys
Tomeu Vizoso
2017-07-05
3
-2
/
+44
*
android: add etnaviv driver build support
Rob Herring
2017-07-05
4
-2
/
+78
*
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2017-07-05
2
-1
/
+6
*
st/mesa: use pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-21
/
+2
*
tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
Nicolai Hähnle
2017-07-05
2
-0
/
+40
*
tgsi_from_mesa: add pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-0
/
+23
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
5
-99
/
+203
*
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
2017-07-05
3
-6
/
+28
*
glsl_to_nir: zero-initialize var->data.descriptor_set
Nicolai Hähnle
2017-07-05
1
-0
/
+1
*
glsl: add glsl_base_type_is_integer
Nicolai Hähnle
2017-07-05
1
-0
/
+11
*
nir: add NIR_PRINT environment variable
Nicolai Hähnle
2017-07-05
1
-0
/
+19
*
glsl/blob: add valgrind checks that written data is defined
Nicolai Hähnle
2017-07-05
2
-0
/
+13
*
glsl: explicitly zero out padding to gl_shader_variable bitfield
Nicolai Hähnle
2017-07-05
1
-1
/
+4
*
glsl: simplify add_uniform_to_shader::visit_field
Nicolai Hähnle
2017-07-05
1
-6
/
+5
[next]