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
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
i965/miptree/gen4: Prepare x-tiled fallback for isl based
Topi Pohjolainen
2017-07-22
1
-6
/
+20
*
i965/miptree: Prepare non-tiled fallback for isl based
Topi Pohjolainen
2017-07-22
1
-0
/
+36
*
i965/miptree: Prepare has_color_unresolved() for isl based
Topi Pohjolainen
2017-07-22
1
-1
/
+5
*
i965: Enable ARB_shader_ballot on Gen8+
Matt Turner
2017-07-20
1
-0
/
+1
*
i965: Enable ARB_shader_group_vote
Matt Turner
2017-07-20
1
-0
/
+1
*
i965: Rename batch->exec_objects to validation_list
Chris Wilson
2017-07-20
2
-12
/
+14
*
Revert "i965: Call intel_prepare_render() from intel_update_state()"
Kenneth Graunke
2017-07-20
1
-2
/
+0
*
i965: Represent depth surfaces with isl
Topi Pohjolainen
2017-07-20
3
-48
/
+94
*
i965: Drop redundant check for non-tiled depth buffer
Topi Pohjolainen
2017-07-20
2
-4
/
+2
*
i965/miptree: Prepare 3D surfaces with physical 2D layout
Topi Pohjolainen
2017-07-20
1
-17
/
+22
*
i965/miptree: Prepare aux state map for isl based
Topi Pohjolainen
2017-07-20
1
-3
/
+18
*
i965/miptree: Represent y-tiled stencil copies with isl
Topi Pohjolainen
2017-07-20
1
-5
/
+4
*
i965/miptree: Represent w-tiled stencil surfaces with isl
Topi Pohjolainen
2017-07-20
3
-20
/
+36
*
i965/miptree: Prepare compressed offsets for isl based
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Add support for imported bo offsets for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+13
*
i965/fbo: Add support for isl-based miptrees in rb wrapper
Topi Pohjolainen
2017-07-20
1
-0
/
+4
*
i965: Prepare image setup from miptree for isl based
Topi Pohjolainen
2017-07-20
1
-2
/
+9
*
i965: Prepare tex, img and rt state emission for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+16
*
i965: Refactor miptree to isl converter and adjustment
Topi Pohjolainen
2017-07-20
1
-46
/
+57
*
i965: Prepare tex (sub)image for isl based
Topi Pohjolainen
2017-07-20
2
-5
/
+23
*
i965/wm: Prepare image surfaces for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+6
*
i965/wm: Fix number of layers in 3D images
Topi Pohjolainen
2017-07-20
1
-3
/
+13
*
i965/miptree: Prepare intel_miptree_copy() for isl based
Topi Pohjolainen
2017-07-20
1
-4
/
+16
*
i965: Prepare blit engine for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+11
*
i965/miptree: Store chars-per-pixel even for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+1
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
13
-66
/
+48
*
i965/miptree: Take interleaving into account in stencil pitch
Topi Pohjolainen
2017-07-20
3
-58
/
+20
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
15
-133
/
+128
[next]