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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/vec4: add support for packing vs/gs/tes outputs
Timothy Arceri
2016-07-21
3
-4
/
+45
*
i965/vec4: add support for packing inputs
Timothy Arceri
2016-07-21
1
-0
/
+2
*
i965: add helper for creating packing writemask
Timothy Arceri
2016-07-21
1
-0
/
+7
*
i965: add helpers for creating component layout swizzle
Timothy Arceri
2016-07-21
1
-0
/
+3
*
vc4: Return V3D version details in the GL renderer info.
Eric Anholt
2016-07-20
2
-1
/
+12
*
vc4: Check the V3D version reported by the kernel.
Eric Anholt
2016-07-20
2
-0
/
+62
*
vc4: Detect and report kernel support for branching.
Eric Anholt
2016-07-20
1
-2
/
+12
*
vc4: Switch to using the libdrm-provided vc4_drm.h.
Eric Anholt
2016-07-20
3
-280
/
+4
*
docs: mark ARB_enhanced_layouts as DONE for i965
Timothy Arceri
2016-07-21
1
-2
/
+2
*
i965: enable ARB_enhanced_layouts for gen8+
Timothy Arceri
2016-07-21
1
-0
/
+1
*
nir: add doubles component packing support
Timothy Arceri
2016-07-21
1
-0
/
+20
*
i965: add component packing support for load_output intrinsics
Timothy Arceri
2016-07-21
1
-5
/
+33
*
i965: enable component packing for vs and fs
Timothy Arceri
2016-07-21
4
-25
/
+16
*
i965: bring back type_size_vec4_times_4()
Timothy Arceri
2016-07-21
2
-0
/
+14
*
nir/inline: Constant-initialize local variables in the callee if needed
Jason Ekstrand
2016-07-20
1
-2
/
+40
*
nir: Add a nir_deref_foreach_leaf helper
Jason Ekstrand
2016-07-20
2
-0
/
+120
*
clover: Re-order includes in invocation.cpp to fix build
Tom Stellard
2016-07-20
1
-7
/
+17
*
clover: Add missing include v2
Tom Stellard
2016-07-20
1
-0
/
+1
*
i965: Move VS load_input handling to nir_emit_vs_intrinsic().
Kenneth Graunke
2016-07-20
1
-31
/
+30
*
i965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID virtual opcode.
Kenneth Graunke
2016-07-20
4
-10
/
+0
*
i965: Rewrite FS input handling to use the new NIR intrinsics.
Kenneth Graunke
2016-07-20
5
-341
/
+270
*
i965: Move load_interpolated_input/barycentric_* intrinsics to the top.
Kenneth Graunke
2016-07-20
1
-0
/
+64
*
i965: Add a pass to demote sample interpolation intrinsics.
Kenneth Graunke
2016-07-20
1
-0
/
+44
*
nir: Add nir_load_interpolated_input lowering code.
Kenneth Graunke
2016-07-20
2
-5
/
+100
*
nir: Add new intrinsics for fragment shader input interpolation.
Kenneth Graunke
2016-07-20
5
-0
/
+51
*
anv: Properly call gen75_emit_state_base_address on Haswell.
Kenneth Graunke
2016-07-20
1
-1
/
+1
*
genxml: Rename "API Rendering Disable" to "Rendering Disable".
Kenneth Graunke
2016-07-20
2
-2
/
+2
*
anv: Unify 3DSTATE_CLIP code across generations.
Kenneth Graunke
2016-07-20
3
-43
/
+41
*
anv: Enable early culling on Gen7.
Kenneth Graunke
2016-07-20
1
-0
/
+1
*
anv: Fix near plane clipping on Gen7/7.5.
Kenneth Graunke
2016-07-20
1
-1
/
+1
*
genxml: Add APIMODE_D3D missing enum values and improve consistency.
Kenneth Graunke
2016-07-20
6
-3
/
+8
*
genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mode" enum values.
Kenneth Graunke
2016-07-20
3
-7
/
+7
*
swr: [rasterizer core] introduce simd16intrin.h
Tim Rowley
2016-07-20
4
-6
/
+751
*
swr: [rasterizer core] fix for possible int32 overflow condition
Tim Rowley
2016-07-20
1
-1
/
+1
*
swr: [rasterizer core] rename *_MAX enum values to *_COUNT
Tim Rowley
2016-07-20
5
-22
/
+21
*
swr: [rasterizer core] centroid correction
Tim Rowley
2016-07-20
1
-9
/
+17
*
swr: [rasterizer core] support range of values in TemplateArgUnroller
Tim Rowley
2016-07-20
3
-26
/
+56
*
swr: [rasterizer core] ensure adjacent topologies use the cut-aware PA
Tim Rowley
2016-07-20
1
-5
/
+2
*
swr: [rasterizer] attribute swizzling and linkage
Tim Rowley
2016-07-20
11
-171
/
+218
*
swr: [rasterizer common] icc declspec definitions
Tim Rowley
2016-07-20
1
-1
/
+17
*
swr: [rasterizer jitter] rework vertex/instance ID storage in fetch
Tim Rowley
2016-07-20
2
-64
/
+36
*
swr: [rasterizer core] avx512 simd utility work
Tim Rowley
2016-07-20
4
-10
/
+1026
*
swr: [rasterizer core] viewport rounding for disabled scissor
Tim Rowley
2016-07-20
1
-2
/
+4
*
i965: Stop muging cube array lengths by 6
Jason Ekstrand
2016-07-20
5
-38
/
+11
*
i965/miptree: Set logical_depth0 == 6 for cube maps
Jason Ekstrand
2016-07-20
1
-4
/
+11
*
i965/miptree: Enforce that height == 1 for 1-D array textures
Jason Ekstrand
2016-07-20
2
-19
/
+5
*
Avoid overflow in 'last' variable of FindGLXFunction(...)
Stefan Dirsch
2016-07-20
1
-3
/
+3
*
egl/android: Stop leaking DRI images
Tomasz Figa
2016-07-20
1
-0
/
+11
*
egl/android: Add some useful error messages
Tomasz Figa
2016-07-20
1
-3
/
+10
*
egl/android: Check return value of dri2_get_dri_config()
Tomasz Figa
2016-07-20
1
-0
/
+2
[prev]
[next]