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
*
softpipe: Increase the GLSL feature level
Gert Wollny
2019-05-01
1
-1
/
+1
*
softpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
Gert Wollny
2019-05-01
1
-0
/
+42
*
softpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
Gert Wollny
2019-05-01
1
-0
/
+32
*
softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
Gert Wollny
2019-05-01
1
-1
/
+40
*
softpipe: Add an per-input array for interpolator correctors to machine
Gert Wollny
2019-05-01
2
-4
/
+79
*
softpipe: Factor out evaluation of the source indices
Gert Wollny
2019-05-01
1
-28
/
+41
*
softpipe: evaluate cube the faces on a per sample bases
Gert Wollny
2019-05-01
1
-24
/
+16
*
softpipe: keep input lod for explicite derivatives
Gert Wollny
2019-05-01
1
-2
/
+4
*
softpipe: tie in new code path for lod evaluation
Gert Wollny
2019-05-01
2
-46
/
+21
*
softpipe: Move selection of shadow values up and clean parameter list
Gert Wollny
2019-05-01
1
-29
/
+43
*
softpipe: Pipe gather_comp through from st_tgsi_get_samples
Gert Wollny
2019-05-01
2
-5
/
+18
*
softpipe: Prepare handling explicit gradients
Gert Wollny
2019-05-01
3
-1
/
+42
*
softpipe: Factor gradient evaluation out of the lambda evaluation
Gert Wollny
2019-05-01
1
-19
/
+119
*
egl: return correct error code for a case req ver < 3 with forward-compatible
Andrii Simiklit
2019-05-01
1
-1
/
+4
*
radeonsi/nir: call radeonsi nir opts before the scan pass
Timothy Arceri
2019-05-01
2
-0
/
+2
*
radeonsi/nir: create si_nir_opts() helper
Timothy Arceri
2019-05-01
2
-36
/
+43
*
swr/rast: early exit on empty triangle mask
Alok Hota
2019-04-30
1
-0
/
+6
*
swr/rast: add guards for cpuid on Linux
Alok Hota
2019-04-30
1
-0
/
+2
*
swr/rast: add flat shading
Alok Hota
2019-04-30
1
-0
/
+13
*
swr/rast: add SWR_STATIC_ASSERT() macro
Alok Hota
2019-04-30
1
-1
/
+8
*
swr/rast: update guardband rects at draw setup
Alok Hota
2019-04-30
1
-2
/
+3
*
swr/rast: add more llvm intrinsics
Alok Hota
2019-04-30
1
-0
/
+3
*
st/va: properly set stride and offset in vlVaDeriveImage
Julien Isorce
2019-04-30
1
-10
/
+25
*
radeonsi: implement resource_get_info
Julien Isorce
2019-04-30
1
-8
/
+35
*
gallium: add resource_get_info to pipe_screen
Julien Isorce
2019-04-30
4
-0
/
+51
*
freedreno/ir3: fixes for half reg in/out
Rob Clark
2019-04-30
4
-13
/
+39
*
st/nine: Check discard_delayed_release is set before allocating more
Axel Davy
2019-04-30
1
-0
/
+2
*
st/nine: Throttle rendering similarly for thread_submit
Axel Davy
2019-04-30
2
-22
/
+22
*
st/nine: Optimize a bit writeonly buffers
Axel Davy
2019-04-30
1
-1
/
+6
*
st/nine: Use TGSI_SEMANTIC_GENERIC for fog
Axel Davy
2019-04-30
2
-28
/
+29
*
st/nine: Enable computing const_ranges
Axel Davy
2019-04-30
1
-1
/
+1
*
st/nine: Handle const_ranges in nine_state
Axel Davy
2019-04-30
1
-2
/
+26
*
st/nine: Cache constant buffer size
Axel Davy
2019-04-30
7
-23
/
+52
*
st/nine: Propagate const_range to context
Axel Davy
2019-04-30
7
-15
/
+37
*
st/nine: Prepare constant compaction in nine_shader
Axel Davy
2019-04-30
2
-28
/
+118
*
st/nine: Refactor counting of constants
Axel Davy
2019-04-30
1
-25
/
+21
*
st/nine: Track constant slots used
Axel Davy
2019-04-30
1
-2
/
+11
*
st/nine: Refactor ct_ctor
Axel Davy
2019-04-30
1
-89
/
+95
*
st/nine: Make swvp_on imply IS_VS
Axel Davy
2019-04-30
2
-6
/
+10
*
st/nine: Refactor shader constants ureg_src computation
Axel Davy
2019-04-30
2
-95
/
+99
*
st/nine: Manually upload vs and ps constants
Axel Davy
2019-04-30
1
-0
/
+46
*
st/nine: use helper ureg_DECL_sampler everywhere
Axel Davy
2019-04-30
1
-1
/
+1
*
st/nine: Compact pixel shader key
Axel Davy
2019-04-30
2
-15
/
+31
*
st/nine: Compact nine_ff_get_projected_key
Axel Davy
2019-04-30
4
-8
/
+24
*
st/nine: Refactor param->rel
Axel Davy
2019-04-30
1
-4
/
+6
*
st/nine: Regroup param->rel tests
Axel Davy
2019-04-30
1
-8
/
+3
*
st/nine: Control shader constant inlining with drirc
Axel Davy
2019-04-30
4
-1
/
+14
*
st/nine: Recompile optimized shaders based on b/i consts
Axel Davy
2019-04-30
9
-5
/
+211
*
drirc: Add Gallium nine workaround for Rayman Legends
Axel Davy
2019-04-30
1
-0
/
+5
*
st/nine: Add drirc option to use data_internal for dynamic textures
Axel Davy
2019-04-30
7
-2
/
+28
[next]