summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix comment typo in intel_renderbufferBrian Paul2011-11-071-1/+1
* intel: update intel_texture_image commentBrian Paul2011-11-071-1/+1
* intel: wrap comment and fix typoBrian Paul2011-11-071-2/+2
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-042-9/+9
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-041-1/+1
* i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.Eric Anholt2011-11-032-8/+81
* intel: Add safety asserts for the blit engine's pitch alignment requirements.Eric Anholt2011-11-031-0/+6
* intel: Don't force a batchbuffer flush in readpixels.Eric Anholt2011-11-033-3/+12
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-1/+0
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-15/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-1/+0
* intel: fix potential segfault errorYuanhan Liu2011-11-021-2/+4
* intel: Use MapRenderbuffer in spans setup.Eric Anholt2011-11-011-23/+10
* intel: Add an implementation of MapRenderbuffer.Eric Anholt2011-11-014-1/+130
* intel: Improve the debug info for renderbuffer allocation.Eric Anholt2011-11-011-4/+4
* Revert "intel: Drop the immediate validation of the texture object in TFP."Eric Anholt2011-11-011-0/+5
* intel: enable GL_OES_draw_textureChia-I Wu2011-10-301-0/+1
* 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