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
/
compiler
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-04
nir/intrinsics: Add more atomic_counter ops
Ian Romanick
3
-5
/
+110
2016-10-04
nir/intrinsics: Include atomic_counter_ in the names used in macro invocations
Ian Romanick
1
-5
/
+5
2016-10-04
glsl: Kill __intrinsic_atomic_sub
Ian Romanick
2
-9
/
+46
2016-10-04
glsl: Remove ir_function_signature::_is_intrinsic field
Ian Romanick
6
-17
/
+5
2016-10-04
glsl: Add ir_function_signature::is_intrinsic() method
Ian Romanick
7
-16
/
+22
2016-10-04
glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name strings
Ian Romanick
3
-103
/
+105
2016-10-04
glsl: Track a unique intrinsic ID with each intrinsic function
Ian Romanick
7
-73
/
+280
2016-10-04
glsl: Don't emit ir_binop_carry during ir_binop_imul_high lowering
Ian Romanick
1
-5
/
+17
2016-10-04
nir/spirv: Remove a duplicate spirv2nir from .gitignore
Eric Engestrom
1
-1
/
+0
2016-10-04
spirv: replace assert() with unreachable()
Timothy Arceri
1
-1
/
+1
2016-10-04
spirv: translate cull distance semantic.
Dave Airlie
1
-1
/
+1
2016-10-04
compiler: add printable values for cull distance varyings.
Dave Airlie
1
-0
/
+2
2016-10-03
nir/spirv/cfg: Use a nop intrinsic for tagging the ends of blocks
Jason Ekstrand
2
-4
/
+6
2016-10-03
nir: Add a nop intrinsic
Jason Ekstrand
1
-0
/
+3
2016-10-02
glsl: add missing headers to blob.h
Timothy Arceri
1
-0
/
+2
2016-10-01
nir/spirv/cfg: Detect switch_break after loop_break/continue
Jason Ekstrand
1
-2
/
+2
2016-10-01
nir/spirv/cfg: Handle switches whose break block is a loop continue
Jason Ekstrand
1
-0
/
+13
2016-10-01
nir/spirv: add spirv2nir binary to .gitignore
Eric Engestrom
1
-0
/
+1
2016-10-01
nir/spirv: improve mmap() error handling
Eric Engestrom
1
-1
/
+9
2016-10-01
nir/spirv: improve lseek() error handling
Eric Engestrom
1
-2
/
+10
2016-10-01
nir/spirv: add some error checking to open()
Eric Engestrom
1
-0
/
+9
2016-09-29
glsl: remove remaining tabs from ast_type.cpp
Timothy Arceri
1
-23
/
+16
2016-09-29
glsl: remove remaining tabs from ast_to_hir.cpp
Timothy Arceri
1
-40
/
+38
2016-09-29
glsl: remove remaining tabs from ast_array_index.cpp
Timothy Arceri
1
-37
/
+36
2016-09-29
glsl: remove tabs from ast_expr.cpp
Timothy Arceri
1
-1
/
+1
2016-09-29
glsl: remove tabs from linker.{cpp,h}
Timothy Arceri
2
-408
/
+407
2016-09-28
nir: Optimize out discard_ifs with a constant 0 argument.
Eric Anholt
1
-0
/
+8
2016-09-28
glsl: Add initial functions to implement an on-disk cache
Timothy Arceri
6
-0
/
+1313
2016-09-27
.gitignore: Ignore src/compiler/spirv2nir
Chad Versace
1
-0
/
+1
2016-09-27
glsl: Fix cut-and-paste bug in hierarchical visitor ir_expression::accept
Ian Romanick
1
-1
/
+1
2016-09-27
glsl: Add bit_xor builder
Ian Romanick
2
-0
/
+7
2016-09-27
glsl/standalone: Enable GLSL 4.00 through 4.50
Ian Romanick
1
-0
/
+12
2016-09-27
glsl/standalone: Use API_OPENGL_CORE if the GLSL version is >= 1.40
Ian Romanick
1
-1
/
+5
2016-09-27
glsl: Update function parameter documentation for do_common_optimization
Ian Romanick
1
-3
/
+4
2016-09-27
glsl: remove remaining tabs in glsl_parser_extras.h
Timothy Arceri
1
-30
/
+30
2016-09-27
glsl: move some uniform linking code to new link_assign_uniform_storage()
Timothy Arceri
1
-63
/
+69
2016-09-27
glsl: move some uniform linking code to new link_setup_uniform_remap_tables()
Timothy Arceri
3
-162
/
+177
2016-09-27
glsl: use reproducible name for lowered const arrays
Timothy Arceri
3
-6
/
+19
2016-09-27
glsl: Prepare standalone compiler to be able to use parameter lists
Carl Worth
2
-0
/
+20
2016-09-24
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2
-6
/
+6
2016-09-23
glsl: Delete linker stuff relating to built-in functions.
Kenneth Graunke
2
-58
/
+16
2016-09-23
glsl: Delete ftransform support from builtin_functions.cpp.
Kenneth Graunke
1
-26
/
+4
2016-09-23
glsl: Immediately inline built-ins rather than generating calls.
Kenneth Graunke
1
-24
/
+22
2016-09-23
glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.
Kenneth Graunke
2
-99
/
+19
2016-09-24
glsl: move xfb BufferStride into gl_transform_feedback_info
Timothy Arceri
2
-6
/
+6
2016-09-22
mesa: add GL_OES_viewport_array to the extension string
Ilia Mirkin
1
-0
/
+1
2016-09-22
glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndex
Ilia Mirkin
2
-3
/
+8
2016-09-22
spirv: fix AtomicLoad/Store on images
Lionel Landwerlin
1
-10
/
+3
2016-09-22
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2
-29
/
+55
2016-09-21
nir/spirv/glsl450: Add support for the InterpolateAt opcodes
Jason Ekstrand
1
-1
/
+53
[next]