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-08-23
meson: Run the install script with Python 3
Mathieu Bridon
5
-0
/
+5
2018-08-23
glsl: remove execute bit and shebang from python tests
Emil Velikov
3
-3
/
+0
2018-08-22
i965: Enable INTEL_shader_atomic_float_minmax on Gen9+
Ian Romanick
1
-0
/
+1
2018-08-22
i965: Sort Gen9+ extension enables
Ian Romanick
1
-3
/
+3
2018-08-22
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
14
-1
/
+261
2018-08-22
intel/compiler: Expand untyped atomic message type field by a bit
Ian Romanick
3
-4
/
+9
2018-08-22
intel/compiler: Silence unused parameter warnings
Ian Romanick
5
-7
/
+5
2018-08-22
nir: Add floating point atomic min, max, and compare-swap instrinsics
Ian Romanick
4
-8
/
+50
2018-08-22
nir: Add floating point atomic add instrinsics
Ian Romanick
5
-5
/
+22
2018-08-22
glsl: Add support for lowering shared-variable float atomics
Ian Romanick
1
-3
/
+3
2018-08-22
glsl: Add support for lowering SSBO float atomics
Ian Romanick
1
-3
/
+3
2018-08-22
glsl: Add built-in functions for INTEL_shader_atomic_float_minmax
Ian Romanick
1
-1
/
+32
2018-08-22
mesa: Extension boilerplate for INTEL_shader_atomic_float_minmax
Ian Romanick
4
-0
/
+5
2018-08-22
glsl: Add built-in functions for NV_shader_atomic_float
Ian Romanick
1
-3
/
+48
2018-08-22
mesa: Extension boilerplate for NV_shader_atomic_float
Ian Romanick
4
-0
/
+5
2018-08-22
meson: fix egl build for android
Gurchetan Singh
1
-0
/
+1
2018-08-22
meson: fix egl build for surfaceless
Gurchetan Singh
1
-0
/
+1
2018-08-22
nir: Give end_block its own index
Caio Marcelo de Oliveira Filho
1
-1
/
+4
2018-08-22
nir: Skip common instructions when comparing deref paths
Caio Marcelo de Oliveira Filho
1
-0
/
+3
2018-08-22
nir: Export deref comparison functions
Caio Marcelo de Oliveira Filho
3
-132
/
+132
2018-08-22
util/dynarray: add a clone function
Caio Marcelo de Oliveira Filho
1
-0
/
+9
2018-08-22
amd/addrlib: Fix include path for c99_compat.h
Mariusz Ceier
1
-1
/
+1
2018-08-23
vulkan/wsi: fix pointer-integer conversion warnings
Grazvydas Ignotas
2
-3
/
+3
2018-08-23
radv: use different builtin shader cache for 32bit
Grazvydas Ignotas
1
-9
/
+7
2018-08-23
radv: place pointer length into cache uuid
Grazvydas Ignotas
1
-1
/
+1
2018-08-23
llvmpipe: add cc clobber to inline asm
Grazvydas Ignotas
1
-1
/
+2
2018-08-22
intel/isl: Avoid tiling some 16K-wide render targets
Nanley Chery
1
-0
/
+23
2018-08-22
i965/miptree: Fix can_blit_slice()
Nanley Chery
1
-4
/
+3
2018-08-22
i965/miptree: Use miptree_map in map_blit functions
Nanley Chery
1
-8
/
+6
2018-08-22
intel/tools/aubwrite: Always use physical addresses for traces.
Rafael Antognolli
2
-11
/
+13
2018-08-22
intel/tools/aubwrite: Rename "legacy" to "Trace Block".
Rafael Antognolli
1
-1
/
+1
2018-08-22
nir/vars_to_ssa: Don't build deref nodes for non-local variables
Jason Ekstrand
1
-4
/
+14
2018-08-22
ac: fix WAITCNT flags for GFX9
Marek Olšák
3
-9
/
+6
2018-08-22
amd/addrlib: mark physicalSliceSize as MAYBE_UNUSED in Addr::V1::EgBasedLib::...
Kai Wasserbäch
1
-1
/
+1
2018-08-22
amd/addrlib: mark numPipes as MAYBE_UNUSED in Addr::V1::EgBasedLib::SanityChe...
Kai Wasserbäch
1
-1
/
+3
2018-08-22
amd/addrlib: mark *pEqToCheck as MAYBE_UNUSED in Addr::V2::Gfx9Lib::ComputeSt...
Kai Wasserbäch
1
-1
/
+1
2018-08-22
amd/addrlib: mark microBlockDim as MAYBE_UNUSED in Addr::V2::Gfx9Lib::HwlComp...
Kai Wasserbäch
1
-1
/
+3
2018-08-22
amd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGetExportNorm
Kai Wasserbäch
2
-1
/
+4
2018-08-22
intel: aubinator_viewer: add urb view
Lionel Landwerlin
3
-0
/
+172
2018-08-22
intel: aubinator_viewer: store urb state during decoding
Lionel Landwerlin
2
-23
/
+153
2018-08-22
intel: tools: add aubinator viewer
Lionel Landwerlin
6
-0
/
+2788
2018-08-22
intel: tools: import ImGui
Lionel Landwerlin
19
-2
/
+31693
2018-08-22
intel: tools: aub_mem: reuse already mapped ppgtt buffers
Lionel Landwerlin
1
-5
/
+11
2018-08-22
intel: tools: aubmem: map gtt data to aub file
Lionel Landwerlin
2
-0
/
+35
2018-08-22
intel: tools: create libaub
Lionel Landwerlin
1
-2
/
+12
2018-08-22
intel: tools: aubwrite: wrap function declarations for c++
Lionel Landwerlin
1
-0
/
+8
2018-08-22
intel: tools: split memory management out of aubinator
Lionel Landwerlin
5
-353
/
+493
2018-08-22
util: rb_tree: add safe iterators
Lionel Landwerlin
1
-0
/
+58
2018-08-22
intel: tools: split aub parsing from aubinator
Lionel Landwerlin
5
-279
/
+460
2018-08-22
meson: Run the test with Python 3
Mathieu Bridon
2
-4
/
+10
[next]