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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr/rast: Fix bug related to passing AR handle
George Kyriazis
2018-02-16
1
-1
/
+1
*
swr/rast: Fix primitive replication issue in tesselation PA.
George Kyriazis
2018-02-16
2
-2
/
+3
*
swr/rast: Use llvm intrinsic masked gather
George Kyriazis
2018-02-16
2
-0
/
+14
*
swr/rast: Misc cleanup
George Kyriazis
2018-02-16
3
-49
/
+60
*
swr/rast: Renamed variable in vertexbufferstate
George Kyriazis
2018-02-16
3
-6
/
+8
*
swr/rast: Fix GATHERPS to avoid assertions.
George Kyriazis
2018-02-16
1
-2
/
+3
*
swr/rast: More precise user clip distance interpolation
George Kyriazis
2018-02-16
2
-17
/
+4
*
swr/rast: Cull prims when all verts have negative clip distances
George Kyriazis
2018-02-16
1
-0
/
+4
*
swr/rast: whitespace and comment cleanup
George Kyriazis
2018-02-16
2
-20
/
+21
*
swr/rast: Fix invalid number of attributes
George Kyriazis
2018-02-16
1
-1
/
+1
*
swr/rast: Add clipper stats.
George Kyriazis
2018-02-16
4
-17
/
+31
*
swr/rast: Separate event types to public and private
George Kyriazis
2018-02-16
7
-119
/
+155
*
swr/rast: Clean up event types and remove BE events
George Kyriazis
2018-02-16
2
-80
/
+0
*
swr/rast: Removed unused variable
George Kyriazis
2018-02-16
11
-34
/
+2
*
swr/rast: Separate RDTSC code from archrast
George Kyriazis
2018-02-16
15
-186
/
+181
*
swr/rast: Cleanup of mpPrivateContext in Builder
George Kyriazis
2018-02-16
3
-3
/
+15
*
swr/rast: Remove some JIT debug code
George Kyriazis
2018-02-16
1
-45
/
+0
*
swr/rast: Don't include private context in gather args
George Kyriazis
2018-02-16
4
-14
/
+17
*
swr/rast: Cleanup knob definitions
George Kyriazis
2018-02-16
1
-50
/
+40
*
swr/rast: Add missing parameter to a few gather functions
George Kyriazis
2018-02-16
2
-12
/
+12
*
etnaviv: add useful information to BO import errors
Philipp Zabel
2018-02-16
1
-2
/
+6
*
radeonsi/nir: set TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL correctly
Timothy Arceri
2018-02-16
1
-1
/
+2
*
virgl: remap query types to hw support.
Dave Airlie
2018-02-16
1
-2
/
+35
*
clover: Fix build after llvm r325155 and r325160
Jan Vesely
2018-02-15
3
-2
/
+30
*
meson: fix xvmc target linkage
Dylan Baker
2018-02-15
1
-3
/
+4
*
meson: Fix xa target linkage
Dylan Baker
2018-02-15
1
-3
/
+5
*
meson: Fix omx-bellagio target linkage
Dylan Baker
2018-02-15
1
-3
/
+4
*
meson: fix va target linkage
Dylan Baker
2018-02-15
1
-3
/
+4
*
meson: fix vdpau target linkage
Dylan Baker
2018-02-15
1
-3
/
+5
*
meson: link dri3 xcb libs into vlwinsys instead of into each target
Dylan Baker
2018-02-15
6
-18
/
+11
*
meson: use va-api version reported by pkg-config
Dylan Baker
2018-02-15
1
-3
/
+3
*
meson: add libswdri and libswkmsdri to dri link_with
Dylan Baker
2018-02-15
1
-9
/
+2
*
meson: add libswdri and libswkmsdri to d3dadaptor link_with
Dylan Baker
2018-02-15
1
-10
/
+3
*
meson: define empty variables for libswdri and libswkmsdri
Dylan Baker
2018-02-15
3
-5
/
+12
*
svga: replace gotos with else clauses
Brian Paul
2018-02-15
3
-23
/
+20
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2018-02-15
3
-4
/
+6
*
svga: move duplicated code for setting fillmode/flatshade state
Brian Paul
2018-02-15
1
-20
/
+10
*
svga: move svga_update_state() call in draw code
Brian Paul
2018-02-15
1
-18
/
+19
*
svga: call tgsi_scan_shader() for dummy shaders
Brian Paul
2018-02-15
2
-0
/
+7
*
nvc0: disable MS Images for sample_count == 1 on Maxwell
Karol Herbst
2018-02-15
1
-1
/
+1
*
radeonsi/nir: fix si_nir_load_tcs_varyings() for outputs
Timothy Arceri
2018-02-15
1
-2
/
+11
*
radeonsi/nir: fix shader ballot return value bitsize
Timothy Arceri
2018-02-15
1
-1
/
+1
*
ac: remove nir_to_llvm_context from ac_nir_translate()
Samuel Pitoiset
2018-02-14
1
-1
/
+1
*
r600: fix regression in gl_FragColor drawing
Dave Airlie
2018-02-14
1
-0
/
+2
*
r600: fix array spill if temp[0] is before all arrays
Dave Airlie
2018-02-14
1
-0
/
+2
*
virgl: add ARB_sample_shading support.
Dave Airlie
2018-02-14
3
-3
/
+6
*
virgl: add ARB_draw_indirect support.
Dave Airlie
2018-02-14
3
-2
/
+28
*
tgsi: Recognize RET in main for tgsi_transform
Roland Scheidegger
2018-02-14
1
-7
/
+55
*
gallium: drop all the guard band float caps.
Dave Airlie
2018-02-14
16
-80
/
+0
*
virgl: Support v2 caps struct (v2)
Stéphane Marchesin
2018-02-13
3
-13
/
+82
[prev]
[next]