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
*
v3d: Remove some dead members of struct v3d_compile.
Eric Anholt
2019-03-21
1
-12
/
+0
*
v3d: Upload all of UBO[0] if any indirect load occurs.
Eric Anholt
2019-03-21
4
-167
/
+20
*
v3d: Move constant offsets to UBO addresses into the main uniform stream.
Eric Anholt
2019-03-21
5
-11
/
+22
*
v3d: Rename v3d_tmu_config_data to v3d_unit_data.
Eric Anholt
2019-03-21
3
-13
/
+13
*
configure.ac/meson.build: Add options for library suffixes
Benjamin Gordon
2019-03-21
5
-21
/
+21
*
nir: Record non-vector/scalar varyings as unmovable when compacting
Kenneth Graunke
2019-03-21
1
-1
/
+3
*
freedreno/ir3: dynamic UBO indexing vs 64b pointers
Rob Clark
2019-03-21
1
-2
/
+2
*
freedreno/ir3: fix bit_count
Rob Clark
2019-03-21
1
-2
/
+23
*
freedreno/ir3: additional lowering
Rob Clark
2019-03-21
1
-0
/
+6
*
freedreno/ir3: optimize sam.s2en to sam
Rob Clark
2019-03-21
3
-6
/
+36
*
freedreno/ir3: enable indirect tex/samp (sam.s2en)
Rob Clark
2019-03-21
2
-22
/
+73
*
freedreno/ir3: find # of samplers from uniform vars
Rob Clark
2019-03-21
3
-13
/
+13
*
nir: move gls_type_get_{sampler,image}_count()
Rob Clark
2019-03-21
3
-42
/
+45
*
freedreno/ir3: fix regmask for merged regs
Rob Clark
2019-03-21
2
-3
/
+13
*
freedreno/ir3: fix sam.s2en encoding
Rob Clark
2019-03-21
2
-9
/
+12
*
freedreno/ir3: fix sam.s2en decoding
Rob Clark
2019-03-21
1
-3
/
+5
*
freedreno/ir3/ra: fix half-class conflicts
Rob Clark
2019-03-21
1
-7
/
+14
*
freedreno/ir3 better cat6 encoding detection
Rob Clark
2019-03-21
2
-8
/
+24
*
ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
Samuel Pitoiset
2019-03-21
1
-4
/
+4
*
ac: fix 16-bit shifts
Samuel Pitoiset
2019-03-21
1
-12
/
+21
*
ac: add 16-bit support to fract
Samuel Pitoiset
2019-03-21
1
-1
/
+4
*
ac: add 16-bit support fo fsign
Samuel Pitoiset
2019-03-21
1
-1
/
+5
*
ac: add f16_0 and f16_1 constants
Samuel Pitoiset
2019-03-21
2
-0
/
+4
*
nir: only override previous alu during loop analysis if supported
Timothy Arceri
2019-03-21
1
-2
/
+4
*
radv: add missing initializations since VK_EXT_pipeline_creation_feedback
Samuel Pitoiset
2019-03-21
1
-2
/
+2
*
radv: enable VK_KHR_8bit_storage
Rhys Perry
2019-03-21
3
-0
/
+11
*
ac/nir: implement 8-bit conversions
Rhys Perry
2019-03-21
1
-0
/
+4
*
ac/nir: add 8-bit types to glsl_base_to_llvm_type
Rhys Perry
2019-03-21
1
-0
/
+3
*
ac/nir: implement 8-bit ssbo stores
Rhys Perry
2019-03-21
1
-2
/
+7
*
ac: add ac_build_tbuffer_store_byte() helper
Samuel Pitoiset
2019-03-21
2
-0
/
+28
*
ac/nir: implement 8-bit push constant, ssbo and ubo loads
Rhys Perry
2019-03-21
1
-10
/
+55
*
ac: add ac_build_tbuffer_load_byte() helper
Samuel Pitoiset
2019-03-21
2
-0
/
+26
*
ac: add various int8 definitions
Samuel Pitoiset
2019-03-21
2
-2
/
+10
*
anv/radv: release memory allocated by glsl types during spirv_to_nir
Tapani Pälli
2019-03-21
2
-0
/
+4
*
spirv: Drop inline tg4 lowering
Jason Ekstrand
2019-03-21
1
-54
/
+30
*
anv,radv,turnip: Lower TG4 offsets with nir_lower_tex
Jason Ekstrand
2019-03-21
3
-0
/
+3
*
nir/lower_tex: Add support for tg4 offsets lowering
Karol Herbst
2019-03-21
2
-0
/
+62
*
nv50/ir/nir: support gather offsets
Karol Herbst
2019-03-21
2
-3
/
+16
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
8
-7
/
+66
*
nir/deref: remove casts of casts which are likely redundant (v3)
Dave Airlie
2019-03-21
1
-2
/
+26
*
nir/spirv: don't use bare types, remove assert in split vars for testing
Dave Airlie
2019-03-21
2
-4
/
+3
*
iris: Let blorp update the clear color for us.
Rafael Antognolli
2019-03-20
5
-35
/
+33
*
iris: Track fast clear color.
Rafael Antognolli
2019-03-20
2
-3
/
+33
*
iris: Stall on the CPU and resolve predication during fast clears.
Rafael Antognolli
2019-03-20
1
-0
/
+40
*
iris: Add iris_resolve_conditional_render().
Rafael Antognolli
2019-03-20
2
-0
/
+25
*
iris: Implement fast clear color.
Rafael Antognolli
2019-03-20
2
-24
/
+157
*
intel/blorp: Make swizzle_color_value public.
Rafael Antognolli
2019-03-20
2
-1
/
+4
*
intel/isl: Add isl_format_has_color_component() function.
Rafael Antognolli
2019-03-20
2
-0
/
+25
*
iris: Bring back check for srgb and fast clear color.
Rafael Antognolli
2019-03-20
1
-3
/
+1
*
iris: Add function to update clear color in surface state.
Rafael Antognolli
2019-03-20
1
-2
/
+30
[next]