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-07-31
radeonsi: translate NIR to LLVM
Nicolai Hähnle
4
-4
/
+22
2017-07-31
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
1
-1
/
+5
2017-07-31
radeonsi: bypass the shader cache for NIR shaders
Nicolai Hähnle
1
-2
/
+3
2017-07-31
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
5
-6
/
+335
2017-07-31
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2
-0
/
+9
2017-07-31
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2
-234
/
+290
2017-07-31
radeonsi: add si_shader_selector::nir
Nicolai Hähnle
1
-0
/
+3
2017-07-31
radeonsi: implement pipe_screen::get_compiler_options for NIR
Nicolai Hähnle
1
-0
/
+33
2017-07-31
radeonsi: add nir include paths
Nicolai Hähnle
1
-0
/
+1
2017-07-31
ac/nir: start using ac_shader_abi
Nicolai Hähnle
1
-20
/
+18
2017-07-31
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
3
-31
/
+77
2017-07-31
radeonsi: store shader function arguments in a structure
Nicolai Hähnle
1
-300
/
+322
2017-07-31
gallium/targets: link against NIR when building radeonsi
Nicolai Hähnle
6
-0
/
+8
2017-07-31
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
3
-2
/
+10
2017-07-31
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
10
-173
/
+42
2017-07-31
st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver
Nicolai Hähnle
1
-1
/
+6
2017-07-31
st/glsl_to_nir: fix the case where NIR clone testing is enabled
Nicolai Hähnle
1
-1
/
+2
2017-07-31
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
17
-0
/
+18
2017-07-31
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
3
-0
/
+99
2017-07-31
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
5
-0
/
+255
2017-07-31
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
3
-0
/
+6
2017-07-31
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
1
-2
/
+4
2017-07-31
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2
-0
/
+15
2017-07-31
mesa: add KHR_no_error support to glPointSize()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add point_size() helper
Samuel Pitoiset
1
-8
/
+15
2017-07-31
mesa: add KHR_no_error support to glVertexArrayElementBuffer()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add vertex_array_element_buffer() helper
Samuel Pitoiset
1
-21
/
+38
2017-07-31
mesa: add KHR_no_error support to glTextureSubImage*D()
Samuel Pitoiset
3
-3
/
+71
2017-07-31
mesa: add texturesubimage_error() helper
Samuel Pitoiset
1
-30
/
+45
2017-07-31
mesa: add KHR_no_error support to glDetachShader() and glDetachObjectARB()
Samuel Pitoiset
3
-2
/
+31
2017-07-31
mesa: add detach_shader_error() helper
Samuel Pitoiset
1
-9
/
+21
2017-07-31
mesa: add KHR_no_error support to glDrawTransformFeedback*()
Samuel Pitoiset
1
-3
/
+10
2017-07-31
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers()
Samuel Pitoiset
3
-1
/
+22
2017-07-31
mesa: add KHR_no_error support to glDrawBuffers()
Samuel Pitoiset
3
-1
/
+20
2017-07-31
mesa: add draw_buffers_error() helper
Samuel Pitoiset
1
-115
/
+130
2017-07-31
mesa: add KHR_no_error support to glDeleteBuffers()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add delete_buffers() helper
Samuel Pitoiset
1
-10
/
+17
2017-07-31
mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()
Samuel Pitoiset
3
-1
/
+20
2017-07-31
mesa: add KHR_no_error support to glFramebufferRenderbuffer()
Samuel Pitoiset
3
-1
/
+28
2017-07-31
mesa: add framebuffer_renderbuffer_error() helper
Samuel Pitoiset
1
-46
/
+63
2017-07-31
mesa: add KHR_no_error support to glDeleteTextures()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add delete_textures() helper
Samuel Pitoiset
1
-14
/
+20
2017-07-31
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer()
Samuel Pitoiset
3
-1
/
+20
2017-07-31
mesa: add KHR_no_error support to glDrawBuffer()
Samuel Pitoiset
3
-1
/
+20
2017-07-31
mesa: add draw_buffer_error() helper
Samuel Pitoiset
1
-6
/
+14
2017-07-31
mesa: add KHR_no_error support to glBindTextures()
Samuel Pitoiset
3
-1
/
+13
2017-07-31
mesa: add bind_textures() helper
Samuel Pitoiset
1
-19
/
+28
2017-07-31
mesa: add KHR_no_error support to glBindTexture()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add bind_texture() helper
Samuel Pitoiset
1
-13
/
+23
2017-07-31
mesa: rename bind_texture() to bind_texture_object()
Samuel Pitoiset
1
-6
/
+5
[prev]
[next]