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: Mark depth surfaces as needing a HiZ resolve after blitting
Jason Ekstrand
2017-06-14
1
-0
/
+2
*
i965: Perform HiZ flush/stall prior to HiZ resolves
Jason Ekstrand
2017-06-14
1
-13
/
+26
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-14
2
-56
/
+58
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-14
5
-18
/
+16
*
i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()
Chad Versace
2017-06-14
1
-5
/
+1
*
i965: Rework Sandy Bridge HiZ and stencil layouts
Jason Ekstrand
2017-06-02
5
-29
/
+134
*
r100: Use _mesa_get_format_base_format in radeon_update_wrapper
Ian Romanick
2017-06-01
1
-1
/
+1
*
r100,r200: Don't assume glVisual is non-NULL during context creation
Ian Romanick
2017-06-01
3
-3
/
+1
*
r100: Don't assume that the base mipmap of a texture exists
Ian Romanick
2017-06-01
1
-4
/
+10
*
i965: Round copy size to the nearest block in intel_miptree_copy
Jason Ekstrand
2017-06-01
1
-2
/
+2
*
i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
Jason Ekstrand
2017-06-01
1
-18
/
+38
*
i965/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-19
2
-14
/
+5
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-18
1
-1
/
+2
*
i915: Fix build break with empty unreachable()
Daniel Stone
2017-05-10
1
-4
/
+2
*
i965: Don't try to unmap NULL program cache BO.
Kenneth Graunke
2017-05-08
1
-4
/
+7
*
i965: Set modifier for imported and duplicated images
Daniel Stone
2017-05-08
1
-0
/
+20
*
i965: Use helper function for modifier -> tiling
Daniel Stone
2017-05-08
1
-17
/
+34
*
mesa/dri: always link against shared glapi
Emil Velikov
2017-05-08
1
-7
/
+9
*
i965: Solve Android native fence fd double close
Randy Xu
2017-05-05
1
-1
/
+1
*
i965/drm: Delete NULL check in brw_bo_unmap().
Kenneth Graunke
2017-04-16
1
-3
/
+0
*
i965/drm: Remove dead return in brw_bo_busy()
Kenneth Graunke
2017-04-16
1
-3
/
+1
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
2
-2
/
+2
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: enable ARB_vertex_attrib_64bit for gen7+
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
i965: enable OpenGL 4.0 to Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
2
-5
/
+6
*
i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: add missing ir_unop_*/ir_binop_* in visit_leave()
Samuel Pitoiset
2017-04-13
1
-0
/
+3
*
radeon: fix duplicate 'const' specifier
Samuel Pitoiset
2017-04-13
2
-2
/
+2
*
i965/drm: Use bools for a few flags.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.
Kenneth Graunke
2017-04-11
3
-4
/
+4
*
i965/drm: Make BO size a uint64_t rather than unsigned long.
Kenneth Graunke
2017-04-11
2
-11
/
+11
*
i965/drm: Make alignment parameter a uint64_t.
Kenneth Graunke
2017-04-11
2
-4
/
+4
*
i965/drm: Make stride/pitch a uint32_t.
Kenneth Graunke
2017-04-11
4
-31
/
+18
*
i965/drm: Fix types for pwrite/pread fields.
Kenneth Graunke
2017-04-11
2
-14
/
+14
*
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
Kenneth Graunke
2017-04-11
4
-62
/
+41
*
i965: Set kernel features before computing max GL version.
Kenneth Graunke
2017-04-11
1
-24
/
+24
*
i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.
Kenneth Graunke
2017-04-10
2
-18
/
+17
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
17
-55
/
+68
*
i965/drm: Make a set_domain() helper function.
Kenneth Graunke
2017-04-10
1
-37
/
+20
*
i965/batch: Ensure we use a consistent offset in relocs
Daniel Vetter
2017-04-10
1
-2
/
+6
*
i965/bufmgr: Garbage-collect vma cache/pruning
Daniel Vetter
2017-04-10
2
-129
/
+5
*
i965/bufmgr: Remove some reuse functions
Daniel Vetter
2017-04-10
2
-33
/
+0
*
i965/bufmgr: remove start_gtt_access
Daniel Vetter
2017-04-10
2
-29
/
+14
*
i965/bufmgr: Delete set_tiling
Daniel Vetter
2017-04-10
2
-25
/
+0
*
i965/bufmgr: Delete alloc_for_render
Daniel Vetter
2017-04-10
2
-19
/
+0
*
i965/drm: Use list_for_each_entry_safe in a couple of cases.
Kenneth Graunke
2017-04-10
1
-11
/
+3
*
i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.
Kenneth Graunke
2017-04-10
2
-1
/
+1
*
i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
Kenneth Graunke
2017-04-10
2
-1215
/
+1161
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
48
-477
/
+475
*
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
Kenneth Graunke
2017-04-10
7
-57
/
+10
[next]