index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-18
freedreno: update generated headers
Rob Clark
6
-17
/
+80
2016-12-18
freedreno/a5xx: fix stride/size for mem->gmem blits
Rob Clark
1
-5
/
+7
2016-12-17
radv/winsys: consolidate request->fence code
Dave Airlie
1
-22
/
+19
2016-12-17
radv: handle fence allocation failing
Dave Airlie
1
-1
/
+4
2016-12-17
radv: Don't bail out on pipeline create failure.
Bas Nieuwenhuizen
1
-21
/
+17
2016-12-16
spirv/nir: add support for ImageGatherExtended
Ilia Mirkin
1
-7
/
+69
2016-12-16
anv: Fix uniform and storage buffer offset alignment limits.
Francisco Jerez
1
-2
/
+2
2016-12-16
nir: Remove nir_array from lower_locals_to_regs
Thomas Helland
1
-9
/
+0
2016-12-16
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
9
-54
/
+255
2016-12-16
nir: Turn imov/fmov of undef into undef
Timothy Arceri
1
-6
/
+6
2016-12-15
egl/x11: cleanup init code
Eric Engestrom
1
-14
/
+10
2016-12-15
nir/lower_tex: fix number of components in replace_gradient_with_lod()
Iago Toral Quiroga
1
-1
/
+2
2016-12-15
Revert "nir: Turn imov/fmov of undef into undef."
Timothy Arceri
1
-3
/
+1
2016-12-14
i965/vec4: Fix TCS output reads with non-zero component qualifiers.
Kenneth Graunke
1
-5
/
+5
2016-12-14
i965/disasm: Decode dataport constant cache control fields.
Francisco Jerez
1
-0
/
+1
2016-12-14
i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.
Francisco Jerez
4
-33
/
+0
2016-12-14
i965/fs: Drop useless access mode override from pull constant generator code.
Francisco Jerez
1
-2
/
+0
2016-12-14
i965/fs: Fetch one cacheline of pull constants at a time.
Francisco Jerez
2
-19
/
+18
2016-12-14
i965/fs: Expose arbitrary pull constant load sizes to the IR.
Francisco Jerez
4
-27
/
+26
2016-12-14
i965: Factor out oword block read and write message control calculation.
Francisco Jerez
2
-12
/
+8
2016-12-14
i965/fs: Switch to the constant cache for uniform pull constants.
Francisco Jerez
4
-91
/
+36
2016-12-14
i965: Let the caller of brw_set_dp_write/read_message control the target cache.
Francisco Jerez
3
-42
/
+43
2016-12-14
i965/gen6+: Invalidate constant cache on brw_emit_mi_flush().
Francisco Jerez
1
-0
/
+1
2016-12-14
genxml: Make Gen8 3DSTATE_DS SIMD8 enable work like Gen9+.
Kenneth Graunke
1
-1
/
+4
2016-12-14
genxml: Rename "DS Function Enable" to "Function Enable".
Kenneth Graunke
2
-2
/
+2
2016-12-14
anv: Reject VkMemoryAllocateInfo::allocationSize == 0
Chad Versace
1
-5
/
+2
2016-12-14
egl: Fix crashes in eglCreate*Surface()
Chad Versace
1
-2
/
+2
2016-12-13
i965/miptree: Use intel_miptree_copy for maps
Jason Ekstrand
1
-12
/
+8
2016-12-13
i965/blit: Fix the src dimension sanity check in miptree_copy
Jason Ekstrand
1
-2
/
+10
2016-12-13
docs: add INTEL_conservative_rasterization to relaese notes for 13.1.0
Lionel Landwerlin
1
-0
/
+1
2016-12-13
main: add INTEL_conservative_rasterization enum query support
Lionel Landwerlin
2
-0
/
+8
2016-12-13
glapi: add missing INTEL_conservative_rasterization
Lionel Landwerlin
1
-0
/
+4
2016-12-13
extensions: update INTEL_conservative_rasterization dependencies
Lionel Landwerlin
1
-1
/
+1
2016-12-13
main: don't error when enabling conservative rasterization on gles
Lionel Landwerlin
1
-1
/
+1
2016-12-13
main: use new driver flag for conservative rasterization state
Lionel Landwerlin
6
-7
/
+19
2016-12-13
nir/lower_tex: lower gradients on shadow cube maps if lower_txd_shadow is set
Iago Toral Quiroga
1
-2
/
+4
2016-12-13
i965: remove brw_lower_texture_gradients
Iago Toral Quiroga
5
-358
/
+1
2016-12-13
i965/nir: enable lowering of texture gradient for shadow samplers
Iago Toral Quiroga
1
-0
/
+3
2016-12-13
nir/lower_tex: add lowering for texture gradient on shadow samplers
Iago Toral Quiroga
2
-0
/
+67
2016-12-13
i965/nir: enable lowering of texture gradient for cube maps
Iago Toral Quiroga
1
-0
/
+1
2016-12-13
nir/lower_tex: add lowering for texture gradient on cube maps
Iago Toral Quiroga
2
-0
/
+213
2016-12-13
nir/lower_tex: generalize get_texture_size()
Iago Toral Quiroga
1
-5
/
+10
2016-12-12
treewide: s/comparitor/comparator/
Ilia Mirkin
31
-85
/
+85
2016-12-12
nir: Only float and double types can be matrices
Ian Romanick
2
-19
/
+24
2016-12-12
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2
-222
/
+138
2016-12-12
nir: Move fsat outside of fmin/fmax if second arg is 0 to 1.
Matt Turner
2
-0
/
+25
2016-12-12
i965/fs: Reject copy propagation into SEL if not min/max.
Matt Turner
2
-1
/
+12
2016-12-12
i965/fs: Add unit tests for copy propagation pass.
Matt Turner
2
-0
/
+211
2016-12-12
i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
Matt Turner
3
-15
/
+16
2016-12-12
radeonsi: shrink the GSVS ring to account for the reduced item sizes
Nicolai Hähnle
1
-1
/
+1
[prev]
[next]