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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/sched: Simplify work done by add_barrier_deps().
Matt Turner
2016-08-19
1
-0
/
+9
*
i965/vec4: Ignore swizzle of VGRF for use by var_range_end().
Matt Turner
2016-08-19
2
-2
/
+2
*
i965/vec4: Print spills:fills.
Matt Turner
2016-08-19
1
-7
/
+11
*
nir: Add nir_builder support for individual system value loads.
Eric Anholt
2016-08-19
2
-5
/
+3
*
i965/blorp: Remove no longer used state setup helpers
Jason Ekstrand
2016-08-19
3
-657
/
+0
*
i965/blorp: Use genxml for gen8-9 state setup
Jason Ekstrand
2016-08-19
6
-587
/
+172
*
i965/blorp: Use genxml for gen7 state setup
Jason Ekstrand
2016-08-19
6
-565
/
+299
*
i965/blorp: Add genxml-based vertex setup helpers
Jason Ekstrand
2016-08-19
1
-1
/
+212
*
i965/blorp: Add a helper for emitting surface states
Jason Ekstrand
2016-08-19
1
-24
/
+28
*
i965/blorp: Add genxml-based sampler state emit function
Jason Ekstrand
2016-08-19
1
-11
/
+38
*
i965/blorp: Add genxml-based dynamic state emit functions
Jason Ekstrand
2016-08-19
1
-9
/
+73
*
i965: Move gen6_blorp.c to a file that gets recompiled per-gen
Jason Ekstrand
2016-08-19
3
-5
/
+18
*
i965/blorp/gen6: Use genxml packing structs for state setup
Jason Ekstrand
2016-08-19
2
-420
/
+311
*
i965/blorp: Stop setting point and line rasterization rules
Jason Ekstrand
2016-08-19
3
-7
/
+1
*
i965/blorp/gen8: Move viewport setup to after wm state
Jason Ekstrand
2016-08-19
1
-1
/
+2
*
i965/blorp/gen6-7: Move multisample setup to right after samplers
Jason Ekstrand
2016-08-19
2
-9
/
+10
*
i965/blorp/gen6-7: Move surfaces and samplers closer together
Jason Ekstrand
2016-08-19
2
-11
/
+10
*
i965/blorp/gen7-8: Emit depth stencil state with CC and BLEND
Jason Ekstrand
2016-08-19
2
-3
/
+4
*
i965/blorp/gen6: Move constant disables higher up
Jason Ekstrand
2016-08-19
1
-22
/
+7
*
i965/blorp: Don't clear an empty region
Jason Ekstrand
2016-08-19
1
-0
/
+4
*
i965/blorp: Move the non-static blorp state setup helpers to another file
Jason Ekstrand
2016-08-19
4
-541
/
+578
*
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
*
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
*
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
*
i965/blorp: Use nir_alu_type for the texture data type
Jason Ekstrand
2016-08-17
2
-27
/
+16
*
i965: brw_blorp_blit.cpp -> blorp_blit.c
Jason Ekstrand
2016-08-17
2
-6
/
+6
*
i965: brw_blorp_clear.cpp -> blorp_clear.c
Jason Ekstrand
2016-08-17
2
-5
/
+1
*
i965: Split brw_blorp.c/h into multiple files
Jason Ekstrand
2016-08-17
11
-1373
/
+1495
*
i965/blorp: Factor the guts of blorp_hiz_exec into a helper
Jason Ekstrand
2016-08-17
1
-18
/
+25
*
i965/blorp: Break the guts of do_single_blorp_clear into two helpers
Jason Ekstrand
2016-08-17
1
-64
/
+111
*
i965/meta_util: Convert get_fast_clear_rect to take an isl_surf
Jason Ekstrand
2016-08-17
3
-14
/
+17
*
i965/blorp/clear: Move isl_surf setup higher in the function
Jason Ekstrand
2016-08-17
1
-10
/
+10
*
i965/blorp: Refactor fast-clear logic a bit
Jason Ekstrand
2016-08-17
1
-12
/
+13
*
i965/blorp/clear: Stop stomping the destination format
Jason Ekstrand
2016-08-17
1
-3
/
+1
*
i965/meta_util: Only modify the input parameters in get_fast_clear_rect
Jason Ekstrand
2016-08-17
3
-13
/
+4
*
i965/blorp: Stop calling brw_meta_get_buffer_rect
Jason Ekstrand
2016-08-17
3
-24
/
+0
*
i965/blorp: Pull the guts of resolve_color into a miptree-agnostic helper
Jason Ekstrand
2016-08-17
1
-18
/
+25
*
i965/meta_util: Convert get_resolve_rect to use ISL
Jason Ekstrand
2016-08-17
3
-28
/
+28
[prev]
[next]