index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-01
wip
radv-wip-doom-wine
Edward O'Callaghan
2
-2
/
+28
2017-01-01
spirv: start adding AMD shader ballot
Dave Airlie
5
-0
/
+25
2017-01-01
spirv: start adding AMD_gcn_shader
Dave Airlie
5
-0
/
+24
2017-01-01
spirv: add support for SPV_AMD_shader_trinary_minmax
Dave Airlie
6
-0
/
+124
2017-01-01
nir: add support for min/max/median of 3 srcs
Dave Airlie
1
-0
/
+38
2017-01-01
[rfc] spirv: work around doom shaders having load/store to sampler types
Dave Airlie
1
-0
/
+8
2017-01-01
[RFC] radv: add scratch support for spilling.
Dave Airlie
6
-6
/
+157
2017-01-01
docs: document GALLIUM_HUD_DUMP_DIR envvar
Edmondo Tommasina
1
-0
/
+2
2017-01-01
gallium/hud: set filedescriptor for fps graph
Edmondo Tommasina
1
-0
/
+2
2017-01-01
gallium/hud: set filedescriptor for cpu graph
Edmondo Tommasina
1
-0
/
+2
2017-01-01
gallium/hud: move file initialization to a function
Edmondo Tommasina
3
-11
/
+20
2017-01-01
gallium/hud: dump hud_driver_query values to files
Edmondo Tommasina
3
-0
/
+19
2016-12-31
anv,radv: disable StorageImageWriteWithoutFormat for now
Ilia Mirkin
2
-2
/
+2
2016-12-30
i965: Avoid NULL pointer dereference when transform feedback is off.
Kenneth Graunke
1
-2
/
+2
2016-12-31
glsl/mesa: add reference to gl_shader_program_data from gl_program
Timothy Arceri
5
-0
/
+21
2016-12-31
mesa: make union in gl_program a struct and add FIXME
Timothy Arceri
1
-1
/
+5
2016-12-30
i965/peephole_ffma: Use nir_builder
Jason Ekstrand
1
-29
/
+14
2016-12-30
nir/split_var_copies: Use a nir_shader rather than a void *mem_ctx
Jason Ekstrand
1
-3
/
+3
2016-12-30
nir/opt_peephole_select: Pass around the actual nir_shader
Jason Ekstrand
1
-4
/
+5
2016-12-30
nir/conditional_if: Properly use the builder
Jason Ekstrand
1
-11
/
+10
2016-12-30
nir/lower_var_copies: Use a shader rather than a void *mem_ctx
Jason Ekstrand
2
-9
/
+10
2016-12-30
nir/lower_io: Use the builder instead of carrying a mem_ctx
Jason Ekstrand
1
-8
/
+8
2016-12-30
nir/from_ssa: Use nir_builder for emit_copy
Jason Ekstrand
1
-13
/
+13
2016-12-30
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
13
-65
/
+51
2016-12-30
freedreno/ir3: rework varying slots (maybe??)
Rob Clark
1
-4
/
+9
2016-12-29
spirv: always expose SpvCapabilityStorageImageExtendedFormats
Ilia Mirkin
3
-5
/
+1
2016-12-29
anv: add support for extended texture gather
Ilia Mirkin
2
-2
/
+1
2016-12-30
radv: only allow cmask/dcc in color optimal.
Dave Airlie
1
-3
/
+2
2016-12-30
radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.
Dave Airlie
1
-3
/
+6
2016-12-29
nir: Rewrite lower_regs_to_ssa to use the phi builder
Jason Ekstrand
1
-421
/
+174
2016-12-29
nir/phi-builder: Set the value in the block when creating a phi
Jason Ekstrand
1
-1
/
+1
2016-12-29
nir: Add foreach_register helper macros
Jason Ekstrand
1
-0
/
+5
2016-12-29
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
9
-13
/
+12
2016-12-30
mesa/glsl/i965: remove Driver.NewShader()
Timothy Arceri
10
-58
/
+2
2016-12-30
i965: move compiled_once flag to brw_program
Timothy Arceri
8
-48
/
+23
2016-12-30
mesa/glsl: move BlendSupport bitfield to gl_program
Timothy Arceri
5
-11
/
+20
2016-12-30
mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...
Timothy Arceri
5
-23
/
+21
2016-12-30
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
12
-48
/
+62
2016-12-30
i965: get LinkedTransformFeedback from gl_transform_feedback_object
Timothy Arceri
1
-20
/
+9
2016-12-30
mesa: move _Used to gl_program
Timothy Arceri
3
-6
/
+6
2016-12-30
mesa/compiler: add local_size_variable to shader_info
Timothy Arceri
2
-0
/
+3
2016-12-30
mesa: pass gl_program to _mesa_append_uniforms_to_file()
Timothy Arceri
3
-5
/
+4
2016-12-30
glsl/mesa: set separate_shader directly in shader_info
Timothy Arceri
2
-1
/
+1
2016-12-30
mesa/glsl: move subroutine metadata to gl_program
Timothy Arceri
5
-119
/
+123
2016-12-30
mesa/compiler: add stage to shader_info
Timothy Arceri
2
-0
/
+4
2016-12-29
vc4: Rework scheduling of thread switch to cut one more NOP.
Eric Anholt
1
-46
/
+75
2016-12-29
vc4: Fill thread switching delay slots
Jonas Pfeil
1
-7
/
+38
2016-12-29
vc4: Enable NIR-based loop unrolling.
Eric Anholt
1
-0
/
+5
2016-12-29
nir: stop gcc warning about uninitialised variables
Timothy Arceri
1
-1
/
+1
2016-12-28
radv: denote support for extended storage image formats.
Dave Airlie
1
-2
/
+4
[next]