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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: Add general SWTag statistics
Alok Hota
2019-05-01
3
-161
/
+191
*
swr/rast: Add string handling to AR event framework
Alok Hota
2019-05-01
5
-31
/
+54
*
swr/rast: Add initial SWTag proto definitions
Alok Hota
2019-05-01
2
-39
/
+71
*
swr/rast: Cleanup and generalize gen_archrast
Alok Hota
2019-05-01
3
-123
/
+57
*
softpipe: setup pixel_offset for all primitive types
Erik Faye-Lund
2019-05-01
1
-11
/
+10
*
softpipe: Increase the GLSL feature level
Gert Wollny
2019-05-01
1
-1
/
+1
*
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
*
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
*
radeonsi: implement resource_get_info
Julien Isorce
2019-04-30
1
-8
/
+35
*
iris: Enable fast clear colors on gen11.
Rafael Antognolli
2019-04-30
1
-3
/
+0
*
iris: Update the surface state clear color address when available.
Rafael Antognolli
2019-04-30
1
-1
/
+9
*
iris: Use the linear version of the surface format during fast clears.
Rafael Antognolli
2019-04-30
1
-1
/
+7
*
iris: Support sRGB fast clears even if the colorspaces differ.
Rafael Antognolli
2019-04-30
2
-4
/
+8
*
panfrost/ci: Initial commit
Tomeu Vizoso
2019-04-30
8
-0
/
+3248
*
iris: Do not advertise multisampled image load/store.
Rafael Antognolli
2019-04-29
1
-0
/
+5
*
freedreno/a6xx: pre-bake UBWC flags in texture-view
Rob Clark
2019-04-29
2
-3
/
+5
*
freedreno/a6xx: small texture emit cleanup
Rob Clark
2019-04-29
4
-37
/
+34
*
freedreno/ir3: switch fragcoord to sysval
Rob Clark
2019-04-29
1
-0
/
+1
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
10
-26
/
+0
*
iris: Only enable GL_AMD_depth_clamp_separate on Gen9+
Kenneth Graunke
2019-04-29
1
-1
/
+1
*
iris: Set XY Clipping correctly.
Kenneth Graunke
2019-04-29
4
-2
/
+67
*
swr: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-24
/
+25
*
nouveau: support NULL-resources
Erik Faye-Lund
2019-04-29
2
-3
/
+10
*
i915: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-2
/
+5
*
lima/ppir: fix pointer referenced after a free
Patrick Lerda
2019-04-29
1
-1
/
+2
*
lima/ppir: Add gl_FragCoord handling
Andreas Baierl
2019-04-29
7
-2
/
+33
*
panfrost: Workaround -bshadow regression
Alyssa Rosenzweig
2019-04-28
1
-1
/
+8
*
panfrost/midgard: Safety check immediate precision degradations
Alyssa Rosenzweig
2019-04-28
1
-1
/
+14
*
panfrost: Use fp32 (not fp16) varyings
Alyssa Rosenzweig
2019-04-28
1
-4
/
+4
*
panfrost/midgard: imov workaround
Alyssa Rosenzweig
2019-04-28
1
-6
/
+27
*
panfrost/midgard: Fix tex propogation
Alyssa Rosenzweig
2019-04-28
1
-7
/
+22
*
panfrost/midgard: Fix regressions in -bjellyfish
Alyssa Rosenzweig
2019-04-28
1
-3
/
+7
*
panfrost/midgard: Only copyprop without an outmod
Alyssa Rosenzweig
2019-04-28
1
-0
/
+1
*
Revert "panfrost/midgard: Extend copy propagation pass"
Alyssa Rosenzweig
2019-04-28
1
-48
/
+8
*
iris: Fix zeroing of transform feedback offsets in strange cases.
Kenneth Graunke
2019-04-27
2
-4
/
+18
*
vc4: Fall back to renderonly if the vc4 driver doesn't have v3d.
Eric Anholt
2019-04-26
1
-1
/
+0
*
radeonsi: don't ignore PIPE_FLUSH_ASYNC
Marek Olšák
2019-04-26
1
-1
/
+1
[next]