index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
gallium/u_tests: add a compute shader test that clears an image
Marek Olšák
1
-0
/
+77
2018-11-21
ac: handle cast derefs
Dave Airlie
1
-0
/
+3
2018-11-21
radv: handle loading from shared pointers
Dave Airlie
1
-9
/
+18
2018-11-21
ac: avoid casting pointers on bcsel and stores
Dave Airlie
3
-3
/
+14
2018-11-20
meson: Add tests to suites
Dylan Baker
24
-33
/
+70
2018-11-20
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
5
-2
/
+13
2018-11-20
glx: make xf86vidmode mandatory for direct rendering
Emil Velikov
4
-20
/
+3
2018-11-20
ac/nir: fix intrinsic name string size in visit_image_atomic()
Samuel Pitoiset
1
-1
/
+1
2018-11-19
radv: Use structured intrinsics instead of indexing workaround for GFX9.
Bas Nieuwenhuizen
3
-8
/
+75
2018-11-19
i965: Allow only one slot of clip distances to be set on Gen4-5.
Kenneth Graunke
1
-1
/
+3
2018-11-19
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
5
-15
/
+40
2018-11-19
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
1
-16
/
+8
2018-11-19
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
1
-41
/
+32
2018-11-19
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
1
-4
/
+2
2018-11-20
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
1
-2
/
+2
2018-11-20
nir: move getting deref from var after we check deref type.
Dave Airlie
1
-4
/
+3
2018-11-20
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2
-8
/
+10
2018-11-19
intel/fs,vec4: Fix a compiler warning
Jason Ekstrand
2
-3
/
+3
2018-11-19
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
4
-34
/
+50
2018-11-19
gbm: add missing comma between strings
Eric Engestrom
1
-1
/
+1
2018-11-19
radv: implement fast HTILE clears for depth or stencil only on GFX9
Samuel Pitoiset
2
-5
/
+269
2018-11-19
radv: rewrite the condition that checks allowed depth/stencil values
Samuel Pitoiset
1
-8
/
+4
2018-11-19
radv: check allowed fast HTILE clears a bit earlier
Samuel Pitoiset
1
-0
/
+5
2018-11-19
radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpers
Samuel Pitoiset
1
-2
/
+16
2018-11-19
radv: add radv_get_htile_fast_clear_value() helper
Samuel Pitoiset
1
-3
/
+18
2018-11-19
radv: remove unnecessary goto in the fast clear paths
Samuel Pitoiset
1
-28
/
+24
2018-11-19
radv/winsys: remove the max IBs per submit limit for the sysmem path
Samuel Pitoiset
1
-17
/
+29
2018-11-19
radv/winsys: remove the max IBs per submit limit for the fallback path
Samuel Pitoiset
1
-48
/
+55
2018-11-19
etnaviv: use dummy RT buffer when rendering without color buffer
Lucas Stach
3
-2
/
+19
2018-11-19
virgl: fix vtest regression since fencing changes.
Dave Airlie
1
-0
/
+1
2018-11-19
radv: always clear the FCE predicate after DCC/FMASK/CMASK decompressions
Samuel Pitoiset
1
-5
/
+8
2018-11-19
radv: tidy up radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
5
-15
/
+14
2018-11-19
radeonsi: fix an out-of-bounds read reported by ASAN
Nicolai Hähnle
1
-0
/
+4
2018-11-19
r600: Only set context streamout strides info from the shader that has outputs
Gert Wollny
1
-3
/
+9
2018-11-19
i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONS
Gert Wollny
1
-1
/
+1
2018-11-19
virgl: Use file descriptor instead of un-allocated object
Gert Wollny
1
-1
/
+1
2018-11-19
i965: Add support for and expose EXT_texture_sRGB_R8
Gert Wollny
2
-0
/
+2
2018-11-19
i965: Force zero swizzles for unused components in GL_RED and GL_RG
Gert Wollny
1
-0
/
+4
2018-11-19
i965: be more specific about FBO completeness errors
Gert Wollny
1
-19
/
+23
2018-11-19
i965: Correct L8_UNORM_SRGB table entry
Gert Wollny
1
-1
/
+1
2018-11-18
virgl: Clean up fences commit
Robert Foss
4
-4
/
+1
2018-11-17
i915: Delete swizzling detection logic.
Kenneth Graunke
4
-31
/
+0
2018-11-16
nv50/ir/ra: enforce max register requirement, and change spill order
Ilia Mirkin
4
-16
/
+26
2018-11-16
nv50/ir/ra: improve condition for short regs, unify with cond for 16-bit
Ilia Mirkin
1
-7
/
+7
2018-11-16
nv50/ir: delete MINMAX instruction that is no longer in the BB
Ilia Mirkin
1
-1
/
+1
2018-11-16
egl: Print the actual message to the console from _eglError().
Eric Anholt
1
-12
/
+20
2018-11-16
loader: Factor out the common driver opening logic from each loader.
Eric Anholt
15
-238
/
+131
2018-11-16
loader: Stop using a local definition for an in-tree header
Eric Anholt
1
-8
/
+2
2018-11-16
egl: Move loader_set_logger() up to egl_dri2.c.
Eric Anholt
5
-10
/
+2
2018-11-16
glx: Move DRI extensions pointer loading to driOpenDriver().
Eric Anholt
6
-52
/
+26
[next]