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
*
mesa: simplify get_tex_images_for_clear()
Brian Paul
2017-07-06
1
-19
/
+14
*
mesa: new comments, assertion related to glClearTexSubImage
Brian Paul
2017-07-06
1
-0
/
+12
*
st/mesa: find proper mipmap level in st_ClearTexSubImage()
Brian Paul
2017-07-06
1
-4
/
+56
*
st/mesa: whitespace fixes in st_cb_fbo.c
Brian Paul
2017-07-06
1
-29
/
+19
*
st/mesa: whitespace fixes in st_texture.c
Brian Paul
2017-07-06
1
-13
/
+15
*
radv: don't overallocate depth/stencil formats
Dave Airlie
2017-07-06
1
-1
/
+1
*
radv: enable sisched toggle in perftest flags.
Dave Airlie
2017-07-06
5
-2
/
+10
*
ac/llvm: set xnack like radeonsi does.
Dave Airlie
2017-07-06
1
-1
/
+3
*
ac/llvm: create features list using snprintf.
Dave Airlie
2017-07-06
1
-2
/
+5
*
ac/radv: change api to create target machine
Dave Airlie
2017-07-06
3
-7
/
+14
*
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
[next]