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
/
dri
/
i965
/
brw_misc_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move has_hiz from the slice to the level.
Eric Anholt
2014-05-12
1
-1
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-14
/
+12
*
i965: Move intel_region_get_aligned_offset() to be a miptree function.
Eric Anholt
2014-05-01
1
-9
/
+8
*
i965: Move intel_region_get_tile_masks() to be a miptree function.
Eric Anholt
2014-05-01
1
-7
/
+7
*
i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.
Kenneth Graunke
2014-05-01
1
-2
/
+8
*
i965: Fix render-to-texture in non-FinishRenderTexture cases.
Eric Anholt
2014-03-06
1
-0
/
+5
*
i965: Pull format conversion logic out of brw_depthbuffer_format.
Kenneth Graunke
2014-02-19
1
-32
/
+1
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-3
/
+3
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-5
/
+5
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-5
/
+5
*
i965: Update invariant state for Broadwell.
Kenneth Graunke
2014-01-18
1
-4
/
+12
*
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
2014-01-17
1
-4
/
+5
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-11
/
+11
*
i965: Use has_surface_tile_offset in depth/stencil alignment workaround.
Kenneth Graunke
2013-11-07
1
-2
/
+2
*
i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2013-10-28
1
-0
/
+4
*
i965: Remove has_aa_line_parameters.
Kenneth Graunke
2013-10-13
1
-1
/
+5
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
1
-66
/
+0
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-3
/
+3
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-3
/
+3
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-5
/
+5
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-1
/
+1
*
i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
Ville Syrjälä
2013-08-21
1
-2
/
+5
*
gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface
Jordan Justen
2013-08-04
1
-0
/
+6
*
i965: init global state first in brw_workaround_depthstencil_alignment
Jordan Justen
2013-08-04
1
-5
/
+14
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-12
/
+8
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-37
/
+25
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Move must_use/has_separate_stencil fields to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-10
/
+10
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-17
/
+12
*
i965: NULL check depth_mt to quiet static analysis.
Matt Turner
2013-06-29
1
-1
/
+1
*
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
2013-06-10
1
-2
/
+3
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
1
-13
/
+0
*
i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
Chia-I Wu
2013-04-24
1
-3
/
+14
*
i965: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-4
/
+2
*
i965: Remove brw_context::depthstencil::hiz_mt
Chad Versace
2013-04-10
1
-2
/
+0
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
1
-16
/
+16
*
i965: Change signature of brw_get_depthstencil_tile_masks()
Chad Versace
2013-04-10
1
-1
/
+6
*
i965: Reduce code duplication in handling of depth, stencil, and HiZ.
Paul Berry
2013-04-02
1
-89
/
+106
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
1
-5
/
+26
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-3
/
+3
*
i965: Add perf debug for depth/stencil alignment workaround.
Eric Anholt
2012-12-22
1
-0
/
+16
*
i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.
Eric Anholt
2012-11-28
1
-1
/
+3
*
i965: Use the separate stencil buffer's offsets for stencil setup.
Eric Anholt
2012-11-19
1
-15
/
+38
*
i965: Move all the depth/stencil/hiz offset logic into the workaround.
Eric Anholt
2012-11-19
1
-108
/
+113
*
i965: When rebasing depth or stencil, update x/y before deciding the other.
Eric Anholt
2012-11-19
1
-13
/
+36
[next]