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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Fall back to X-tiling when larger than estimated aperture size.
Kenneth Graunke
2013-04-10
1
-2
/
+26
*
intel: Refactor code in intel_miptree_choose_tiling().
Kenneth Graunke
2013-04-10
1
-4
/
+6
*
intel: Move the max_gtt_map_object_size estimation to intel_context.
Kenneth Graunke
2013-04-10
3
-18
/
+20
*
intel/hsw: Enable hiz (v2)
Chad Versace
2013-04-10
2
-2
/
+51
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
3
-11
/
+6
*
intel: Add field intel_mipmap_slice::has_hiz
Chad Versace
2013-04-10
4
-2
/
+44
*
intel: Remove the texture_tiling driconf option.
Kenneth Graunke
2013-04-08
4
-11
/
+1
*
i965: Prefer Y-tiling on Gen6+.
Kenneth Graunke
2013-04-08
1
-1
/
+1
*
i965: Use tiling even for compressed textures.
Kenneth Graunke
2013-04-08
1
-1
/
+1
*
intel: Refactor selection of miptree tiling
Chad Versace
2013-04-08
1
-42
/
+61
*
intel: Allocate hiz in intel_renderbuffer_move_to_temp()
Chad Versace
2013-04-08
1
-0
/
+4
*
intel: Avoid making tiled miptrees we won't be able to blit.
Eric Anholt
2013-04-08
1
-14
/
+21
*
intel: Do temporary CPU maps of textures that are too big to GTT map.
Eric Anholt
2013-04-08
1
-0
/
+21
*
intel: Add support for writing to our linear-temporary-CPU-map case.
Eric Anholt
2013-04-08
1
-2
/
+23
*
intel: Remove check for kernel 2.6.29.
Kenneth Graunke
2013-04-08
1
-7
/
+0
*
intel: Require kernel 2.6.39 for relaxed relocation support.
Kenneth Graunke
2013-04-08
1
-3
/
+4
*
i965: Reduce code duplication in handling of depth, stencil, and HiZ.
Paul Berry
2013-04-02
1
-0
/
+16
*
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
-1
/
+1
*
i965: enable ARB_texture_storage_multisample on Gen6+
Chris Forbes
2013-03-31
1
-0
/
+1
*
intel: Remove a never-taken debug print path.
Eric Anholt
2013-03-30
1
-5
/
+0
*
i965: Enable ARB_texture_query_lod.
Matt Turner
2013-03-29
1
-1
/
+3
*
i965: Add a driconf option to disable flush throttling.
Paul Berry
2013-03-21
3
-2
/
+10
*
i965/gen7: Align all depth miplevels to 8 in the X direction.
Eric Anholt
2013-03-20
1
-1
/
+9
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
5
-8
/
+19
*
Add dri image entry point for creating image from fd
Kristian Høgsberg
2013-03-18
3
-4
/
+94
*
i965/blorp: Add INTEL_DEBUG=blorp flag.
Paul Berry
2013-03-18
2
-0
/
+2
*
i965: Simplify separate stencil check
Paul Berry
2013-03-16
1
-1
/
+1
*
intel: Remove some unused debug flags.
Eric Anholt
2013-03-11
2
-8
/
+0
*
intel: Improve the matching (more formats!) for TexImage from PBOs.
Eric Anholt
2013-03-05
1
-25
/
+3
*
intel: Improve the test for readpixels blit path format checking.
Eric Anholt
2013-03-05
3
-37
/
+6
*
intel: Fold intel_region_copy() into its one caller.
Eric Anholt
2013-03-05
3
-53
/
+16
*
intel: Transition intel_region_map() to being a miptree operation.
Eric Anholt
2013-03-05
5
-91
/
+55
*
intel: Remove num_mapped_regions tracking.
Eric Anholt
2013-03-05
2
-14
/
+0
*
intel: Remove the struct intel_region reuse hash table.
Eric Anholt
2013-03-05
4
-39
/
+2
*
intel: Add missing perf debug for a stall on mapping a BO.
Eric Anholt
2013-03-05
1
-0
/
+2
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
6
-7
/
+21
*
intel: Finish renaming fallback_debug() to perf_debug().
Eric Anholt
2013-03-05
5
-18
/
+13
*
intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
Eric Anholt
2013-03-05
1
-0
/
+5
*
i965: Fix Crystal Well PCI IDs.
Kenneth Graunke
2013-03-03
1
-9
/
+9
*
i965: enable ARB_texture_multisample on Gen6+
Chris Forbes
2013-03-02
1
-0
/
+1
*
i965: take the target into account for Gen7 MSAA modes
Chris Forbes
2013-03-02
1
-3
/
+19
*
i965: add support for multisample textures
Chris Forbes
2013-03-02
4
-7
/
+52
*
intel: Use the new "ctx" local variable I just added some more.
Eric Anholt
2013-03-01
1
-2
/
+2
*
i965: Make sRGB-capable framebuffers by default.
Eric Anholt
2013-03-01
2
-3
/
+63
*
intel: Fix software copying of miptree faces for weird formats.
Eric Anholt
2013-03-01
3
-61
/
+77
*
intel: Add a flag for miptree mapping to disable transcoding.
Eric Anholt
2013-03-01
2
-4
/
+17
*
intel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
Jordan Justen
2013-02-28
1
-0
/
+2
*
intel: update max versions based on MESA_GL_VERSION_OVERRIDE
Jordan Justen
2013-02-28
1
-0
/
+10
*
intel: Remove intel_mipmap_tree::wraps_etc
Chad Versace
2013-02-28
2
-21
/
+3
[next]