index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-16
bin: split `write_if_different()` out
Eric Engestrom
1
-7
/
+14
2018-08-16
bin: whitespace cleanup
Eric Engestrom
1
-3
/
+3
2018-08-16
radv: Revert divisor = 0 case for vertex attribute extension.
Bas Nieuwenhuizen
1
-1
/
+1
2018-08-16
radv: Possible on-demand compilation fix.
Bas Nieuwenhuizen
1
-0
/
+8
2018-08-16
mesa/st: fix array indices off-by-one error in remapping
Gert Wollny
2
-6
/
+6
2018-08-15
meson: fix build for egl platform_x11 without dri3 and gbm
Alexander Tsoy
1
-1
/
+1
2018-08-15
Revert "intel/nir: Call nir_lower_io_to_scalar_early"
Jason Ekstrand
1
-12
/
+5
2018-08-15
i965: do not emit empty surface state
Erik Faye-Lund
1
-0
/
+5
2018-08-15
intel/ppgtt: 4096 replaced by PAGE_SIZE
Sergii Romantsov
1
-6
/
+6
2018-08-15
intel/ppgtt: memory address alignment
Sergii Romantsov
1
-4
/
+3
2018-08-16
radv: add Doom workaround
Timothy Arceri
1
-0
/
+3
2018-08-15
i965: Emitting 3DSTATE_SO_BUFFER of 0-size.
Sergii Romantsov
1
-4
/
+5
2018-08-15
virgl: report actual max-texture sizes
Erik Faye-Lund
2
-0
/
+10
2018-08-15
virgl: do not use SP_MAX_TEXTURE_*_LEVELS defines
Erik Faye-Lund
1
-7
/
+3
2018-08-15
docs: Add news item for 18.1.6
Dylan Baker
1
-0
/
+6
2018-08-15
radv: disable the auto-waitcnt-before-barrier LLVM option
Samuel Pitoiset
3
-1
/
+4
2018-08-15
radv: fix memory leaks in radv_load_meta_pipeline()
Samuel Pitoiset
1
-2
/
+3
2018-08-15
radv: drop wrong initialization of COMPUTE_RESOURCE_LIMITS
Samuel Pitoiset
1
-3
/
+1
2018-08-15
docs: update calendar 18.2.0-rc3 is out
Andres Gomez
1
-8
/
+2
2018-08-15
radv/meta_decompress: fix pointer to integer conversion
Mauro Rossi
1
-1
/
+1
2018-08-15
egl/android: fix regression in drm_gralloc path (v2)
Mauro Rossi
1
-0
/
+23
2018-08-15
mesa: shader dump/read support for ARB programs
Tapani Pälli
3
-7
/
+31
2018-08-15
glsl: Avoid calling get_array_element for scalar constants
Danylo Piliaiev
1
-1
/
+1
2018-08-14
radeonsi: enable 1 missing PS_SU perf counter on Polaris
Marek Olšák
1
-1
/
+1
2018-08-14
radeonsi: use radeon_info::name
Marek Olšák
3
-40
/
+12
2018-08-14
ac: add radeon_info::name
Marek Olšák
3
-2
/
+12
2018-08-14
radeonsi: split si_clear_buffer to remove enum si_method
Marek Olšák
6
-53
/
+60
2018-08-14
radeonsi: replace CP_DMA_USE_L2 with enum si_cache_policy
Marek Olšák
2
-26
/
+41
2018-08-14
radeonsi: declare coher in si_copy_buffer
Marek Olšák
1
-8
/
+7
2018-08-14
radeonsi: make PFP_SYNC_ME an explicit CP DMA flag
Marek Olšák
1
-17
/
+25
2018-08-14
radeonsi: don't use emit_data->args in load_emit
Marek Olšák
1
-94
/
+37
2018-08-14
radeonsi: don't use emit_data->args in store_emit
Marek Olšák
1
-92
/
+71
2018-08-14
radeonsi: don't use emit_data->args in atomic_emit
Marek Olšák
3
-36
/
+47
2018-08-14
radeonsi: don't use emit_data->args in build_interp_intrinsic
Marek Olšák
1
-19
/
+13
2018-08-14
radeonsi: inline atomic_fetch_args
Marek Olšák
1
-74
/
+51
2018-08-14
radeonsi: inline store_fetch_args
Marek Olšák
1
-61
/
+42
2018-08-14
radeonsi: inline load_fetch_args
Marek Olšák
1
-39
/
+28
2018-08-14
radeonsi: merge txq_emit and resq_emit
Marek Olšák
1
-48
/
+45
2018-08-14
radeonsi: inline resq_fetch_args
Marek Olšák
1
-62
/
+34
2018-08-14
radeonsi: inline txq_fetch_args
Marek Olšák
1
-26
/
+7
2018-08-14
radeonsi: use get_resinfo directly in lower_gather4_integer
Marek Olšák
1
-13
/
+12
2018-08-14
radeonsi: inline tex_fetch_args into build_tex_intrinsic
Marek Olšák
1
-222
/
+188
2018-08-14
radeonsi: remove fetch_args callbacks for ALU instructions
Marek Olšák
2
-103
/
+55
2018-08-14
radeonsi: move internal TGSI shaders into si_shaderlib_tgsi.c
Marek Olšák
8
-319
/
+348
2018-08-14
radeonsi: implement EXT_window_rectangles
Marek Olšák
9
-2
/
+112
2018-08-14
gallium/u_blitter: save/restore window rectangles
Marek Olšák
2
-0
/
+29
2018-08-14
noop: implement set_window_rectangles
Marek Olšák
1
-0
/
+8
2018-08-14
ddebug: implement set_window_rectangles
Marek Olšák
1
-0
/
+12
2018-08-14
i965: Add a new CFL PCI ID.
Rodrigo Vivi
1
-0
/
+1
2018-08-14
freedreno/ir3: add support for a6xx 'merged' register set
Rob Clark
2
-2
/
+24
[next]