summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace2011-11-225-34/+49
* intel: Refactor intel_miptree_copy_teximage()Chad Versace2011-11-211-56/+66
* intel: Refactor intel_mipmap_level offsetsChad Versace2011-11-212-25/+37
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-2111-126/+179
* intel: Define intel_miptree_create_for_renderbuffer()Chad Versace2011-11-212-0/+36
* intel: Move inline functions from intel_fbo.h to .cChad Versace2011-11-212-17/+23
* intel: Kill intel_framebuffer_get_hiz_region()Chad Versace2011-11-211-17/+3
* intel: Temporarily disable HiZ for texturesChad Versace2011-11-211-59/+3
* intel: Always gather stencil buffer in intel_map_renderbuffer_separate_s8z24()Chad Versace2011-11-211-32/+20
* intel: Fix swrast_render_start() for depthstencil buffers with separate stencilChad Versace2011-11-211-8/+14
* intel: Don't use special stencil span accessorsChad Versace2011-11-211-42/+1
* intel: Fix separate stencil in builtin DRI2 backendChad Versace2011-11-151-9/+80
* intel: Fix region dimensions for stencil buffers received from DDXChad Versace2011-11-151-15/+16
* intel: Simplify stencil detiling arithmeticChad Versace2011-11-152-6/+3
* i965: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-6/+5
* intel: Fix intel_map_renderbuffer() for depthstencil buffers with separate st...Chad Versace2011-11-151-1/+149
* intel: Fix software detiling of system stencil buffersChad Versace2011-11-152-4/+6
* intel: Fix intel_unmap_renderbuffer_s8()Chad Versace2011-11-151-2/+2
* intel: Refactor intel_map_renderbuffer()Chad Versace2011-11-151-134/+256
* i965: Expose GLSL 1.30 on gen6+.Eric Anholt2011-11-111-1/+4
* i965: Add new vtable entries for surface state updating functions.Kenneth Graunke2011-11-101-0/+17
* i965: Claim to support rendering to integer FBOs.Eric Anholt2011-11-091-1/+6
* i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.Eric Anholt2011-11-091-0/+30
* intel: Expose GL_EXT_texture_integer when GL 3.0 override is set.Eric Anholt2011-11-091-0/+10
* i965: Add support for 16-bit unorm L, A, and I textures.Eric Anholt2011-11-091-1/+5
* intel: Don't _mesa_problem when asked for an RB of a texturing-only type.Eric Anholt2011-11-092-2/+11
* 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