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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-15
radeonsi: extract TGSI memory/texture opcode handling into its own file
si_shader_mem
Nicolai Hähnle
5
-1841
/
+1886
2017-05-15
radeonsi: make const_array externally accessible
Nicolai Hähnle
2
-13
/
+15
2017-05-15
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
2
-16
/
+20
2017-05-15
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
2
-10
/
+12
2017-05-15
i965: perf: fix pointer to integer cast
Lionel Landwerlin
1
-1
/
+1
2017-05-15
intel: gen-decoder: fix xml parser leak
Lionel Landwerlin
1
-6
/
+7
2017-05-15
radeonsi: enable threaded_context
Marek Olšák
1
-3
/
+34
2017-05-15
gallium/u_threaded: drop and ignore all non-async debug callbacks
Marek Olšák
2
-3
/
+8
2017-05-15
gallium/radeon: add threaded context counter monitoring for HUD
Marek Olšák
3
-0
/
+25
2017-05-15
radeonsi: implement replace_buffer_storage for the threaded context
Marek Olšák
3
-13
/
+55
2017-05-15
gallium/radeon: subclass and handle threaded_query
Marek Olšák
2
-7
/
+12
2017-05-15
gallium/radeon: subclass threaded_transfer
Marek Olšák
3
-25
/
+25
2017-05-15
gallium/radeon: subclass threaded_resource
Marek Olšák
3
-18
/
+22
2017-05-15
gallium/radeon: handle other map buffer flags from the threaded context
Marek Olšák
1
-2
/
+4
2017-05-15
gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNC
Marek Olšák
3
-1
/
+14
2017-05-15
gallium/radeon: unwrap a context if we get a wrapped one
Marek Olšák
3
-5
/
+9
2017-05-15
gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_region
Marek Olšák
1
-2
/
+4
2017-05-15
gallium/util: add threaded_context as a pipe_context wrapper
Marek Olšák
4
-0
/
+2723
2017-05-15
gallium/u_upload: add u_upload_clone
Marek Olšák
2
-0
/
+14
2017-05-15
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
2
-1
/
+9
2017-05-15
radeonsi/gfx9: add support for Raven
Marek Olšák
6
-2
/
+17
2017-05-15
amd/addrlib: import Raven support
Marek Olšák
3
-3
/
+72
2017-05-15
renderonly: Initialize fields of struct winsys_handle.
Eric Anholt
1
-0
/
+1
2017-05-14
Revert "freedreno: use bypass if only clears"
Rob Clark
1
-4
/
+1
2017-05-14
freedreno: fix crash when flush() but no rendering
Rob Clark
1
-0
/
+6
2017-05-14
freedreno: fix indexbuffer upload
Rob Clark
6
-15
/
+26
2017-05-13
radv: Save descriptor set even if vertex buffers are not saved.
Bas Nieuwenhuizen
1
-2
/
+3
2017-05-13
freedreno/a5xx: hw binning support
Rob Clark
9
-51
/
+185
2017-05-13
freedreno: update generated headers
Rob Clark
6
-29
/
+297
2017-05-13
freedreno: use bypass if only clears
Rob Clark
1
-1
/
+4
2017-05-13
nv50/ir: Report wrong prog types using proper var
Pierre Moreau
1
-1
/
+1
2017-05-13
mesa: fix KHR_no_error SSO support
Timothy Arceri
1
-1
/
+1
2017-05-13
docs: update calendar, add news item and link release notes for 17.0.6
Andres Gomez
3
-7
/
+8
2017-05-13
docs: add sha256 checksums for 17.0.6
Andres Gomez
1
-1
/
+2
2017-05-13
docs: add release notes for 17.0.6
Andres Gomez
1
-0
/
+185
2017-05-13
bin/get-fixes-pick-list.sh: bring back the warning
Andres Gomez
1
-7
/
+13
2017-05-13
docs: extend until the end of August
Andres Gomez
1
-1
/
+61
2017-05-13
docs: update "Release manager" column
Andres Gomez
1
-2
/
+2
2017-05-12
glsl: include image qualifiers when printing IR
Nicolai Hähnle
1
-3
/
+17
2017-05-12
radeonsi: get rid of secondary input/output word
Nicolai Hähnle
3
-47
/
+13
2017-05-12
radeonsi: reduce the number of generics for shader IO unique indices
Nicolai Hähnle
1
-1
/
+1
2017-05-12
radeonsi: at most 8 sets of texture coordinates are supported
Nicolai Hähnle
1
-0
/
+1
2017-05-12
radeonsi: skip generic out/in indices without a shader IO index
Nicolai Hähnle
2
-1
/
+9
2017-05-12
radeonsi: use SI_MAX_IO_GENERIC instead of magic values
Nicolai Hähnle
3
-3
/
+8
2017-05-12
glsl: order indices for images inside a struct array
Samuel Pitoiset
1
-11
/
+17
2017-05-12
glsl: add parcel_out_uniform_storage::set_opaque_indices() helper
Samuel Pitoiset
1
-54
/
+65
2017-05-11
i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
Rafael Antognolli
4
-56
/
+21
2017-05-11
i965: Port 3DSTATE_INDEX_BUFFER to genxml.
Rafael Antognolli
5
-74
/
+40
2017-05-11
i965: Port brw_cs_state tracked state to genxml.
Rafael Antognolli
3
-164
/
+145
2017-05-11
genxml: Add alias for MOCS.
Rafael Antognolli
5
-0
/
+5
[next]