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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
7
-13
/
+13
*
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-54
/
+30
*
i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-2
/
+5
*
i965: Make BLORP do sRGB encode/decode on ES 2 as well.
Kenneth Graunke
2016-08-08
1
-2
/
+2
*
i965: Drop the "do resolves in sRGB" hack.
Kenneth Graunke
2016-08-08
1
-24
/
+0
*
i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.
Kenneth Graunke
2016-08-08
2
-2
/
+10
*
i965: Rework the unlit centroid workaround.
Kenneth Graunke
2016-08-05
2
-25
/
+33
*
i965: Use a separate register for every access to an SSA undef.
Kenneth Graunke
2016-08-04
2
-13
/
+11
*
i965: use mt->offset in intel_miptree_map_movntdqa()
Haixia Shi
2016-08-03
1
-0
/
+3
*
i965: Disable the unlit centroid workaround on Gen7.
Matt Turner
2016-08-02
1
-3
/
+0
*
i915: Avoid aliasing violation.
Matt Turner
2016-08-01
1
-1
/
+3
*
i965: fix comparison warning
Timothy Arceri
2016-08-01
1
-1
/
+1
*
i965: Fix move_interpolation_to_top() pass.
Kenneth Graunke
2016-07-29
1
-21
/
+29
*
i965: remove unnecessary null check
Timothy Arceri
2016-07-28
1
-4
/
+1
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
3
-3
/
+3
*
i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations
Jason Ekstrand
2016-07-26
1
-17
/
+2
*
i965/miptree/isl: Stop multiplying depth by 6 for cubes
Jason Ekstrand
2016-07-26
1
-5
/
+0
*
i965/blorp/gen8: Stop multiplying depth by 6 for cubes
Jason Ekstrand
2016-07-26
1
-4
/
+1
*
i965: Get rid of the do_lower_unnormalized_offsets pass
Jason Ekstrand
2016-07-22
4
-109
/
+0
*
i965/nir: Enable NIR lowering of txf and rect offsets
Jason Ekstrand
2016-07-22
1
-0
/
+2
*
i965: fix varying output setup
Timothy Arceri
2016-07-23
1
-1
/
+1
*
i965: Fix "operation operation" in comment.
Kenneth Graunke
2016-07-21
1
-1
/
+1
*
i965: Fix shared atomic intrinsics to pay attention to base.
Kenneth Graunke
2016-07-21
1
-1
/
+12
*
i965: Include VUE handles for GS with invocations > 1.
Kenneth Graunke
2016-07-21
1
-1
/
+1
*
i965: print error messages if gs fails to compile
Timothy Arceri
2016-07-21
1
-0
/
+6
*
i965: enable GL4.4 for Gen8+
Timothy Arceri
2016-07-21
2
-2
/
+2
*
i965: enable ARB_enhanced_layouts for gen6+
Timothy Arceri
2016-07-21
1
-1
/
+1
*
i965/vec4: add packing support for tcs load outputs
Timothy Arceri
2016-07-21
3
-7
/
+17
*
i965/vec4: add support for packing tes inputs
Timothy Arceri
2016-07-21
1
-4
/
+10
*
i965/vec4: add support for packing tcs outputs
Timothy Arceri
2016-07-21
1
-0
/
+7
*
i965/vec4: support packing tcs inputs
Timothy Arceri
2016-07-21
2
-2
/
+7
*
i965/vec4: add component packing for gs
Timothy Arceri
2016-07-21
1
-0
/
+2
*
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
*
i965: enable ARB_enhanced_layouts for gen8+
Timothy Arceri
2016-07-21
1
-0
/
+1
*
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
*
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
*
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
*
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
[next]