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
/
gallium
/
auxiliary
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-03
draw: fix incorrect color of flat-shaded clipped lines
Brian Paul
1
-1
/
+12
2014-02-03
gallium/auxiliary/indices: replace free() with FREE()
Brian Paul
1
-1
/
+1
2014-02-03
gallivm: fix opcode and function nesting
Zack Rusin
2
-157
/
+317
2014-02-02
gallivm: add a few const qualifiers
Brian Paul
2
-4
/
+4
2014-02-02
translate: reindent translate_sse.c
Brian Paul
1
-472
/
+474
2014-01-28
gallivm: Workaround http://llvm.org/PR18600
José Fonseca
1
-2
/
+4
2014-01-27
util/u_vbuf: correct map offset calculation for crazy offsets
Ilia Mirkin
1
-1
/
+1
2014-01-27
translate: deal with size overflows by casting to ptrdiff_t
Ilia Mirkin
2
-3
/
+7
2014-01-27
gallium/rtasm: handle mmap failures appropriately
Emil Velikov
1
-3
/
+7
2014-01-23
draw: Save original driver functions earlier.
José Fonseca
2
-14
/
+14
2014-01-23
os/os_thread: Revert pipe_barrier pre-processing logic.
José Fonseca
1
-1
/
+1
2014-01-23
gallium: Use C11 thread abstractions.
José Fonseca
1
-230
/
+32
2014-01-23
os: Remove pipe_static_condvar.
José Fonseca
1
-12
/
+0
2014-01-23
gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formats
Marek Olšák
1
-0
/
+3
2014-01-23
gallium/u_upload_mgr: don't expose u_upload_flush
Marek Olšák
2
-22
/
+4
2014-01-23
gallium/hud: just unmap the upload vertex buffer instead of recreating it
Marek Olšák
1
-1
/
+1
2014-01-23
gallium/vl: use u_upload_mgr to upload vertices for vl_compositor
Marek Olšák
2
-32
/
+20
2014-01-21
draw: fix points with negative w coords for d3d style point clipping
Roland Scheidegger
1
-2
/
+6
2014-01-20
draw: use some cast wrappers in draw_pt_fetch_shade_pipeline*.c
Brian Paul
2
-19
/
+29
2014-01-20
draw: whitespace and formatting fixes in draw_pt_fetch_shade_pipeline*.c
Brian Paul
2
-81
/
+105
2014-01-20
draw: fix incorrect vertex size computation in LLVM drawing code
Brian Paul
2
-11
/
+30
2014-01-20
draw: clean up d3d style point clipping
Roland Scheidegger
5
-25
/
+42
2014-01-19
pipe-loader: Fix build
Armin K
1
-0
/
+1
2014-01-18
pipe-loader: add support for non-pci (platform) devices
Emil Velikov
2
-0
/
+3
2014-01-18
pipe-loader: use loader util lib
Emil Velikov
2
-81
/
+14
2014-01-18
loader: introduce the loader util lib
Emil Velikov
1
-0
/
+1
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
177
-361
/
+361
2014-01-17
gallium: add bits for clipping points as tris (d3d-style)
Roland Scheidegger
6
-7
/
+47
2014-01-16
llvmpipe: do constant buffer bounds checking in shaders
Zack Rusin
5
-39
/
+154
2014-01-13
gallium/util: easy fixes for NULL colorbuffers
Marek Olšák
2
-1
/
+7
2014-01-13
st/mesa: bind NULL colorbuffers as specified by glDrawBuffers
Marek Olšák
2
-0
/
+25
2014-01-07
cso_context: Fix cso_context::sample_mask initial value.
José Fonseca
1
-1
/
+1
2014-01-07
gallium/draw: remove double semicolon
Dave Airlie
1
-1
/
+1
2013-12-23
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
1
-1
/
+4
2013-12-14
gallium/u_blitter: implement shader-based MSAA resolve with bilinear filtering
Marek Olšák
3
-31
/
+149
2013-12-14
gallium/u_blitter: implement shader-based MSAA resolve
Marek Olšák
3
-23
/
+158
2013-12-14
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2
-22
/
+13
2013-12-14
gallivm: fix pointer type for stmxcsr/ldmxcsr
Roland Scheidegger
1
-2
/
+7
2013-12-13
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
1
-1
/
+1
2013-12-12
util: fix compile breakage
Brian Paul
1
-1
/
+1
2013-12-12
util: move variable declaration out of for-loop
Brian Paul
1
-1
/
+3
2013-12-12
gallium/util: implement new color clear API in u_blitter
Marek Olšák
1
-3
/
+42
2013-12-12
gallium: allow choosing which colorbuffers to clear
Marek Olšák
3
-5
/
+6
2013-12-10
draw: fix vbuf caching of vertices with inject front face
Zack Rusin
1
-0
/
+1
2013-12-10
llvmpipe: fix blending with half-float formats
Zack Rusin
2
-0
/
+82
2013-12-03
st/mesa: implement layered framebuffer clear for the clear_with_quad fallback
Marek Olšák
2
-0
/
+25
2013-12-03
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
6
-25
/
+106
2013-11-28
trace: Dump PIPE_QUERY_* enums.
José Fonseca
2
-0
/
+36
2013-11-28
gallium/cso: fix sampler / sampler_view counts
Roland Scheidegger
1
-11
/
+16
2013-11-28
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
1
-0
/
+2
[next]