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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/decode: Drop _replay prefix
Alyssa Rosenzweig
2019-07-12
1
-1
/
+1
*
panfrost: Precompute scoreboard dependents
Alyssa Rosenzweig
2019-07-12
1
-4
/
+54
*
panfrost: Remove transient pool abstraction
Alyssa Rosenzweig
2019-07-12
2
-54
/
+0
*
panfrost: Subdivide fixed-size transient slabs
Alyssa Rosenzweig
2019-07-12
3
-5
/
+21
*
panfrost: Recycle fixed-size transient BOs
Alyssa Rosenzweig
2019-07-12
2
-3
/
+26
*
panfrost: Bookkeep transient indices
Alyssa Rosenzweig
2019-07-12
3
-2
/
+16
*
panfrost: Rewrite allocate_transient with new abstraction
Alyssa Rosenzweig
2019-07-12
1
-29
/
+20
*
panfrost: Add pan_bo_for_screen helper
Alyssa Rosenzweig
2019-07-12
1
-0
/
+10
*
panfrost: Add panfrost_transient_bo array
Alyssa Rosenzweig
2019-07-12
3
-0
/
+47
*
panfrost: Don't upload vertex/tiler twice
Alyssa Rosenzweig
2019-07-12
1
-5
/
+15
*
panfrost/drm: Check allocation size is positive
Alyssa Rosenzweig
2019-07-12
1
-0
/
+4
*
ac: import ac_get_compute_resource_limits() from RadeonSI
Samuel Pitoiset
2019-07-12
3
-39
/
+6
*
panfrost: Initialize shift/extra_flags
Alyssa Rosenzweig
2019-07-12
2
-1
/
+5
*
panfrost: Fix build warnings
Alyssa Rosenzweig
2019-07-12
3
-10
/
+7
*
iris: Simplify devinfo access in calculate_result_on_gpu()
Kenneth Graunke
2019-07-12
1
-3
/
+2
*
v3d: acquire scoreboard lock before first tlb read
Iago Toral Quiroga
2019-07-12
1
-0
/
+2
*
v3d: add color formats and swizzles to the fragment shader key
Iago Toral Quiroga
2019-07-12
1
-0
/
+11
*
pan/midgard: Correct component count clamping PSIZ
Alyssa Rosenzweig
2019-07-11
1
-1
/
+2
*
panfrost: Remove unused display target field
Alyssa Rosenzweig
2019-07-11
2
-4
/
+0
*
panfrost/ci: Update expectations
Alyssa Rosenzweig
2019-07-11
1
-2
/
+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
*
panfrost: Wire up GLES2-class polygon offset
Alyssa Rosenzweig
2019-07-11
1
-0
/
+11
*
etnaviv: remove dead translate_ts_sampler_format(..) declaration
Christian Gmeiner
2019-07-11
1
-3
/
+0
*
panfrost: Don't lie about Z/S formats
Alyssa Rosenzweig
2019-07-11
4
-6
/
+34
*
panfrost: Place the height value in the height field
Tomeu Vizoso
2019-07-11
1
-1
/
+1
*
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
*
freedreno: Generate headers from xml files
Kristian H. Kristensen
2019-07-10
5
-12
/
+12
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
3
-40
/
+17
*
panfrost: Clamp point size
Alyssa Rosenzweig
2019-07-10
4
-2
/
+76
*
panfrost: Move non-Gallium files outside of Gallium
Alyssa Rosenzweig
2019-07-10
34
-15039
/
+2
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
27
-819
/
+819
*
panfrost/midgard: Apply code styling
Alyssa Rosenzweig
2019-07-10
11
-212
/
+213
*
panfrost/nir: Apply NIR style
Alyssa Rosenzweig
2019-07-10
4
-105
/
+105
*
panfrost: Move midgard/nir* to nir folder
Alyssa Rosenzweig
2019-07-10
6
-5
/
+5
*
panfrost: Typofix
Alyssa Rosenzweig
2019-07-10
1
-1
/
+1
*
panfrost: Identify shared tiler structure
Alyssa Rosenzweig
2019-07-10
3
-135
/
+142
*
panfrost/midgard: Drop unnecessary assert
Alyssa Rosenzweig
2019-07-10
1
-3
/
+1
*
panfrost: Don't expose OES_standard_derivatives
Alyssa Rosenzweig
2019-07-10
1
-1
/
+0
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
21
-28
/
+63
*
gallium: give vertex-shader saturate its own cap
Erik Faye-Lund
2019-07-10
3
-0
/
+4
*
gallium: give fragment-shader derivatives its own cap
Erik Faye-Lund
2019-07-10
3
-0
/
+4
*
gallium: give fragment-shader texture-lod its own cap
Erik Faye-Lund
2019-07-10
3
-0
/
+6
*
panfrost: Fix copyright identifier in a few places
Alyssa Rosenzweig
2019-07-10
2
-2
/
+2
*
panfrost: Bikeshed pan_screen.c comment
Alyssa Rosenzweig
2019-07-10
1
-25
/
+21
*
panfrost: Check GPU version before loading
Alyssa Rosenzweig
2019-07-10
3
-5
/
+28
[next]