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
...
*
radeonsi: disable ReZ
Marek Olšák
2016-10-13
1
-7
/
+4
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
9
-24
/
+185
*
gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY
Marek Olšák
2016-10-13
2
-1
/
+3
*
radeonsi: fix regression in image atomics
Nicolai Hähnle
2016-10-13
1
-1
/
+1
*
st/mesa: fix vertex elements setup for doubles
Nicolai Hähnle
2016-10-13
1
-48
/
+50
*
st/glsl_to_tgsi: remove unnecessary ir_instruction argument from get_opcode
Nicolai Hähnle
2016-10-13
1
-3
/
+3
*
st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded offsets
Nicolai Hähnle
2016-10-13
1
-1
/
+17
*
st/glsl_to_tgsi: simplify translate_tex_offset
Nicolai Hähnle
2016-10-13
1
-50
/
+14
*
radeonsi: fix the coordinate overloading of llvm.amdgcn.image.atomic.cmpswap.*
Nicolai Hähnle
2016-10-13
1
-2
/
+7
*
radv: Return correct result in EnumeratePhysicalDevices
Nicolas Koch
2016-10-13
1
-0
/
+2
*
st/mesa: only flip stipple pattern for winsys fbo's
Ilia Mirkin
2016-10-12
1
-3
/
+7
*
swr: automake: add ar_eventhandlerfile_h.template to the tarball
Emil Velikov
2016-10-12
1
-1
/
+2
*
radv: add all headers to the sources list
Emil Velikov
2016-10-12
1
-1
/
+12
*
nvc0/ir: fix textureGather with a single offset
Ilia Mirkin
2016-10-12
1
-2
/
+2
*
nv50/ir: copy over value's register id when resolving merge of a phi
Ilia Mirkin
2016-10-12
1
-1
/
+3
*
st/mesa: enable ARB_enhanced_layouts and turn the cap on
Nicolai Hähnle
2016-10-12
4
-3
/
+10
*
st/glsl_to_tgsi: adjust swizzles and writemasks for explicit components
Nicolai Hähnle
2016-10-12
1
-19
/
+49
*
st/glsl_to_tgsi: explicitly track all input and output declaration
Nicolai Hähnle
2016-10-12
1
-154
/
+171
*
st/glsl_to_tgsi: mark "gaps" in input/output arrays as used
Nicolai Hähnle
2016-10-12
1
-8
/
+24
*
st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
Nicolai Hähnle
2016-10-12
1
-0
/
+4
*
st/glsl_to_tgsi: simpler fixup of empty writemasks
Nicolai Hähnle
2016-10-12
1
-27
/
+10
*
st/glsl_to_tgsi: explicit handling of writemask for depth/stencil export
Nicolai Hähnle
2016-10-12
1
-8
/
+17
*
glsl: dump explicit location when printing IR
Nicolai Hähnle
2016-10-12
1
-3
/
+7
*
tgsi/ureg: add ureg_DECL_output_layout
Nicolai Hähnle
2016-10-12
2
-13
/
+38
*
tgsi/ureg: add layout/component input declarations
Nicolai Hähnle
2016-10-12
2
-12
/
+76
*
tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays
Nicolai Hähnle
2016-10-12
1
-8
/
+2
*
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
2016-10-12
17
-0
/
+24
*
radeonsi: Use the new image load/store intrinsic signatures
Tom Stellard
2016-10-12
1
-14
/
+45
*
radeonsi: Add function for converting LLVM type to intrinsic string
Tom Stellard
2016-10-12
1
-10
/
+32
*
radeonsi: Refactor image store/load intrinsic name creation
Tom Stellard
2016-10-12
1
-11
/
+18
*
winsys/amdgpu: fix infinite loop w/ RADEON_NOOP=1 caused by unsubmitted fences
Marek Olšák
2016-10-12
1
-2
/
+5
*
radeonsi: fix R600_DEBUG=precompile for shader-db
Marek Olšák
2016-10-12
1
-0
/
+6
*
radeonsi: use TC write-back instead of full cache invalidation
Marek Olšák
2016-10-12
3
-13
/
+7
*
radeonsi: implement TC L2 write-back (flush) without cache invalidation
Marek Olšák
2016-10-12
2
-28
/
+74
*
radeonsi: don't invalidate VMEM L1 for memory barriers for index buffers
Marek Olšák
2016-10-12
1
-3
/
+4
*
nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)
Samuel Pitoiset
2016-10-12
1
-0
/
+87
*
mapi: fix out-of-tree build dependencies
Nicolai Hähnle
2016-10-12
1
-2
/
+2
*
draw: initialize shader inputs
Roland Scheidegger
2016-10-12
1
-0
/
+7
*
radv: trivial case stmt style fixups
Edward O'Callaghan
2016-10-12
1
-3
/
+3
*
anv: Return correct result in EnumeratePhysicalDevices
Nicolas Koch
2016-10-11
1
-0
/
+2
*
anv: Allow vp_info to be NULL in 3DSTATE_CLIP code.
Kenneth Graunke
2016-10-11
1
-1
/
+1
*
anv: Fix anv_pipeline_validate_create_info assertions.
Kenneth Graunke
2016-10-11
1
-7
/
+9
*
trace: add invalidate_resource callback
Ilia Mirkin
2016-10-11
1
-0
/
+21
*
radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)
Gustaw Smolarczyk
2016-10-12
1
-4
/
+7
*
radv: fix strict aliasing violation
Grigori Goronzy
2016-10-12
1
-2
/
+5
*
radv: fix uninitialized variables
Grigori Goronzy
2016-10-12
2
-2
/
+2
*
radv: add missing unreachable
Grigori Goronzy
2016-10-12
1
-0
/
+1
*
radv: remove the validation layer and some related bits.
Dave Airlie
2016-10-12
2
-37
/
+2
*
radv: drop entrypoint split out.
Dave Airlie
2016-10-12
3
-73
/
+2
*
radv: drop the RADV_CALL macro.
Dave Airlie
2016-10-12
7
-50
/
+42
[prev]
[next]