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
2016-03-17
nir: propagate bitsize information in nir_search
Connor Abbott
3
-27
/
+247
2016-03-17
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
28
-76
/
+137
2016-03-17
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
24
-130
/
+130
2016-03-17
nir: update opcode definitions for different bit sizes
Connor Abbott
7
-158
/
+283
2016-03-17
nir: add nir_{src,dest}_bit_size() helpers
Connor Abbott
1
-0
/
+12
2016-03-17
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
3
-4
/
+46
2016-03-17
nir/types: add a function to get the bitsize of a base type
Connor Abbott
1
-0
/
+21
2016-03-17
i965/nir: fix check to resolve booleans to work with sized nir_alu_type
Samuel Iglesias Gonsálvez
1
-1
/
+1
2016-03-17
nir: Add explicitly sized types
Jason Ekstrand
1
-1
/
+28
2016-03-17
i965/nir: Lower nir compute shader shared variables
Jordan Justen
3
-0
/
+11
2016-03-17
nir: Lower shared var atomics during nir_lower_io
Jordan Justen
1
-2
/
+85
2016-03-17
nir: Add support for lowering load/stores of shared variables
Jordan Justen
5
-8
/
+32
2016-03-17
nir: Add atomic operations on variables
Jordan Justen
1
-0
/
+27
2016-03-17
nir: Add compute shader shared variable storage class
Jordan Justen
7
-3
/
+26
2016-03-17
nir/print: Add space after shader_storage var mode
Jordan Justen
1
-1
/
+1
2016-03-17
i965: Skip execution size adjustment for instructions of width 4
Iago Toral Quiroga
1
-1
/
+13
2016-03-17
i965/vec4/gen6: fix exec_size for MOV with a width of 4 in generate_gs_ff_sync()
Samuel Iglesias Gonsalvez
1
-1
/
+3
2016-03-17
i965/vec4/gen6: fix exec_size for instructions with destination width of 4
Samuel Iglesias Gonsalvez
1
-0
/
+6
2016-03-17
i965/vec4/gen6: fix exec_size for instructions with width of 4 in generate_gs...
Samuel Iglesias Gonsalvez
1
-0
/
+3
2016-03-17
i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_progr...
Samuel Iglesias Gonsalvez
1
-1
/
+10
2016-03-17
i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channel
Iago Toral Quiroga
1
-0
/
+3
2016-03-17
i965/eu: set execution size for SEND message in brw_send_indirect_message
Iago Toral Quiroga
1
-0
/
+3
2016-03-17
i965/fs: Set exec size for gen7 pull const loads
Iago Toral Quiroga
1
-0
/
+1
2016-03-17
i965/eu: set correct execution size in brw_NOP
Iago Toral Quiroga
1
-2
/
+3
2016-03-16
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
7
-147
/
+130
2016-03-16
mesa: Expose compile_shader() and link_program() beyond the file.
Kenneth Graunke
2
-10
/
+16
2016-03-16
mesa: Make link_program() take a gl_shader_program, not a GLuint.
Kenneth Graunke
1
-6
/
+4
2016-03-16
mesa: Make compile_shader() take a gl_shader, not a GLuint.
Kenneth Graunke
1
-9
/
+6
2016-03-16
meta: Use the _mesa_meta_compile_and_link_program helper more places.
Kenneth Graunke
2
-40
/
+8
2016-03-16
vc4: Move discard handling to the condition flag.
Eric Anholt
5
-34
/
+29
2016-03-16
vc4: Don't make a temporary for setting flags.
Eric Anholt
1
-1
/
+2
2016-03-16
vc4: Add a safety check for setting flags.
Eric Anholt
1
-0
/
+3
2016-03-16
vc4: Reuse list_for_each_entry_safe_rev().
Eric Anholt
1
-6
/
+2
2016-03-16
meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.
Kenneth Graunke
3
-19
/
+17
2016-03-15
mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabled
Plamena Manolova
1
-0
/
+2
2016-03-15
vc4: Coalesce instructions using VPM reads into the VPM read.
Varad Gautam
3
-7
/
+71
2016-03-15
vc4: rename file to group vpm optimizations together
Varad Gautam
2
-2
/
+2
2016-03-15
vc4: Fix failures with nir_extract_* since the addition of the opcodes.
Eric Anholt
1
-0
/
+2
2016-03-15
llvmpipe: fix lp_rast_plane alignment on 32bit
Roland Scheidegger
2
-0
/
+8
2016-03-15
draw: fix line stippling
Roland Scheidegger
1
-15
/
+15
2016-03-15
softpipe: fix misleading TGSI_QUAD_SIZE usage
Roland Scheidegger
1
-24
/
+29
2016-03-15
softpipe: fix anisotropic filtering crash
Roland Scheidegger
1
-2
/
+7
2016-03-14
radeonsi: set DEPTH_BEFORE_SHADER based on FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
1
-0
/
+3
2016-03-14
tgsi: add tgsi_full_src_register_from_dst helper function
Nicolai Hähnle
2
-0
/
+20
2016-03-14
gallium/u_inlines: add util_copy_image_view
Nicolai Hähnle
1
-0
/
+10
2016-03-14
st/mesa: set image access flags in st_bind_images
Nicolai Hähnle
1
-0
/
+15
2016-03-14
gallium: add access field to pipe_image_view
Nicolai Hähnle
2
-1
/
+10
2016-03-14
st/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when required
Nicolai Hähnle
1
-0
/
+3
2016-03-14
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
3
-1
/
+9
2016-03-14
st/glsl_to_tgsi: set memory access type on image intrinsics
Nicolai Hähnle
1
-0
/
+7
[prev]
[next]