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-10
ac/nir: use ac_emit_fdiv throughout
cubemaps
Nicolai Hähnle
1
-22
/
+6
2017-01-10
ac/nir: use ac_build_gather_values[_extended] throughout
Nicolai Hähnle
1
-65
/
+24
2017-01-10
ac/nir: use ac_emit_llvm_intrinsic throughout
Nicolai Hähnle
1
-79
/
+41
2017-01-10
radeonsi: remove unused si_prepare_cube_coords
Nicolai Hähnle
2
-200
/
+0
2017-01-10
amd/common: unify cube map coordinate handling between radeonsi and radv
Nicolai Hähnle
6
-197
/
+440
2017-01-10
radeonsi: only touch first three coordinates in si_prepare_cube_coords
Nicolai Hähnle
1
-12
/
+1
2017-01-10
radeonsi: remove unused si_llvm_cube_to_2d_coords
Nicolai Hähnle
1
-28
/
+0
2017-01-10
radeonsi: restrict cube map derivative computations to the correct plane
Nicolai Hähnle
1
-23
/
+107
2017-01-10
radeonsi: communicate cube map coordinates more explicitly
Nicolai Hähnle
1
-33
/
+43
2017-01-10
radeonsi: fix the offset in cube map coordinate conversion
Nicolai Hähnle
1
-1
/
+1
2017-01-09
radv: drop unused fields in physical device.
Dave Airlie
1
-6
/
+0
2017-01-09
i965: call intel_prepare_render always when reading pixels
Tapani Pälli
1
-6
/
+6
2017-01-09
st/mesa: pass gl_program to st_bind_ubos()
Timothy Arceri
1
-18
/
+18
2017-01-09
st/mesa: pass gl_program to st_bind_images()
Timothy Arceri
1
-24
/
+22
2017-01-09
st/mesa: stop passing gl_linked_shader to set_affected_state_flags()
Timothy Arceri
1
-7
/
+6
2017-01-09
st/mesa/glsl: set num_images directly in shader_info
Timothy Arceri
6
-20
/
+13
2017-01-09
st/mesa: pass gl_program to st_bind_ssbos()
Timothy Arceri
1
-21
/
+21
2017-01-09
nir: add another comparison simplification
Timothy Arceri
1
-0
/
+2
2017-01-09
nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.
Kenneth Graunke
1
-0
/
+4
2017-01-09
nir: Convert ineg(b2i(a)) to a if it's a boolean.
Kenneth Graunke
1
-0
/
+2
2017-01-07
i965: Move TES input VUE map calculation out a layer.
Kenneth Graunke
3
-9
/
+11
2017-01-07
i965: Pass NULL for gl_program when compiling TES.
Kenneth Graunke
1
-1
/
+1
2017-01-07
i965: Move TES spacing/domain/topology setup to brw_compile_tes().
Kenneth Graunke
2
-33
/
+34
2017-01-07
i965: Access TES shader info via NIR.
Kenneth Graunke
1
-6
/
+6
2017-01-07
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
11
-47
/
+54
2017-01-07
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
4
-13
/
+7
2017-01-07
anv/pipeline: Call NIR passes using NIR_PASS_V
Jason Ekstrand
1
-31
/
+15
2017-01-07
anv/pipeline: Only call remove_dead_variables once
Jason Ekstrand
1
-3
/
+3
2017-01-07
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
5
-62
/
+14
2017-01-07
glsl: Make is_fixed_function_array actually check for varyings.
Kenneth Graunke
1
-0
/
+4
2017-01-07
drirc: Allow extension midshader for Divinity: Original Sin (EE)
Kai Wasserbäch
1
-0
/
+4
2017-01-07
glsl: fix opt_minmax redundancy checks against baserange
Timothy Arceri
1
-2
/
+2
2017-01-06
i965/compiler: Use the new nir_opt_copy_prop_vars pass
Jason Ekstrand
1
-0
/
+1
2017-01-06
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
3
-0
/
+816
2017-01-06
nir/builder: Add a helper for getting the most recently added instruction
Jason Ekstrand
1
-0
/
+7
2017-01-06
nir/builder: Add a load_deref_var helper
Jason Ekstrand
1
-0
/
+16
2017-01-06
nir/dead_variables: Remove shader-local variables that are only written
Jason Ekstrand
1
-9
/
+60
2017-01-06
nir/dead_variables: Removed shared variables when requested
Jason Ekstrand
1
-0
/
+3
2017-01-06
anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8
Jason Ekstrand
1
-2
/
+2
2017-01-06
isl: Mark A4B4G4R4_UNORM as supported on gen8
Jason Ekstrand
1
-1
/
+4
2017-01-07
radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERS
Pierre-Loup A. Griffais
1
-1
/
+1
2017-01-06
i965: Rework gl_TessLevel*[] handling to use NIR compact arrays.
Kenneth Graunke
10
-364
/
+92
2017-01-06
i965: Inline store_output helper in quads workaround code.
Kenneth Graunke
1
-14
/
+10
2017-01-06
nir: Make glsl_to_nir compact scalar TessLevel arrays.
Kenneth Graunke
1
-1
/
+12
2017-01-06
i965: Make unify_interfaces not spread VARYING_BIT_TESS_LEVEL_*.
Kenneth Graunke
1
-2
/
+5
2017-01-06
glsl: Support gl_TessLevelInner/Outer[] as TES input variables.
Kenneth Graunke
2
-4
/
+17
2017-01-06
glsl: Mark whole variable used for ClipDistance and TessLevel*.
Kenneth Graunke
1
-3
/
+23
2017-01-06
glsl: Override the # of varying slots for ClipDistance and TessLevel*.
Kenneth Graunke
1
-0
/
+18
2017-01-06
glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.
Kenneth Graunke
5
-11
/
+17
2017-01-06
gallium/radeon: use the internal clear_buffer callback to fix r600g
Marek Olšák
1
-1
/
+3
[next]