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: remove executable bit from C file
Andreas Boll
2013-05-01
1
-0
/
+0
*
i965: Stop passing num_samples to intel_miptree_alloc_hiz().
Paul Berry
2013-04-30
3
-8
/
+6
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
5
-131
/
+0
*
intel: Move the S8 offset calc function near its remaining usage.
Eric Anholt
2013-04-30
3
-58
/
+56
*
intel: Ensure renderbuffers are current when mapping them.
Eric Anholt
2013-04-30
1
-6
/
+1
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
4
-173
/
+5
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-26
/
+11
*
swrast: Reuse _swrast_free_texture_image_buffer from drivers.
Eric Anholt
2013-04-30
1
-7
/
+1
*
swrast: Move ImageOffsets allocation to shared code.
Eric Anholt
2013-04-30
1
-18
/
+2
*
intel: Be more conservative in disabling tiling to save memory.
Eric Anholt
2013-04-29
1
-3
/
+5
*
intel: Report FBO incompleteness causes through GL_ARB_debug_output.
Eric Anholt
2013-04-29
1
-22
/
+34
*
intel: Fold the one last function intel_tex_format.c into the caller.
Eric Anholt
2013-04-29
3
-23
/
+10
*
i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.
Eric Anholt
2013-04-29
1
-2
/
+2
*
i915: Always enable GL 2.0 support.
Eric Anholt
2013-04-29
2
-30
/
+5
*
mesa: Introduce a globally-available minify() macro.
Eric Anholt
2013-04-21
2
-12
/
+6
*
mesa: Generalize TexStorage allocator between swrast and intel.
Eric Anholt
2013-04-21
1
-26
/
+0
*
intel: Mention how much data we're trying to subdata in perf debug.
Eric Anholt
2013-04-21
1
-2
/
+3
*
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
2013-04-19
1
-14
/
+14
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
5
-5
/
+0
*
intel: Don't dereference a NULL pointer of calloc fails
Ian Romanick
2013-04-17
1
-0
/
+4
*
intel: Add a null pointer check before dereferencing the pointer
Anuj Phogat
2013-04-17
1
-0
/
+9
*
i965: Enable the Bay Trail platform.
Kenneth Graunke
2013-04-16
3
-0
/
+24
*
intel: Return failure properly in the texsubimage blit path.
Eric Anholt
2013-04-12
1
-1
/
+1
*
intel: Fix a warning in the release build.
Eric Anholt
2013-04-12
1
-2
/
+1
*
intel: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-2
/
+2
*
intel: Improve diagnostics for emit_linear_blit failure path.
Eric Anholt
2013-04-12
1
-2
/
+5
*
i965: Fix error path for MCS allocation.
Eric Anholt
2013-04-12
1
-1
/
+1
*
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
[next]