index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Return error value from intel_batchbuffer_flush().
Eric Anholt
2011-10-29
2
-6
/
+12
*
intel: Add an interface for saving/restoring the batchbuffer state.
Eric Anholt
2011-10-29
3
-0
/
+28
*
i915: Move the always_flush_cache code to triangle emit.
Eric Anholt
2011-10-29
1
-4
/
+0
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
1
-23
/
+0
*
intel: remove dead prototype for old DRI1 code.
Eric Anholt
2011-10-28
1
-5
/
+0
*
intel: Drop texture border support code.
Eric Anholt
2011-10-26
4
-77
/
+28
*
intel: Enable stripping of texture borders.
Eric Anholt
2011-10-26
1
-0
/
+2
*
i965: Remove "single threaded" INTEL_DEBUG mode.
Kenneth Graunke
2011-10-25
2
-7
/
+4
*
intel: Kill dead code in intel_miptree_copy_teximage()
Chad Versace
2011-10-25
1
-59
/
+28
*
intel: remove duplicated #include of texstore.h
Brian Paul
2011-10-23
1
-1
/
+0
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-5
/
+5
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
3
-3
/
+4
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
4
-27
/
+42
*
intel: Add 'mode' param to intel_region_map
Chad Versace
2011-10-18
7
-16
/
+34
*
intel: Add HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
1
-0
/
+16
*
intel: Fix scatter/gather for depthstencil textures
Chad Versace
2011-10-18
1
-5
/
+5
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
28
-285
/
+290
*
intel: Assert that no batch is emitted if a region is mapped
Chad Versace
2011-10-11
3
-1
/
+32
*
i965: Split brw_set_prim into brw/gen6 variants
Chad Versace
2011-10-10
1
-1
/
+1
*
intel: silence uninitialized var warning
Brian Paul
2011-10-07
1
-1
/
+1
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-5
/
+3
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
1
-1
/
+0
*
i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.
Eric Anholt
2011-10-03
4
-5
/
+27
*
intel: Add a safety check for mapping 1D texture arrays.
Eric Anholt
2011-10-03
1
-0
/
+4
*
intel: Add debug output to intel_map_texture_image.
Eric Anholt
2011-10-03
1
-1
/
+7
*
intel: Add a helper function for getting miptree size from a texture image.
Eric Anholt
2011-10-03
6
-29
/
+68
*
intel: Consolidate texture validation copy code, and reuse it correctly.
Eric Anholt
2011-10-03
6
-193
/
+106
*
intel: Clean up the function chain for mapping texture images for swrast.
Eric Anholt
2011-10-03
3
-113
/
+65
*
intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.
Eric Anholt
2011-10-03
2
-54
/
+21
*
intel: Rely on Mesa core for glTexImage storage.
Eric Anholt
2011-10-03
1
-52
/
+4
*
intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().
Eric Anholt
2011-10-03
3
-1
/
+9
*
intel: Add an AllocTextureImageBuffer() implementation using miptrees.
Eric Anholt
2011-10-03
3
-1
/
+50
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
1
-29
/
+1
*
intel: include version.h to get _mesa_override_glsl_version() prototype
Brian Paul
2011-09-29
1
-0
/
+1
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
2
-2
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
2
-2
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
2
-2
/
+0
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
2
-2
/
+0
*
intel: Remove unused function get_glsl_version()
Chad Versace
2011-09-28
1
-16
/
+0
*
mesa: Allow overriding GLSL version with environment variable
Chad Versace
2011-09-28
1
-1
/
+2
*
intel: Fix compiler warnings from the depth stall flush commit.
Eric Anholt
2011-09-27
1
-0
/
+1
*
intel: Drop our custom glGetTexImage() code.
Eric Anholt
2011-09-27
2
-63
/
+7
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-42
/
+6
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
11
-60
/
+37
*
intel: Drop stale comment about CopyTexSubImage.
Eric Anholt
2011-09-26
1
-4
/
+0
*
intel: Rely on AllocTextureImageBuffer for our teximage fallbacks.
Eric Anholt
2011-09-26
1
-19
/
+5
*
intel: Rely on mesa core for compressed texture image uploading.
Eric Anholt
2011-09-26
1
-58
/
+20
[next]