index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/hud: dump hud_driver_query values to files
Edmondo Tommasina
2017-01-01
3
-0
/
+19
*
anv,radv: disable StorageImageWriteWithoutFormat for now
Ilia Mirkin
2016-12-31
2
-2
/
+2
*
i965: Avoid NULL pointer dereference when transform feedback is off.
Kenneth Graunke
2016-12-30
1
-2
/
+2
*
glsl/mesa: add reference to gl_shader_program_data from gl_program
Timothy Arceri
2016-12-31
5
-0
/
+21
*
mesa: make union in gl_program a struct and add FIXME
Timothy Arceri
2016-12-31
1
-1
/
+5
*
i965/peephole_ffma: Use nir_builder
Jason Ekstrand
2016-12-30
1
-29
/
+14
*
nir/split_var_copies: Use a nir_shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
1
-3
/
+3
*
nir/opt_peephole_select: Pass around the actual nir_shader
Jason Ekstrand
2016-12-30
1
-4
/
+5
*
nir/conditional_if: Properly use the builder
Jason Ekstrand
2016-12-30
1
-11
/
+10
*
nir/lower_var_copies: Use a shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
2
-9
/
+10
*
nir/lower_io: Use the builder instead of carrying a mem_ctx
Jason Ekstrand
2016-12-30
1
-8
/
+8
*
nir/from_ssa: Use nir_builder for emit_copy
Jason Ekstrand
2016-12-30
1
-13
/
+13
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
13
-65
/
+51
*
freedreno/ir3: rework varying slots (maybe??)
Rob Clark
2016-12-30
1
-4
/
+9
*
spirv: always expose SpvCapabilityStorageImageExtendedFormats
Ilia Mirkin
2016-12-29
3
-5
/
+1
*
anv: add support for extended texture gather
Ilia Mirkin
2016-12-29
2
-2
/
+1
*
radv: only allow cmask/dcc in color optimal.
Dave Airlie
2016-12-30
1
-3
/
+2
*
radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.
Dave Airlie
2016-12-30
1
-3
/
+6
*
nir: Rewrite lower_regs_to_ssa to use the phi builder
Jason Ekstrand
2016-12-29
1
-421
/
+174
*
nir/phi-builder: Set the value in the block when creating a phi
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
nir: Add foreach_register helper macros
Jason Ekstrand
2016-12-29
1
-0
/
+5
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
9
-13
/
+12
*
mesa/glsl/i965: remove Driver.NewShader()
Timothy Arceri
2016-12-30
10
-58
/
+2
*
i965: move compiled_once flag to brw_program
Timothy Arceri
2016-12-30
8
-48
/
+23
*
mesa/glsl: move BlendSupport bitfield to gl_program
Timothy Arceri
2016-12-30
5
-11
/
+20
*
mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...
Timothy Arceri
2016-12-30
5
-23
/
+21
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
12
-48
/
+62
*
i965: get LinkedTransformFeedback from gl_transform_feedback_object
Timothy Arceri
2016-12-30
1
-20
/
+9
*
mesa: move _Used to gl_program
Timothy Arceri
2016-12-30
3
-6
/
+6
*
mesa/compiler: add local_size_variable to shader_info
Timothy Arceri
2016-12-30
2
-0
/
+3
*
mesa: pass gl_program to _mesa_append_uniforms_to_file()
Timothy Arceri
2016-12-30
3
-5
/
+4
*
glsl/mesa: set separate_shader directly in shader_info
Timothy Arceri
2016-12-30
2
-1
/
+1
*
mesa/glsl: move subroutine metadata to gl_program
Timothy Arceri
2016-12-30
5
-119
/
+123
*
mesa/compiler: add stage to shader_info
Timothy Arceri
2016-12-30
2
-0
/
+4
*
vc4: Rework scheduling of thread switch to cut one more NOP.
Eric Anholt
2016-12-29
1
-46
/
+75
*
vc4: Fill thread switching delay slots
Jonas Pfeil
2016-12-29
1
-7
/
+38
*
vc4: Enable NIR-based loop unrolling.
Eric Anholt
2016-12-29
1
-0
/
+5
*
nir: stop gcc warning about uninitialised variables
Timothy Arceri
2016-12-29
1
-1
/
+1
*
radv: denote support for extended storage image formats.
Dave Airlie
2016-12-28
1
-2
/
+4
*
spirv: add interface for drivers to define support extensions.
Dave Airlie
2016-12-28
5
-4
/
+24
*
mesa/shaderobj: Fix races on refcounts
Chad Versace
2016-12-28
1
-10
/
+4
*
freedreno/ir3: fix linkage::var size
Rob Clark
2016-12-27
1
-1
/
+1
*
freedreno/ir3: treat clipvertex like a normal varying
Rob Clark
2016-12-27
1
-3
/
+1
*
freedreno/a5xx: transform-feedback support
Rob Clark
2016-12-27
7
-38
/
+209
*
freedreno: update generated headers
Rob Clark
2016-12-27
7
-43
/
+81
*
freedreno/ir3: UBO support for 64b GPUs (a5xx)
Rob Clark
2016-12-27
1
-3
/
+24
*
freedreno/ir3: rework location of driver constants
Rob Clark
2016-12-27
6
-53
/
+75
*
freedreno/a5xx: fix emit for bo addresses
Rob Clark
2016-12-27
1
-3
/
+9
*
freedreno/a5xx: texture layout
Rob Clark
2016-12-27
2
-2
/
+2
*
ttn: set ->info->num_ubos
Rob Clark
2016-12-27
1
-1
/
+4
[next]