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/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masks
Jason Ekstrand
2016-08-17
1
-3
/
+3
*
i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.
Francisco Jerez
2016-07-07
1
-9
/
+0
*
i965: Assert that a depth_mt exists when using HiZ.
Matt Turner
2016-05-25
1
-0
/
+1
*
i965: Send the minimal number of STATE_BASE_ADDRESS packets.
Kenneth Graunke
2016-05-16
1
-9
/
+4
*
i965: Combine Gen4-7 and Gen8+ state base address emitters.
Kenneth Graunke
2016-05-16
1
-4
/
+42
*
i965: Drop BRW_NEW_BLORP from stipple and line parameter packets.
Kenneth Graunke
2016-05-12
1
-8
/
+4
*
i965/blorp: Do not trigger re-emission of base state address
Topi Pohjolainen
2016-04-23
1
-1
/
+0
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-7
/
+16
*
i965: Rename define for the PIPE_CONTROL DC flush bit.
Francisco Jerez
2016-02-08
1
-1
/
+1
*
i965/gen7.5+: Disable resource streamer during GPGPU workloads.
Francisco Jerez
2016-01-14
1
-0
/
+40
*
i965/gen7: Emit stall and dummy primitive draw after switching to the 3D pipe...
Francisco Jerez
2016-01-14
1
-0
/
+24
*
i965/gen4-5: Emit MI_FLUSH as required prior to switching pipelines.
Francisco Jerez
2016-01-14
1
-0
/
+13
*
i965/gen6-7: Implement stall and flushes required prior to switching pipelines.
Francisco Jerez
2016-01-14
1
-0
/
+37
*
i965/gen8+: Invalidate color calc state when switching to the GPGPU pipeline.
Francisco Jerez
2016-01-14
1
-0
/
+20
*
i965: add EXT_polygon_offset_clamp support to gen4/gen5
Ilia Mirkin
2015-10-05
1
-8
/
+0
*
i965: Use intel_get_tile_dims() to get tile masks
Anuj Phogat
2015-09-28
1
-7
/
+13
*
i965: Always re-emit the pipeline select during invariant state emission
Chris Wilson
2015-08-24
1
-1
/
+2
*
i965: Trivial formatting changes in brw_misc_state.c
Ian Romanick
2015-08-03
1
-26
/
+23
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-2
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-1
/
+1
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-3
/
+6
*
i965/state: Emit pipeline select when changing pipelines
Jordan Justen
2015-05-02
1
-6
/
+17
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
2015-03-09
1
-2
/
+2
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-27
/
+0
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-8
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-1
/
+1
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-1
/
+1
*
i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.
Kenneth Graunke
2014-11-29
1
-7
/
+2
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-16
/
+16
*
i965: Always enable VF statistics
Ben Widawsky
2014-11-13
1
-2
/
+1
*
i965/skl: Set mask bits in PIPELINE_SELECT on Skylake.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-2
/
+2
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-2
/
+2
*
i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface
Jordan Justen
2014-08-15
1
-2
/
+2
*
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
[next]