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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965: store reference to the context within struct brw_fence (v2)
Emil Velikov
2016-07-20
1
-11
/
+44
*
i965: Use tex_mocs instead of rb_mocs for GL images.
Kenneth Graunke
2016-07-19
1
-1
/
+1
*
i965: Enable MESA_shader_integer_functions on all GLSL 1.30 platforms
Ian Romanick
2016-07-19
2
-6
/
+15
*
i965: Don't lower uaddCarry and usubBorrow in both GLSL IR and NIR
Ian Romanick
2016-07-19
1
-3
/
+1
*
i965: Update assertion to account for Gen < 7
Ian Romanick
2016-07-19
1
-1
/
+4
*
i965: Use LZD to implement nir_op_find_lsb on Gen < 7
Ian Romanick
2016-07-19
2
-3
/
+45
*
i965: Use LZD to implement nir_op_ifind_msb on Gen < 7
Ian Romanick
2016-07-19
2
-21
/
+90
*
i965: Use LZD to implement nir_op_ufind_msb
Ian Romanick
2016-07-19
4
-1
/
+54
*
i965: Always enable GL_ARB_shading_language_packing
Ian Romanick
2016-07-19
1
-1
/
+1
*
i965: Move enable of EXT_shader_integer_mix
Ian Romanick
2016-07-19
1
-1
/
+2
*
i965: Skip update_texture_surface when the plane doesn't exist
Jason Ekstrand
2016-07-18
1
-8
/
+10
*
i965/gen9: Enable KHR_texture_compression_astc_sliced_3d
Anuj Phogat
2016-07-18
1
-0
/
+1
*
i965/tes/scalar: fix 64-bit indirect input loads
Iago Toral Quiroga
2016-07-18
1
-22
/
+64
*
i965/tcs/scalar: only update imm_offset for second message in 64bit input loads
Iago Toral Quiroga
2016-07-18
1
-7
/
+1
*
i965: Move pulls_bary setting to emit_pixel_interpolator_send().
Kenneth Graunke
2016-07-17
1
-4
/
+4
*
i965: Write gl_FragCoord directly to the destination.
Kenneth Graunke
2016-07-17
3
-10
/
+4
*
i965: Drop has_pln checks in unlit centroid workaround.
Kenneth Graunke
2016-07-17
1
-5
/
+2
*
i965: Drop VARYING_SLOT_FACE special case in barycentric setup.
Kenneth Graunke
2016-07-17
1
-3
/
+2
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
9
-43
/
+43
*
i965: Remove the emit_linterp() helper.
Kenneth Graunke
2016-07-15
2
-21
/
+8
*
i965: Reduce the number of fs_reg(brw_reg) calls in LINTERP handling.
Kenneth Graunke
2016-07-15
1
-4
/
+4
*
i965: Make a barycentric_mode() helper function.
Kenneth Graunke
2016-07-15
1
-51
/
+49
*
i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode.
Kenneth Graunke
2016-07-15
6
-38
/
+38
*
i965: Handle default interpolation modes and locations in NIR.
Kenneth Graunke
2016-07-15
1
-45
/
+56
*
i965/context: Remove some unnecessary vfuncs
Jason Ekstrand
2016-07-15
4
-21
/
+1
*
i965: Get rid of gen6_surface_state.c
Jason Ekstrand
2016-07-15
3
-49
/
+7
*
i965: Use ISL for emitting buffer surface states
Jason Ekstrand
2016-07-15
7
-148
/
+55
*
i965/state: Account for the element size in emit_buffer_surface_state
Jason Ekstrand
2016-07-15
3
-13
/
+16
*
i965/gen4-6: Use the generic ISL-based path for texture surfaces
Jason Ekstrand
2016-07-15
1
-93
/
+1
*
i965/gen6: Use the generic ISL-based path for renderbuffer surfaces
Jason Ekstrand
2016-07-15
1
-99
/
+1
*
i965/gen7: Use the generic ISL-based path for renderbuffer surfaces
Jason Ekstrand
2016-07-15
2
-200
/
+1
*
i965/gen7: Use the generic ISL-based path for texture surfaces
Jason Ekstrand
2016-07-15
1
-167
/
+1
*
i965/gen8: Use the generic ISL-based path for renderbuffer surfaces
Jason Ekstrand
2016-07-15
2
-263
/
+2
*
i965/gen8: Use the generic ISL-based path for texture surfaces
Jason Ekstrand
2016-07-15
1
-213
/
+1
*
i965/state: Add generic surface update functions based on ISL
Jason Ekstrand
2016-07-15
2
-0
/
+194
*
i965/surface_state: Rename brw_update to gen4_update
Jason Ekstrand
2016-07-15
1
-11
/
+11
*
i965/state: Use ISL for emitting image surfaces
Jason Ekstrand
2016-07-15
1
-11
/
+22
*
i965/blorp: Use a generic ISL path for texture surfaces on gen8
Jason Ekstrand
2016-07-15
1
-9
/
+38
*
i965/state: Add a helper for emitting a surface state using isl
Jason Ekstrand
2016-07-15
2
-0
/
+88
*
i965/blorp: Use the generic ISL path for texture surfaces on gen6
Jason Ekstrand
2016-07-15
1
-74
/
+2
*
i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen6
Jason Ekstrand
2016-07-15
1
-3
/
+3
*
i965/blorp: Use the generic ISL path for texture surfaces on gen7
Jason Ekstrand
2016-07-15
1
-93
/
+3
*
i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen7
Jason Ekstrand
2016-07-15
1
-4
/
+4
*
i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen8-9
Jason Ekstrand
2016-07-15
1
-95
/
+4
*
i965/blorp: Add a generic ISL-based surface state emit path
Jason Ekstrand
2016-07-15
2
-0
/
+163
*
i965/miptree: Add a helper for getting the aux isl_surf from a miptree
Jason Ekstrand
2016-07-15
2
-0
/
+122
*
i965/miptree: Add a helper for getting the ISL clear color from a miptree
Jason Ekstrand
2016-07-15
2
-0
/
+30
*
i965/miptree: Add a helper for getting an isl_surf from a miptree
Jason Ekstrand
2016-07-15
2
-2
/
+176
[next]