index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: only enable the GS copy shader stage if GS is enabled
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
freedreno: Add dependency on the xml build to the winsys.
Eric Anholt
2019-07-11
1
-1
/
+4
*
iris: Disable SIMD32 when using a 16x MSAA framebuffer.
Kenneth Graunke
2019-07-11
1
-7
/
+24
*
nir/algebraic: Recognize open-coded flrp(a, b, a)
Ian Romanick
2019-07-11
1
-0
/
+24
*
nir/algebraic: Rearrange 1-((1-a) * (1-b)) into flrp-friendly form
Ian Romanick
2019-07-11
1
-0
/
+10
*
nir/algebraic: Reassociate fadd into fmul in DPH-like pattern
Ian Romanick
2019-07-11
2
-0
/
+36
*
nir/algebraic: Recognize open-coded flrp(-1, 1, a) and flrp(1, -1, a)
Ian Romanick
2019-07-11
1
-0
/
+12
*
nir: intel/vec4: Add flag to disable some algebraic optimizations
Ian Romanick
2019-07-11
2
-0
/
+11
*
intel/vec4: Try to emit immediate sources for MOV
Ian Romanick
2019-07-11
1
-4
/
+14
*
intel/vec4: Try to emit a VF source in try_immediate_source
Ian Romanick
2019-07-11
1
-12
/
+33
*
intel/vec4: Try to emit a single load for multiple 3-src instruction operands
Ian Romanick
2019-07-11
2
-4
/
+36
*
intel/vec4: Refactor operand fixing for ffma and flrp
Ian Romanick
2019-07-11
2
-8
/
+16
*
panfrost: Wire up GLES2-class polygon offset
Alyssa Rosenzweig
2019-07-11
1
-0
/
+11
*
pan/decode: Depth units/factor are identical to GL
Alyssa Rosenzweig
2019-07-11
2
-10
/
+2
*
etnaviv: remove dead translate_ts_sampler_format(..) declaration
Christian Gmeiner
2019-07-11
1
-3
/
+0
*
intel/fs: Add support for SLM fence in Gen11
Caio Marcelo de Oliveira Filho
2019-07-11
6
-12
/
+66
*
Revert "panfrost/midgard: Use _safe iterator"
Tomeu Vizoso
2019-07-11
1
-1
/
+1
*
panfrost: Don't lie about Z/S formats
Alyssa Rosenzweig
2019-07-11
4
-6
/
+34
*
radv/gfx10: enable geometry shaders
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
radv/gfx10: Fix NGG GS output mask handlings for LDS indexing.
Bas Nieuwenhuizen
2019-07-11
1
-1
/
+5
*
radv/gfx10: Simplify output mask handling for NGG GS.
Bas Nieuwenhuizen
2019-07-11
1
-12
/
+1
*
radv/gfx10: Do GS prologue outside of gs_threads if.
Bas Nieuwenhuizen
2019-07-11
1
-5
/
+6
*
radv/gfx10: implement support for GS as NGG
Samuel Pitoiset
2019-07-11
4
-6
/
+568
*
radv/gfx10: Use correct ES shader for es_vgpr_comp_cnt for GS.
Bas Nieuwenhuizen
2019-07-11
1
-2
/
+5
*
radv/gfx10: Do not allocate a gs_copy_shader on gfx10.
Bas Nieuwenhuizen
2019-07-11
2
-4
/
+6
*
radv/gfx10: fix VGT_SHADER_STAGES_EN for GS as NGG
Samuel Pitoiset
2019-07-11
1
-10
/
+11
*
radv/gfx10: fix number of GS invocations for NGG
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
panfrost/midgard: Use _safe iterator
Tomeu Vizoso
2019-07-11
1
-1
/
+1
*
panfrost: Place the height value in the height field
Tomeu Vizoso
2019-07-11
1
-1
/
+1
*
radv/gfx10: fix maximum number of mip levels for 3D images
Samuel Pitoiset
2019-07-11
1
-4
/
+10
*
radv/gfx10: disable TC-compat HTILE for multisampled D32_SFLOAT format
Samuel Pitoiset
2019-07-11
1
-2
/
+5
*
iris: Fix key->input_vertices for 8_PATCH TCS mode.
Kenneth Graunke
2019-07-11
2
-1
/
+10
*
iris: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2019-07-11
3
-3
/
+5
*
iris: Drop comment about var->data.binding not being set.
Kenneth Graunke
2019-07-11
1
-4
/
+0
*
iris: Drop comments about missing NOS
Kenneth Graunke
2019-07-11
1
-6
/
+0
*
iris: Drop a TODO comment
Kenneth Graunke
2019-07-11
1
-1
/
+0
*
glsl/builtin types: Set the precision on the depth range params
Neil Roberts
2019-07-11
1
-3
/
+3
*
glsl: Add a constructor for glsl_struct_field to specify the precision
Neil Roberts
2019-07-11
1
-4
/
+12
*
glsl: Add a macro for the default values for glsl_struct_field
Neil Roberts
2019-07-11
1
-14
/
+12
*
glsl/builtin_variables: Add a precision to the builtins
Neil Roberts
2019-07-11
1
-80
/
+170
*
compiler: Save a single copy of the softfp64 shader in the context.
Kenneth Graunke
2019-07-10
4
-11
/
+14
*
radv: fix memory leak when restoring from cache
Timothy Arceri
2019-07-11
1
-0
/
+1
*
freedreno: Generate headers from xml files
Kristian H. Kristensen
2019-07-10
29
-23904
/
+14118
*
radv: switch to the new VS exports path
Samuel Pitoiset
2019-07-10
1
-116
/
+2
*
radv: set the slot_index correctly for VARYING_SLOT_CLIP_DIST1
Samuel Pitoiset
2019-07-10
1
-1
/
+1
*
radv: add a new function for exporting VS outputs
Samuel Pitoiset
2019-07-10
1
-0
/
+128
*
radv: implement new path for exporting generic varyings
Samuel Pitoiset
2019-07-10
1
-32
/
+70
*
radv: use the generic export path for clip/cull distances
Samuel Pitoiset
2019-07-10
1
-6
/
+6
*
radv: remove an extra memcpy when exporting clip/cull distances
Samuel Pitoiset
2019-07-10
1
-6
/
+5
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
30
-240
/
+183
[next]