aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Return error value from intel_batchbuffer_flush().Eric Anholt2011-10-292-6/+12
* intel: Add an interface for saving/restoring the batchbuffer state.Eric Anholt2011-10-293-0/+28
* i915: Move the always_flush_cache code to triangle emit.Eric Anholt2011-10-291-4/+0
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-281-23/+0
* intel: remove dead prototype for old DRI1 code.Eric Anholt2011-10-281-5/+0
* intel: Drop texture border support code.Eric Anholt2011-10-264-77/+28
* intel: Enable stripping of texture borders.Eric Anholt2011-10-261-0/+2
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-252-7/+4
* intel: Kill dead code in intel_miptree_copy_teximage()Chad Versace2011-10-251-59/+28
* intel: remove duplicated #include of texstore.hBrian Paul2011-10-231-1/+0
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-231-5/+5
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-233-3/+4
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-234-27/+42
* intel: Add 'mode' param to intel_region_mapChad Versace2011-10-187-16/+34
* intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2011-10-181-0/+16
* intel: Fix scatter/gather for depthstencil texturesChad Versace2011-10-181-5/+5
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-1828-285/+290
* intel: Assert that no batch is emitted if a region is mappedChad Versace2011-10-113-1/+32
* i965: Split brw_set_prim into brw/gen6 variantsChad Versace2011-10-101-1/+1
* intel: silence uninitialized var warningBrian Paul2011-10-071-1/+1
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-5/+3
* mesa: Remove ARB_draw_buffers extension enable flagIan Romanick2011-10-041-1/+0
* i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt2011-10-034-5/+27
* intel: Add a safety check for mapping 1D texture arrays.Eric Anholt2011-10-031-0/+4
* intel: Add debug output to intel_map_texture_image.Eric Anholt2011-10-031-1/+7
* intel: Add a helper function for getting miptree size from a texture image.Eric Anholt2011-10-036-29/+68
* intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt2011-10-036-193/+106
* intel: Clean up the function chain for mapping texture images for swrast.Eric Anholt2011-10-033-113/+65
* intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.Eric Anholt2011-10-032-54/+21
* intel: Rely on Mesa core for glTexImage storage.Eric Anholt2011-10-031-52/+4
* intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().Eric Anholt2011-10-033-1/+9
* intel: Add an AllocTextureImageBuffer() implementation using miptrees.Eric Anholt2011-10-033-1/+50
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-031-29/+1
* intel: include version.h to get _mesa_override_glsl_version() prototypeBrian Paul2011-09-291-0/+1
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-292-2/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-292-2/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-292-2/+0
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-292-2/+0
* intel: Remove unused function get_glsl_version()Chad Versace2011-09-281-16/+0
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-281-1/+2
* intel: Fix compiler warnings from the depth stall flush commit.Eric Anholt2011-09-271-0/+1
* intel: Drop our custom glGetTexImage() code.Eric Anholt2011-09-272-63/+7
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-42/+6
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-2611-60/+37
* intel: Drop stale comment about CopyTexSubImage.Eric Anholt2011-09-261-4/+0
* intel: Rely on AllocTextureImageBuffer for our teximage fallbacks.Eric Anholt2011-09-261-19/+5
* intel: Rely on mesa core for compressed texture image uploading.Eric Anholt2011-09-261-58/+20