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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-05
Android: generate symlinks for all enabled gallium drivers
Mauro Rossi
2
-1
/
+2
2017-07-05
android: build imx-drm winsys
Tomeu Vizoso
2
-0
/
+41
2017-07-05
android: add etnaviv driver build support
Rob Herring
3
-0
/
+75
2017-07-05
tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
Nicolai Hähnle
2
-0
/
+40
2017-07-05
tgsi_from_mesa: add pipe_shader_type_from_mesa
Nicolai Hähnle
1
-0
/
+23
2017-07-05
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
3
-0
/
+195
2017-07-05
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
3
-6
/
+28
2017-07-05
gallium/radeon: fix VDPAU breakage, need VRAM with WC
Marek Olšák
1
-1
/
+2
2017-07-04
a5xx: enable polygon offset clamps
Ilia Mirkin
1
-1
/
+3
2017-07-04
a5xx: implement logicop support
Ilia Mirkin
3
-7
/
+13
2017-07-04
a5xx: enable polygon mode selection
Ilia Mirkin
4
-7
/
+24
2017-07-04
a5xx: disable ARB_depth_clamp for now
Ilia Mirkin
1
-1
/
+3
2017-07-04
a5xx: fix clip_halfz support
Ilia Mirkin
3
-4
/
+7
2017-07-04
a5xx: improve 3d texture sampling
Ilia Mirkin
1
-3
/
+0
2017-07-04
a5xx: remove one of the MIPFILTER_LINEAR bits
Ilia Mirkin
1
-1
/
+0
2017-07-04
a5xx: enable formats newly added to the headers
Ilia Mirkin
1
-69
/
+69
2017-07-04
a5xx: include color swap when decoding vertices
Ilia Mirkin
1
-0
/
+1
2017-07-04
a5xx: update headers
Ilia Mirkin
1
-10
/
+47
2017-07-04
gallium/radeon: attempt to fix a compiler failure in radeon_winsys.h
Marek Olšák
1
-1
/
+1
2017-07-04
winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOs
Marek Olšák
2
-3
/
+5
2017-07-04
gallium/radeon: allow suballocating textures
Marek Olšák
2
-1
/
+15
2017-07-04
gallium/radeon: generalize the function for in-place texture reallocation
Marek Olšák
1
-21
/
+43
2017-07-04
gallium/radeon: add radeon_winsys::buffer_is_suballocated
Marek Olšák
3
-0
/
+17
2017-07-04
gallium/radeon: clean up pb_cache bucket/usage determination
Marek Olšák
3
-32
/
+30
2017-07-04
gallium/radeon: enable suballocations for VRAM with no CPU access
Marek Olšák
4
-4
/
+21
2017-07-04
gallium/radeon: clean up (domain, flags) <-> (slab heap) translations
Marek Olšák
5
-74
/
+79
2017-07-04
gallium/radeon: remove RADEON_FLAG_CPU_ACCESS
Marek Olšák
5
-25
/
+6
2017-07-04
gallium/radeon: disallow exports of sparse and suballocated BOs
Marek Olšák
2
-8
/
+6
2017-07-04
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
1
-24
/
+23
2017-07-04
gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOC
Marek Olšák
6
-9
/
+9
2017-07-04
gallium/radeon: fix a possible crash for buffer exports
Marek Olšák
1
-9
/
+15
2017-07-04
gallium/radeon: ignore PIPE_BIND_SHARED for buffers
Marek Olšák
1
-2
/
+0
2017-07-04
radeonsi: add a HUD query for getting an average GFX BO list size
Marek Olšák
7
-0
/
+27
2017-07-04
vc4: automake: include vc4_cl_dump.h in
Juan A. Suarez Romero
1
-0
/
+1
2017-07-03
svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFER
Brian Paul
2
-1
/
+5
2017-07-03
svga: fix texture buffer object regression
Brian Paul
1
-9
/
+11
2017-07-03
svga: move assertion in draw_vgpu10()
Brian Paul
1
-1
/
+1
2017-07-03
svga: fix buffer binding flags initialization
Brian Paul
1
-0
/
+6
2017-07-03
winsys/radeon: only call pb_slabs_reclaim when slabs are actually used
Nicolai Hähnle
1
-1
/
+2
2017-07-02
swr: Limit memory held by defer deleted resources.
Bruce Cherniak
1
-0
/
+6
2017-06-30
svga: add texture size/levels sanity check code in svga_texture_create()
Brian Paul
1
-0
/
+33
2017-06-30
gallium/docs: document that TXF is used with PIPE_BUFFER resources
Brian Paul
1
-1
/
+2
2017-06-30
gallium/docs: clarify that samplers are not used with PIPE_BUFFER resources
Brian Paul
1
-0
/
+8
2017-06-30
vc4: Start using XML unpack functions in CL dump.
Eric Anholt
5
-19
/
+67
2017-06-30
vc4: Replace a couple of magic numbers with #define usage.
Eric Anholt
1
-2
/
+2
2017-06-30
vc4: Move rasterizer state packing to CSO creation time.
Eric Anholt
4
-29
/
+25
2017-06-30
vc4: Convert the driver to emitting the shader record using pack macros.
Eric Anholt
3
-54
/
+92
2017-06-30
vc4: Simplify pack header usage
Eric Anholt
4
-35
/
+28
2017-06-30
vc4: Start using the pack header.
Eric Anholt
4
-51
/
+130
2017-06-30
vc4: Introduce XML-based packet header generation like Intel's.
Eric Anholt
1
-1
/
+4
[next]