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
*
swr/rast: Convert C Sampler intrinsics
George Kyriazis
2018-02-16
2
-0
/
+19
*
swr/rast: Make SIMDLib templated types easier to use
George Kyriazis
2018-02-16
5
-298
/
+307
*
swr/rast: Be more explicit when fetching next component
George Kyriazis
2018-02-16
2
-4
/
+11
*
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
*
egl/wayland: Always use in-tree wayland-egl-backend.h
Daniel Stone
2018-02-16
1
-1
/
+1
*
meson: Move Wayland dmabuf to wayland-drm
Daniel Stone
2018-02-16
2
-14
/
+22
*
egl/wayland: check for invalid format index
Eric Engestrom
2018-02-16
1
-0
/
+2
*
glsl: fix sizeof(pointer) bug
Eric Engestrom
2018-02-16
1
-1
/
+1
*
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
*
i965/icl: Add render target flush after uploading binding table
Anuj Phogat
2018-02-15
1
-0
/
+14
*
i965/icl: Enable float blend optimization and Wa3DStateMode
Anuj Phogat
2018-02-15
1
-1
/
+1
*
intel/common/icl: Add has_sample_with_hiz flag in gen_device_info
Anuj Phogat
2018-02-15
3
-5
/
+9
*
i965/icl: Add assertions to check dispatch mode is SIMD8
Anuj Phogat
2018-02-15
2
-0
/
+7
*
i965/icl: Update switch statements
Anuj Phogat
2018-02-15
2
-0
/
+2
*
i965/icl: Update the assert in brw_memory_barrier()
Anuj Phogat
2018-02-15
1
-1
/
+1
*
i965/icl: Define and use icl mocs settings
Anuj Phogat
2018-02-15
3
-1
/
+11
*
i965/icl: Update the comment for maximum number of threads per PSD
Anuj Phogat
2018-02-15
2
-8
/
+10
*
i965/icl: Build and use gen11 functions for genxml state-upload and blorp
Anuj Phogat
2018-02-15
8
-4
/
+43
*
i965/icl: Don't set ResetGatewayTimer
Anuj Phogat
2018-02-15
1
-0
/
+2
*
intel/icl: Do StateCacheInvalidation for indirect clear color
Anuj Phogat
2018-02-15
1
-1
/
+1
*
intel/isl/icl: Build and use gen11 surface state emit functions
Anuj Phogat
2018-02-15
6
-1
/
+35
*
intel/isl/icl: Add the maximum surface size limit
Anuj Phogat
2018-02-15
1
-1
/
+5
*
intel/genxml/icl: Update genx_bits header
Anuj Phogat
2018-02-15
1
-0
/
+1
*
intel/genxml/icl: Generate packing headers
Anuj Phogat
2018-02-15
5
-2
/
+15
*
intel/genxml/icl: Add gen11.xml
Anuj Phogat
2018-02-15
1
-0
/
+3765
*
i965: Drop EXEC_OBJECT_CAPTURE defines.
Kenneth Graunke
2018-02-15
1
-3
/
+0
*
clover: Fix build after llvm r325155 and r325160
Jan Vesely
2018-02-15
3
-2
/
+30
*
radv: Always lower indirect derefs after nir_lower_global_vars_to_local.
Bas Nieuwenhuizen
2018-02-15
3
-36
/
+53
*
meson: fix xvmc target linkage
Dylan Baker
2018-02-15
1
-3
/
+4
[next]