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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: Make gen6 VS and GS disable helpers static
Jason Ekstrand
2016-08-19
2
-10
/
+2
*
i965: Roll intel_reg.h into brw_defines.h
Jason Ekstrand
2016-08-19
15
-308
/
+277
*
i965: Stop including brw_defines.h in brw_state.h
Jason Ekstrand
2016-08-19
4
-1
/
+3
*
i965/state: Move is_drawing_lines/points to gen6_clip_state.c
Jason Ekstrand
2016-08-19
4
-56
/
+59
*
genxml/gen9: Make 3DSTATE_SBE::AttributeActiveComponentFormat an array
Jason Ekstrand
2016-08-19
2
-67
/
+6
*
genxml: Add a uint MOCS field to VERTEX_BUFFER_STATE
Jason Ekstrand
2016-08-19
5
-0
/
+5
*
genxml: Make a couple of VERTEX_BUFFER_STATE fields boolean
Jason Ekstrand
2016-08-19
5
-7
/
+7
*
genxml: Make VERTEX_ELEMENT_STATE::Valid a bool
Jason Ekstrand
2016-08-19
5
-5
/
+5
*
genxml/gen6: Make SAMPLER_STATE look a bit more like gen7
Jason Ekstrand
2016-08-19
1
-19
/
+26
*
genxml: Add a uint MOCS field to DEPTH_BUFFER packets
Jason Ekstrand
2016-08-19
5
-0
/
+10
*
genxml/gen6: Make "Depth Clear Value" a uint
Jason Ekstrand
2016-08-19
1
-1
/
+1
*
genxml/gen6: Add the 3D_Prim_Topo_Type enum
Jason Ekstrand
2016-08-19
1
-0
/
+24
*
genxml/gen6: Fix the length of 3DSTATE_WM
Jason Ekstrand
2016-08-19
1
-2
/
+2
*
genxml/gen6: Add a Surface Base Address field to HIER_DEPTH_BUFFER
Jason Ekstrand
2016-08-19
1
-2
/
+3
*
genxml/gen6: Add uint MOCS fields for most things
Jason Ekstrand
2016-08-19
1
-0
/
+6
*
nir: Rely on the fact that bcsel takes a well formed boolean.
Kenneth Graunke
2016-08-19
1
-3
/
+3
*
i965/sched: Change the scheduling heuristics to favor early program termination.
Francisco Jerez
2016-08-18
1
-3
/
+16
*
i965/sched: Assign a preferred exit node to each node of the dependency graph.
Francisco Jerez
2016-08-18
1
-0
/
+59
*
i965/sched: Calculate the critical path of scheduling nodes non-recursively.
Francisco Jerez
2016-08-18
1
-13
/
+12
*
i965/fs: Switch to per-subspan discard jumps.
Francisco Jerez
2016-08-18
1
-3
/
+1
*
i965/fs: Drop bogus writemasking disable bit from HALT instructions.
Francisco Jerez
2016-08-18
1
-4
/
+0
*
mesa: avoid valgrind warning due to opaque only being set sometimes
Ilia Mirkin
2016-08-18
1
-2
/
+2
*
vbo: remove unnecessary max_basevertex computation
Ilia Mirkin
2016-08-18
1
-8
/
+0
*
vbo: add basevertex when looking up elements for vbo splitting
Ilia Mirkin
2016-08-18
1
-1
/
+1
*
radeonsi: initialize and finalize the LLVM function pass manager
Marek Olšák
2016-08-18
1
-0
/
+2
*
isl: automake: use VISIBILITY_CFLAGS to restrict symbol visibility
Emil Velikov
2016-08-18
1
-8
/
+10
*
anv: remove dummy VK_DEBUG_MARKER_EXT entry points
mil Velikov
2016-08-18
1
-20
/
+0
*
anv: do not export the Vulkan API
Emil Velikov
2016-08-18
1
-11
/
+0
*
anv: automake: build with -Bsymbolic
Emil Velikov
2016-08-18
1
-0
/
+1
*
anv: automake: use VISIBILITY_CFLAGS to restrict symbol visibility
Emil Velikov
2016-08-18
2
-3
/
+7
*
anv: remove internal 'validate' layer
Emil Velikov
2016-08-18
2
-110
/
+11
*
nir/search: Extend 'a@bool' to handle a couple of system values.
Kenneth Graunke
2016-08-18
1
-0
/
+7
*
nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().
Kenneth Graunke
2016-08-18
1
-31
/
+19
*
nir/search: Introduce a src_is_type() helper for 'a@type' handling.
Kenneth Graunke
2016-08-18
1
-13
/
+29
*
i965: Fix barrier count shift in scalar TCS backend.
Kenneth Graunke
2016-08-18
1
-1
/
+1
*
i965: Fix execution size of scalar TCS barrier setup code.
Kenneth Graunke
2016-08-18
1
-6
/
+6
*
i965: Implement the WaPreventHSTessLevelsInterference workaround.
Kenneth Graunke
2016-08-18
6
-3
/
+175
*
nir/builder: Add bany_inequal and bany helpers.
Kenneth Graunke
2016-08-18
1
-0
/
+19
*
mesa: Fix uf10_to_f32() scale factor in the E == 0 and M != 0 case.
Kenneth Graunke
2016-08-17
1
-1
/
+1
*
swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operations
Tim Rowley
2016-08-17
12
-415
/
+400
*
swr: [rasterizer common] reorder SWR_FORMAT_INFO
Tim Rowley
2016-08-17
2
-825
/
+1433
*
swr: [rasterizer core] make dirtytile list point directly to macrotilequeues
Tim Rowley
2016-08-17
3
-14
/
+15
*
swr: [rasterizer core] portability - remove use of INT64
Tim Rowley
2016-08-17
1
-2
/
+2
*
swr: [rasterizer core] viewport transform disabled fix
Tim Rowley
2016-08-17
1
-4
/
+11
*
swr: [rasterizer core] clamp scissor rects to current tile rect
Tim Rowley
2016-08-17
1
-0
/
+18
*
swr: [rasterizer core] align stats structures
Tim Rowley
2016-08-17
1
-2
/
+2
*
swr: [rasterizer core] use AVX2 permute to simplify PaTriList
Tim Rowley
2016-08-17
1
-1
/
+35
*
swr: [rasterizer core] move some global variables to SWR_CONTEXT
Tim Rowley
2016-08-17
2
-9
/
+9
*
swr: [rasterizer core] change scale on VP matrix element gathers
Tim Rowley
2016-08-17
1
-6
/
+6
*
swr: [rasterizer] implementing native AVX-512 simd16 intrinsics
Tim Rowley
2016-08-17
2
-84
/
+265
[next]