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
...
*
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
*
main/teximage: Even on failure use valid format for init()
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
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
*
mesa: remove useless assert in _mesa_TextureView()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: remove duplicated code around framebuffer_renderbuffer()
Samuel Pitoiset
2017-07-20
1
-47
/
+23
*
mesa: remove one extra check in _mesa_DeleteTextures()
Samuel Pitoiset
2017-07-20
1
-5
/
+0
*
mesa: make _mesa_generate_texture_mipmap() static
Samuel Pitoiset
2017-07-20
2
-10
/
+6
*
mesa: inline save_array_object()
Samuel Pitoiset
2017-07-20
1
-14
/
+1
*
mesa: inline remove_array_object()
Samuel Pitoiset
2017-07-20
1
-15
/
+1
*
mesa: tidy up _mesa_DeleteVertexArrays()
Samuel Pitoiset
2017-07-20
1
-13
/
+12
*
mesa: remove useless assert in texture_storage()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: pass the 'caller' function to texstorage()
Samuel Pitoiset
2017-07-20
1
-9
/
+11
*
mesa: make _mesa_texture_storage() static
Samuel Pitoiset
2017-07-20
2
-19
/
+12
*
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
[prev]
[next]