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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-12
i965/blorp: fix release build unused variable warning
Grazvydas Ignotas
1
-3
/
+1
2016-12-12
virgl: Fix a strict-aliasing violation in the encoder
Edward O'Callaghan
1
-1
/
+7
2016-12-11
i965: Print out cycle estimates at the start of block annotations.
Kenneth Graunke
1
-1
/
+1
2016-12-11
mesa: Return LINEAR encoding for winsys FBO depth/stencil.
Kenneth Graunke
1
-2
/
+7
2016-12-11
intel/aubinator: fix 32bit shift overflow warning
Grazvydas Ignotas
1
-1
/
+1
2016-12-11
anv: fix release build unused variable warnings
Grazvydas Ignotas
2
-2
/
+3
2016-12-10
radv/ac: some fix maybe-uninitialized warnings
Grazvydas Ignotas
1
-1
/
+4
2016-12-10
radv/meta: use VK_NULL_HANDLE for handles
Grazvydas Ignotas
3
-4
/
+4
2016-12-10
radv: fix release build unused variable warnings
Grazvydas Ignotas
2
-19
/
+21
2016-12-10
softpipe: fix release build unused variable warning
Grazvydas Ignotas
1
-1
/
+1
2016-12-10
radeonsi: fix release build unused variable warnings
Grazvydas Ignotas
2
-2
/
+2
2016-12-10
i965/mt: Disable HiZ when sharing depth buffer externally (v2)
Chad Versace
1
-7
/
+22
2016-12-10
i965/mt: Disable aux surfaces after making miptree shareable
Chad Versace
1
-0
/
+2
2016-12-09
spirv: Use a simpler and more correct implementaiton of tanh()
Jason Ekstrand
1
-9
/
+14
2016-12-09
glsl: Use a simpler formula for tanh
Jason Ekstrand
1
-8
/
+10
2016-12-10
anv: Clean up some unused variables
Edward O'Callaghan
1
-15
/
+0
2016-12-09
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
5
-34
/
+188
2016-12-09
egl: add and enable EGL_KHR_config_attribs
Emil Velikov
2
-0
/
+7
2016-12-09
egl/surfaceless: remove duplicate KHR_image_base enablement
Emil Velikov
1
-2
/
+0
2016-12-09
egl: unexport _eglConvertIntsToAttribs
Eric Engestrom
2
-4
/
+1
2016-12-09
egl: rename static functions to match convention
Eric Engestrom
1
-9
/
+9
2016-12-09
compiler/glsl: fix precision problem of tanh
Haixia Shi
1
-2
/
+10
2016-12-09
swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512
Tim Rowley
2
-26
/
+24
2016-12-09
radv: Use enum for memory types.
Bas Nieuwenhuizen
2
-28
/
+21
2016-12-09
radv: Use enum for memory heaps.
Bas Nieuwenhuizen
2
-8
/
+17
2016-12-09
radv: Clean up some unused variables.
Bas Nieuwenhuizen
1
-16
/
+0
2016-12-09
i965: delay adding built-in uniforms to Parameters list
Timothy Arceri
1
-23
/
+19
2016-12-08
swr: [rasterizer core] supply proper clip distances to point sprites
Ilia Mirkin
1
-3
/
+9
2016-12-08
swr: [rasterizer core] perform perspective division on clip distances
Ilia Mirkin
1
-6
/
+8
2016-12-08
radv/ac: no need to pass nir to the post outputs handling
Dave Airlie
1
-9
/
+6
2016-12-08
radv: fix warnings in ubo load code.
Dave Airlie
1
-3
/
+0
2016-12-08
radv/ac: pass a mask of array params not a number.
Dave Airlie
1
-5
/
+6
2016-12-08
radv: split out a chunk of variant filling code.
Dave Airlie
1
-33
/
+43
2016-12-08
radv/meta: don't pass rect into blit2d src function.
Dave Airlie
1
-2
/
+1
2016-12-08
radv/meta: cleanup image info setup.
Dave Airlie
1
-19
/
+13
2016-12-08
radv/meta: split copyimage api into api and meta function
Dave Airlie
1
-11
/
+23
2016-12-08
radv/meta: clean up buffer->image code.
Dave Airlie
1
-35
/
+7
2016-12-08
radv/ac: don't pass nir to create_function
Dave Airlie
1
-7
/
+6
2016-12-08
radv: add missing license file to radv_meta_bufimage.
Dave Airlie
1
-0
/
+27
2016-12-08
radv/ac: use build_gep0 instead of opencoding it.
Dave Airlie
1
-9
/
+5
2016-12-08
radeonsi: disable the constant engine (CE) on Carrizo and Stoney
Marek Olšák
1
-1
/
+4
2016-12-08
radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp"
Michel Dänzer
1
-1
/
+1
2016-12-07
radv: make push constants optional
Dave Airlie
1
-5
/
+17
2016-12-07
radv: only emit descriptor sgprs when needed
Dave Airlie
1
-25
/
+26
2016-12-07
radv: move userdata sgpr ownership to compiler side.
Dave Airlie
3
-73
/
+208
2016-12-07
radv: refactor out the constant setting user sgpr code.
Dave Airlie
1
-18
/
+17
2016-12-07
radv: refactor out the descriptor user sgpr setting.
Dave Airlie
1
-18
/
+18
2016-12-07
radv: only bind descriptor sets to stages that need them
Dave Airlie
1
-16
/
+29
2016-12-07
radv: move descriptor set userdata emission to draw flush time.
Dave Airlie
2
-2
/
+23
2016-12-07
radv: refactor descriptor set userdata emission out.
Dave Airlie
1
-15
/
+22
[next]