index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: add dri2ConfigQueryExtension to the correct extension list
Emil Velikov
2017-07-24
1
-0
/
+1
*
i965: Enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2017-07-22
6
-59
/
+45
*
i965: Weaken the texture view rules for formats slightly
Jason Ekstrand
2017-07-22
1
-1
/
+18
*
i965/surface_state: Get the aux usage from the miptree code
Jason Ekstrand
2017-07-22
1
-95
/
+13
*
i965/surface_state: Take an isl_aux_usage in emit_surface_state
Jason Ekstrand
2017-07-22
1
-26
/
+47
*
i965/miptree: Take an isl_format in prepare_texture
Jason Ekstrand
2017-07-22
3
-12
/
+13
*
i965/miptree: Use miptree range helpers in has_color_unresolved
Jason Ekstrand
2017-07-22
1
-43
/
+38
*
i965/miptree: Allow for accessing a CCS_E image as CCS_D
Jason Ekstrand
2017-07-22
1
-9
/
+27
*
i965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_D
Jason Ekstrand
2017-07-22
1
-5
/
+5
*
intel/isl: Add an aux state for "partial clear"
Jason Ekstrand
2017-07-22
1
-0
/
+12
*
i965/miptree: Take an aux_usage in prepare/finish
Jason Ekstrand
2017-07-22
4
-60
/
+80
*
i965/miptree: Refactor some things to use mt->aux_usage
Jason Ekstrand
2017-07-22
1
-37
/
+56
*
i965/blorp: Use prepare/finish_depth for depth clears
Jason Ekstrand
2017-07-22
1
-36
/
+21
*
i965/blorp: Use render_aux_usage for color clears
Jason Ekstrand
2017-07-22
1
-12
/
+6
*
i965/blorp: Be more accurate about aux usage in blorp_copy
Jason Ekstrand
2017-07-22
1
-13
/
+42
*
i965/blorp: Use texture/render_aux_usage for blits
Jason Ekstrand
2017-07-22
1
-16
/
+16
*
i965/blorp: Do prepare/finish manually
Jason Ekstrand
2017-07-22
1
-38
/
+92
*
i965/miptree: Rework prepare/finish_render to be in terms of aux_usage
Jason Ekstrand
2017-07-22
3
-20
/
+59
*
i965/miptree: Add a helper for getting the aux usage for texturing
Jason Ekstrand
2017-07-22
2
-20
/
+43
*
i965/miptree: Partially resolve MCS for texture views
Jason Ekstrand
2017-07-22
1
-7
/
+7
*
i965/miptree: Add support for partially resolving MCS
Jason Ekstrand
2017-07-22
3
-3
/
+67
*
i965/miptree: Tighten up finish_mcs_write
Jason Ekstrand
2017-07-22
1
-7
/
+8
*
i965/miptree: Make aux_state work in terms of logical layers
Jason Ekstrand
2017-07-22
1
-6
/
+13
*
i965/miptree: Remove some unneeded restrictions
Jason Ekstrand
2017-07-22
2
-11
/
+4
*
i965/miptree: Stop setting FOR_SCANOUT for renderbuffers
Jason Ekstrand
2017-07-22
1
-2
/
+1
*
i965/blorp: Do flushes around depth resolves
Jason Ekstrand
2017-07-22
1
-78
/
+72
*
i965/blorp: Use the renderbuffer format for clears
Jason Ekstrand
2017-07-22
1
-1
/
+9
*
i965/bufmgr: Add comments about GTT coherency issues.
Chris Wilson
2017-07-22
1
-0
/
+22
*
i965: Drop non-LLC lunacy in the program cache code.
Kenneth Graunke
2017-07-22
3
-70
/
+21
*
i965: Set MAP_PERSISTENT on program cache buffers.
Kenneth Graunke
2017-07-22
1
-4
/
+8
*
i965: Correctly set MAP_WRITE when creating the LLC program cache map.
Kenneth Graunke
2017-07-22
1
-1
/
+1
*
i965/bufmgr: Use write-combine mappings where available
Matt Turner
2017-07-22
1
-3
/
+88
*
i965/bufmgr: Skip wait ioctl when not busy.
Kenneth Graunke
2017-07-22
1
-0
/
+4
*
i965/bufmgr: Explicitly wait instead of using I915_GEM_SET_DOMAIN.
Kenneth Graunke
2017-07-22
1
-17
/
+6
*
i965/bufmgr: Allocate BO pages outside of the kernel's locking.
Kenneth Graunke
2017-07-22
1
-0
/
+13
*
st/mesa: use proper resource target type in st_AllocTextureStorage()
Brian Paul
2017-07-22
1
-1
/
+4
*
mesa: remove pointless assignments in init_teximage_fields_ms()
Brian Paul
2017-07-22
1
-3
/
+0
*
mesa: include texture size in error messages
Brian Paul
2017-07-22
1
-4
/
+5
*
i965: Support the mesa_no_error driconf option.
Kenneth Graunke
2017-07-22
2
-0
/
+4
*
i965: Delete gen8_draw_upload.c
Kenneth Graunke
2017-07-22
1
-0
/
+0
*
st/glsl_to_tgsi: don't optimize mul+add to mad if expression is precise
Karol Herbst
2017-07-21
1
-1
/
+1
*
tgsi: populate precise
Karol Herbst
2017-07-21
3
-24
/
+24
*
st/glsl_to_tgsi: handle precise modifier
Karol Herbst
2017-07-21
1
-0
/
+13
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
2
-1
/
+99
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
14
-1646
/
+96
*
i965/miptree: Switch remaining surfaces to isl
Topi Pohjolainen
2017-07-22
2
-93
/
+41
*
i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()
Topi Pohjolainen
2017-07-22
3
-11
/
+8
*
i965/miptree: Relax size alignment for linear surfaces
Topi Pohjolainen
2017-07-22
1
-1
/
+6
*
i965/miptree: Store compression flag also for isl based
Topi Pohjolainen
2017-07-22
1
-0
/
+1
*
i965/miptree: Check tex image allocation failures
Topi Pohjolainen
2017-07-22
1
-0
/
+2
[next]