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-01-24
gallium: enable int64 on radeonsi, llvmpipe, softpipe
ARB_gpu_shader_int64
Nicolai Hähnle
5
-5
/
+66
2017-01-24
st/mesa: add support for enabling ARB_gpu_shader_int64.
Dave Airlie
1
-0
/
+1
2017-01-24
st/glsl_to_tgsi: add support for 64-bit integers
Dave Airlie
1
-18
/
+197
2017-01-24
gallium: Add integer 64 capability
Dave Airlie
17
-0
/
+17
2017-01-24
st/glsl_to_tgsi: fix compilation warnings since int64 types
Samuel Pitoiset
1
-3
/
+3
2017-01-24
gallium/radeon: undef the very specific UPDATE_COUNTER macro
Samuel Pitoiset
1
-5
/
+9
2017-01-24
i965/blorp: Add also depth and stencil buffers to render cache
Topi Pohjolainen
1
-0
/
+4
2017-01-23
gbm: Fix width height getters return type (trivial)
Ben Widawsky
1
-2
/
+2
2017-01-23
gbm: Move getters to match order in header file (trivial)
Ben Widawsky
1
-11
/
+11
2017-01-24
docs: add news item and link release notes for 12.0.6
Emil Velikov
2
-0
/
+12
2017-01-24
docs: use correct year for the 12.0.6 release notes
Emil Velikov
1
-1
/
+1
2017-01-24
docs: add sha256 checksums for 12.0.6
Emil Velikov
1
-1
/
+2
2017-01-24
docs: add release notes for 12.0.6
Emil Velikov
1
-0
/
+147
2017-01-24
docs/releasing: remove stray "cd"
Emil Velikov
1
-1
/
+1
2017-01-23
nv50: add support for MUL_ZERO_WINS property
Ilia Mirkin
5
-2
/
+11
2017-01-23
nvc0: add support for MUL_ZERO_WINS property
Ilia Mirkin
4
-9
/
+25
2017-01-23
st/nine: set the MUL_ZERO_WINS flag when supported
Ilia Mirkin
1
-0
/
+3
2017-01-23
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
18
-0
/
+19
2017-01-23
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
3
-3
/
+18
2017-01-23
radeonsi: always set the TCL1_ACTION_ENA when invalidating L2
Marek Olšák
1
-1
/
+2
2017-01-23
radeonsi: don't declare LDS in TES
Marek Olšák
1
-2
/
+1
2017-01-23
radeonsi: preload PS inputs only if KILL is used
Marek Olšák
1
-2
/
+6
2017-01-23
gallium/radeon: adjust the rule for using the LINEAR_ALIGNED layout
Marek Olšák
1
-1
/
+3
2017-01-23
winsys/amdgpu: drop all IBs if at least one was rejected within the context
Marek Olšák
1
-1
/
+7
2017-01-23
winsys/amdgpu: report a rejected IB as a lost context
Marek Olšák
3
-0
/
+14
2017-01-24
vulkan: import latest registry for 1.0.39 extensions.
Dave Airlie
1
-42
/
+408
2017-01-24
vulkan: bump vulkan.h to 1.0.39 version
Dave Airlie
1
-2
/
+365
2017-01-23
radv: don't resubmit the same cs over and over while tracing
Grazvydas Ignotas
1
-2
/
+1
2017-01-23
gallium/radeon: add HUD queries for monitoring some hw blocks
Samuel Pitoiset
4
-1
/
+110
2017-01-23
gallium/radeon: refactor the GRBM counters path
Samuel Pitoiset
3
-43
/
+47
2017-01-23
swr: Align query results allocation
George Kyriazis
2
-4
/
+5
2017-01-23
swr: Prune empty nodes in CalculateProcessorTopology.
Bruce Cherniak
1
-0
/
+9
2017-01-23
i965: Use UNUSED to silence unused variable (used in assert).
Matt Turner
1
-1
/
+1
2017-01-23
dri: allow 16bit R/GR images to be exported via drm buffers
Rainer Hochecker
4
-0
/
+24
2017-01-23
st/va: make sure that we call begin_frame() only once v2
Christian König
2
-3
/
+9
2017-01-23
drirc: remove spurious tabs
Eric Engestrom
1
-8
/
+8
2017-01-23
st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
Nicolai Hähnle
1
-6
/
+3
2017-01-23
glsl: split DIV_TO_MUL_RCP into single- and double-precision flags
Nicolai Hähnle
2
-9
/
+14
2017-01-23
r600: implement DDIV
Nicolai Hähnle
1
-0
/
+59
2017-01-23
r600: factor out cayman_emit_unary_double_raw
Nicolai Hähnle
1
-20
/
+42
2017-01-23
r600: double multiply can handle only one multiply at a time
Nicolai Hähnle
1
-17
/
+19
2017-01-23
glsl: fix tes linking regression
Timothy Arceri
1
-2
/
+2
2017-01-23
mesa: remove unused gl_shader_info field from gl_linked_shader
Timothy Arceri
1
-2
/
+0
2017-01-23
mesa/glsl: set and get cs layouts to and from shader_info
Timothy Arceri
4
-36
/
+17
2017-01-23
mesa/glsl: set and get gs layouts directly to and from shader_info
Timothy Arceri
2
-41
/
+41
2017-01-23
mesa/glsl/i965: set and get tes layouts directly to and from shader_info
Timothy Arceri
3
-45
/
+40
2017-01-23
glsl: use last_vert_prog to get last {clip,cull}_distance_array_size
Timothy Arceri
3
-23
/
+4
2017-01-23
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
6
-73
/
+25
2017-01-23
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
7
-32
/
+44
2017-01-23
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
27
-396
/
+248
[next]