index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.
Bas Nieuwenhuizen
1
-2
/
+6
2017-02-08
mesa: (trivial) include <inttypes.h> for PRIx64 macros
Roland Scheidegger
1
-0
/
+1
2017-02-08
swr: [rasterizer jitter] Pass LLVM-IR size into jitter
Tim Rowley
3
-3
/
+4
2017-02-08
swr: [rasterizer core] Frontend SIMD16 WIP
Tim Rowley
4
-293
/
+331
2017-02-08
swr: [rasterizer jitter] Disable unsafe FP optimizations in the jitter
Tim Rowley
1
-1
/
+1
2017-02-08
swr: [rasterizer core] Frontend SIMD16 WIP
Tim Rowley
4
-142
/
+243
2017-02-08
swr: [rasterizer jitter] Add DEBUGTRAP jit builder function
Tim Rowley
2
-1
/
+9
2017-02-08
swr: [rasterizer jitter] Multisample blend jit fix
Tim Rowley
1
-2
/
+2
2017-02-08
swr: [rasterizer jitter] Change SimdVector representation to array
Tim Rowley
2
-6
/
+2
2017-02-08
swr: [rasterizer jitter] Fix issues with stream-out on llvm>=3.8
Tim Rowley
3
-6
/
+6
2017-02-08
swr: [rasterizer jitter] Adjust jitter header includes
Tim Rowley
6
-11
/
+11
2017-02-08
swr: [rasterizer core] Frontend SIMD16 WIP
Tim Rowley
5
-43
/
+813
2017-02-08
r600/sb: Fix memory leak
Bartosz Tomczyk
1
-1
/
+7
2017-02-08
mesa: use PRId64/PRIu64 when printing 64-bit ints
Timothy Arceri
1
-2
/
+2
2017-02-08
mesa/st: fix strict aliasing issue in int64 code.
Dave Airlie
1
-4
/
+2
2017-02-08
mesa/uniform: fix strict aliasing issues with int64 code.
Dave Airlie
1
-12
/
+26
2017-02-07
radv: handle dcc in explicit image resolve path. (v2)
Dave Airlie
1
-3
/
+8
2017-02-07
radv: Enable fast clears by default.
Bas Nieuwenhuizen
3
-4
/
+4
2017-02-07
spirv: Add more asserts in vtn_vector_construct
Jason Ekstrand
1
-0
/
+15
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
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
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
[next]