index
:
~cwabbott0/mesa
cwabbott-lima
cwabbott-lima-2
glsl-to-nir-builder
i965-fp64
i965-fp64-v2
i965-fp64-v3
i965-payload-interference
i965-sched
i965-sched-conservative
i965-sched-conservative-v2
i965-sched-test
i965-sched-v2
i965-sched-v3
i965-use-ssa
i965-use-ssa-v2
ir3-sched
jenkins
master
nir-cf-insert-instr
nir-control-flow-mod
nir-cse-hash
nir-cse-hash-v2
nir-dead-cf-v2
nir-dead-cf-v3
nir-dead-cf-v4
nir-dead-cf-v5
nir-deref-instr
nir-divergence
nir-divergence-v2
nir-divergence-v3
nir-divergence-v4
nir-docs
nir-equality-saturation
nir-factor-phis
nir-foreach-block-rewrite
nir-foreach-block-rewrite-v2
nir-foreach-ssa-src
nir-gvn
nir-gvn-v2
nir-opcodes-cleanup
nir-opcodes-cleanup-v2
nir-opt-remove-phis
nir-reassociate-consts
nir-review-v1
nir-serialize
nir-v1.0.1
nir-value-range
nir-vec4-out-of-ssa
nir-vectorize
nir-worklist
radv-amd-shader-ballot
radv-anv-64bit-fixes
radv-doom-exts
radv-rewrite-vars
radv-shader-ballot
radv-shader-ballot-v3
radv-shader-ballot-v4
random-fp64-fixes
shader-time-hacks
test-compressed-wa
test-fp64-compressed-wa
ue4
wip/nir-vtn
Connor's silly Mesa stuff.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-07
travis: add nearly all gallium drivers to the list
Emil Velikov
1
-2
/
+2
2017-02-07
travis: correct libdrm required regex to also track libdrm itself
Emil Velikov
1
-1
/
+1
2017-02-07
configure.ac: add swr to the gallium drivers list.
Emil Velikov
1
-1
/
+1
2017-02-07
configure.ac: list all the dri-drivers in the help string
Emil Velikov
1
-1
/
+1
2017-02-06
glsl: correct compute shader checks for memoryBarrier functions
Marc Di Luzio
1
-6
/
+12
2017-02-07
gallium/tgsi: fix oob access in parse instruction
Li Qiang
1
-1
/
+1
2017-02-06
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
1
-31
/
+0
2017-02-06
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
3
-48
/
+5
2017-02-06
i965: Use a better guardband calculation.
Jason Ekstrand
4
-82
/
+126
2017-02-06
i965: Combine the Gen6 SF and Clip viewport atoms.
Kenneth Graunke
3
-57
/
+30
2017-02-07
radv: pass FMASK alignment to application
Dave Airlie
1
-0
/
+1
2017-02-07
radv: Pass DCC alignment to application.
Bas Nieuwenhuizen
1
-0
/
+1
2017-02-07
radv: Pass CMASK alignment to application.
Bas Nieuwenhuizen
1
-0
/
+1
2017-02-06
radv/ac: avoid the fmask path when doing txs.
Dave Airlie
1
-1
/
+2
2017-02-06
swr: [rasterizer core] Removed unused clip code.
Bruce Cherniak
2
-26
/
+0
2017-02-06
swr: [rasterizer core] Remove dead code Clipper::ClipScalar()
Bruce Cherniak
1
-39
/
+0
2017-02-06
gallium: Remove vc4 simulator hack from loader infrastructure.
Eric Anholt
2
-21
/
+0
2017-02-06
loader: Add an environment variable to override driver name choice.
Eric Anholt
1
-0
/
+11
2017-02-06
targets: Use a macro to reduce cut and paste in driver setup.
Eric Anholt
1
-111
/
+22
2017-02-07
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
7
-851
/
+934
2017-02-06
eglmesaext: add new enums for EGL_MESA_drm_image_formats
Nicolai Hähnle
1
-0
/
+7
2017-02-06
docs: add EGL_MESA_drm_image_formats extension proposal
Nicolai Hähnle
2
-0
/
+103
2017-02-06
dri/common: clear the loaderPrivate pointer in driDestroyDrawable
Nicolai Hähnle
1
-0
/
+12
2017-02-06
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
2
-3
/
+19
2017-02-06
glx/dri3: guard in_current_context against a disappeared drawable
Nicolai Hähnle
1
-0
/
+4
2017-02-06
glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
Nicolai Hähnle
1
-0
/
+2
2017-02-06
anv/pipeline: set ThreadDispatchEnable conditionally
Juan A. Suarez Romero
1
-23
/
+26
2017-02-06
main/fboject: default_framebuffer allowed for GetFramebufferParameter
Alejandro Piñeiro
1
-7
/
+37
2017-02-06
main/fbobject: implement new 4.5 pnames for GetFramebufferParameter
Alejandro Piñeiro
1
-0
/
+18
2017-02-06
main/framebuffer: refactor _mesa_get_color_read_format/type
Alejandro Piñeiro
4
-22
/
+71
2017-02-03
radv: fix shared memory load/stores.
Dave Airlie
1
-0
/
+7
2017-02-03
radv/ac: correctly size shared memory usage.
Dave Airlie
1
-1
/
+1
2017-02-03
radv: fix compute shared memory stores since 64-bit.
Dave Airlie
1
-1
/
+3
2017-02-03
docs: replace URL in features.txt
Brian Paul
1
-2
/
+3
2017-02-03
mesa: whitespace fixes in context.c
Brian Paul
1
-31
/
+31
2017-02-03
anv/blorp: Disable resolves for transparent black clears
Nanley Chery
1
-2
/
+8
2017-02-03
anv/cmd_buffer: Don't temporarily enable CCS_E within a render pass
Nanley Chery
1
-2
/
+13
2017-02-03
mesa: Don't crash when destroying contexts created with no visual.
Kenneth Graunke
1
-1
/
+1
2017-02-03
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
Samuel Pitoiset
1
-7
/
+10
2017-02-03
android: fix droid_create_image_from_prime_fd_yuv for YV12
Tapani Pälli
1
-1
/
+1
2017-02-03
ilo: EOL unmaintained older gallium intel driver
Edward O'Callaghan
120
-58007
/
+0
2017-02-03
ilo: EOL drop unmaintained gallium drv from buildsys
Edward O'Callaghan
11
-50
/
+6
2017-02-03
ilo: EOL unplumb unmaintained gallium drv from winsys
Edward O'Callaghan
5
-85
/
+0
2017-02-02
configure: libdrm is a single package
Ilia Mirkin
1
-16
/
+16
2017-02-02
st/mesa: MAX_VARYING is the max supported number of patch varyings, not min
Ilia Mirkin
1
-1
/
+1
2017-02-02
vbo: process buffer binding state changes on draw when recording
Ilia Mirkin
1
-0
/
+7
2017-02-03
radv/ac: move to using shared emit_ddxy code.
Dave Airlie
1
-68
/
+7
2017-02-03
radeonsi/ac: move most of emit_ddxy to shared code.
Dave Airlie
3
-71
/
+93
2017-02-03
radv/ac: use shared thread id code
Dave Airlie
1
-42
/
+2
2017-02-03
radeonsi/ac: move get thread id to shared code.
Dave Airlie
3
-56
/
+55
[next]