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: 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
37
-131
/
+131
*
virgl: drop pointless leftover init of virgl_transfer_inline_write.
Dave Airlie
2016-07-17
1
-1
/
+0
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
14
-11
/
+118
*
mesa/st: reduce size of state->st bitmask
Rob Clark
2016-07-16
1
-1
/
+1
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
5
-5
/
+14
*
radeonsi: remove the DRAW_PREAMBLE packet
Nicolai Hähnle
2016-07-16
3
-12
/
+1
*
mesa: handle numSamples=0 in _mesa_test_proxy_teximage()
Brian Paul
2016-07-15
1
-3
/
+1
*
nir: Use dest.ssa.num_components rather than intrin->num_components.
Kenneth Graunke
2016-07-15
1
-1
/
+1
*
nir: Update outdated intrinsic const_index comments.
Kenneth Graunke
2016-07-15
1
-7
/
+9
*
nir: Use nir_intrinsic_set_base in atomic lowering.
Kenneth Graunke
2016-07-15
1
-2
/
+2
*
nir: Split nir_lower_io's input/output/atomic handling into helpers.
Kenneth Graunke
2016-07-15
1
-91
/
+87
*
nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().
Kenneth Graunke
2016-07-15
1
-1
/
+0
*
nir: Share destination rewriting and replacement code in IO lowering.
Kenneth Graunke
2016-07-15
1
-25
/
+19
*
nir: Share get_io_offset handling in nir_lower_io.
Kenneth Graunke
2016-07-15
1
-24
/
+9
*
nir: Make a 'var' temporary in nir_lower_io.
Kenneth Graunke
2016-07-15
1
-16
/
+12
*
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
*
i965: Add an isl_device to the brw_context
Jason Ekstrand
2016-07-15
2
-0
/
+6
*
isl/state: Add support for OffsetX/Y in surface state
Jason Ekstrand
2016-07-15
2
-0
/
+31
*
isl: Add support for filling out surface states all the way back to gen4
Jason Ekstrand
2016-07-15
6
-5
/
+182
*
isl: Add an ISL_DEV_IS_G4X macro
Jason Ekstrand
2016-07-15
1
-0
/
+4
*
genxml: Add macros and #includes for gens 4-6
Jason Ekstrand
2016-07-15
2
-2
/
+23
[next]