summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace2011-11-226-43/+57
* 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-2116-140/+203
* 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-212-29/+15
* intel: Don't use special stencil span accessorsChad Versace2011-11-211-42/+1
* i965: Fix inconsistent indentation in brw_gs_emit.c.Kenneth Graunke2011-11-161-33/+33
* 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
* radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-7/+5
* i965: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-6/+5
* mesa: use _mesa_readpixels() as default driver hookBrian Paul2011-11-151-1/+2
* xlib: remove xm_image.[ch] filesBrian Paul2011-11-153-117/+0
* xlib: remove a ton of old xlib driver cruftBrian Paul2011-11-159-3409/+4
* xlib: use MESA_FORMAT_XRGB8888 for pixmap surfacesBrian Paul2011-11-151-12/+1
* xlib: remove software alpha buffer supportBrian Paul2011-11-154-26/+1
* 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
* meta: Fix restoring of fixed function texture enables.Eric Anholt2011-11-141-27/+9
* meta: Don't forget to flag state when restoring texobjects.Eric Anholt2011-11-141-2/+5
* radeon: further cleanup of shared codeFabio Pedretti2011-11-143-23/+6
* radeon: add some missing FireMV pci idsAlex Deucher2011-11-141-0/+1
* i965: Don't try to normalize cubemap coordinates for textureSize.Kenneth Graunke2011-11-121-0/+3
* i965: Expose GLSL 1.30 on gen6+.Eric Anholt2011-11-111-1/+4
* i965: Add support for gl_VertexID and gl_InstanceID.Eric Anholt2011-11-114-6/+63
* i965: Replace a should-never-happen fallback with asserts where it matters.Eric Anholt2011-11-112-13/+15
* radeon: fix build.Dave Airlie2011-11-111-1/+1
* radeon: drop unused constant_cliprect fieldDave Airlie2011-11-112-2/+0
* radeon: disable texobj state for 3d textureDave Airlie2011-11-111-0/+1
* radeon: use meta bitmapDave Airlie2011-11-111-0/+1
* radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie2011-11-114-6/+6
* i965: remove #include of api_noop.hBrian Paul2011-11-111-1/+0
* xlib: set alpha to 0xff when mapping RGB pixmapsBrian Paul2011-11-111-0/+11
* i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.Kenneth Graunke2011-11-103-2/+12
* i965: Reorder state atom lists so all the surface state is together.Kenneth Graunke2011-11-101-16/+19
* i965: Put a proper sampler count in 3DSTATE_VS.Kenneth Graunke2011-11-102-3/+5
* i965: Upload SAMPLER_STATE pointers for the VS on Ivybridge.Kenneth Graunke2011-11-101-1/+7
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-109-33/+37
* i965: Clean up code for VS pull constant surface creation.Kenneth Graunke2011-11-103-64/+20
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-109-85/+80
* i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.Kenneth Graunke2011-11-103-15/+35
* i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke2011-11-104-59/+16