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
/
gen7_wm_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/wm: Use resolved miptree consistently in surface setup
Topi Pohjolainen
2014-03-05
1
-5
/
+5
*
i965: Use ffs() for sample counting in gen7_surface_msaa_bits().
Kenneth Graunke
2014-02-19
1
-6
/
+4
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
1
-7
/
+7
*
i965/Gen7: Only emit cube face enables for cubes.
Chris Forbes
2014-01-19
1
-2
/
+5
*
i965: Remove unused depth_mode parameter from translate_tex_format().
Kenneth Graunke
2013-12-29
1
-1
/
+0
*
i965/Gen7: emit mcs info for multisample textures
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965: Make swizzle_to_scs non-static.
Kenneth Graunke
2013-11-16
1
-6
/
+6
*
i965: Combine {brw,gen7}_update_texture_buffer_surface() functions.
Kenneth Graunke
2013-11-05
1
-39
/
+1
*
i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.
Kenneth Graunke
2013-11-05
1
-27
/
+0
*
i965: Virtualize emit_buffer_surface_state().
Kenneth Graunke
2013-11-05
1
-0
/
+1
*
i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
2013-10-29
1
-17
/
+0
*
i965: Define vtbl method that initializes an untyped R/W surface.
Francisco Jerez
2013-10-29
1
-5
/
+30
*
i965: Try to avoid stalls on the GPU when doing glBufferSubData().
Eric Anholt
2013-10-23
1
-1
/
+1
*
i965: Add support for GL_ARB_texture_buffer_range.
Eric Anholt
2013-10-23
1
-4
/
+10
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-2
/
+5
*
i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.
Chris Forbes
2013-10-03
1
-6
/
+8
*
i965: Emit a second set of SURFACE_STATE for gather4 from textures.
Chris Forbes
2013-10-03
1
-1
/
+5
*
i965: Totally switch around how we handle nonzero baselevel-first_level.
Eric Anholt
2013-09-30
1
-1
/
+3
*
i965: Always look up from the object's mt when setting up texturing state.
Eric Anholt
2013-09-30
1
-2
/
+1
*
i965/gen7.5: Fix missing Shader Channel Select entries on Haswell
Abdiel Janulgue
2013-09-21
1
-0
/
+7
*
i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
2013-09-19
1
-86
/
+60
*
i965: Fix off by one errors in texture buffer size calculations.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-4
/
+4
*
i965: Modify signature to update_texture_surface functions.
Paul Berry
2013-08-31
1
-9
/
+7
*
i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL.
Eric Anholt
2013-08-30
1
-11
/
+3
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-3
/
+2
*
i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.
Kenneth Graunke
2013-08-19
1
-6
/
+8
*
i965/hsw: Change L3 MOCS of SURFACE_STAT
Chad Versace
2013-07-18
1
-1
/
+5
*
i965: Cite the Ivybridge PRM for multisample surface format notes.
Kenneth Graunke
2013-07-15
1
-13
/
+9
*
i965: Delete "the data cache is the sampler cache" comments on Gen7+.
Kenneth Graunke
2013-07-15
1
-12
/
+0
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-8
/
+2
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+6
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+4
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Stop recomputing the miptree's size from the texture image.
Eric Anholt
2013-06-26
1
-7
/
+4
*
i965: Drop unused argument to translate_tex_format().
Eric Anholt
2013-06-26
1
-1
/
+0
*
gen7: fix GPU hang on WebGL texture-size test
Jordan Justen
2013-06-18
1
-1
/
+1
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-4
/
+6
*
i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.
Paul Berry
2013-06-12
1
-1
/
+1
*
i965/gen7+: Create an enum for keeping track of fast color clear state.
Paul Berry
2013-06-12
1
-0
/
+2
*
i965 gen7: use SURFACE_STATE fields to select render level/layer
Jordan Justen
2013-06-02
1
-18
/
+44
*
intel: add layered parameter to update_renderbuffer_surface
Jordan Justen
2013-06-02
1
-0
/
+3
*
intel: Rename intel_renderbuffer_tile_offsets.
Eric Anholt
2013-05-28
1
-1
/
+1
*
intel: Make intel_miptree_get_tile_offsets return a page offset.
Eric Anholt
2013-05-28
1
-3
/
+4
*
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
2013-04-30
1
-21
/
+8
*
i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFER
Chia-I Wu
2013-04-24
1
-6
/
+10
*
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
2013-04-01
1
-2
/
+3
*
i965: Make the constant surface interface take a normal byte size.
Eric Anholt
2013-04-01
1
-3
/
+5
[next]