summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2011-02-21intel: Buffered uploadChris Wilson
2011-02-21intel: Replace the bo for a complete updateChris Wilson
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson
2011-02-21intel: Pack dynamic draws togetherChris Wilson
2011-02-21intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson
2011-02-12intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-02-07intel: Implement dri2::{Allocate,Release}BufferBenjamin Franzke
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-01-16i965: add support for EXT_texture_sRGB_decodeDave Airlie
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-14intel: Expose GL_ARB_ES2_compatibility.Eric Anholt
2011-01-14i915: Fix compiler warning from sw fallback removal change.Eric Anholt
2011-01-13i915: Disable extension OES_standard_derivativesChad Versace
2011-01-10i965: Use a new miptree to avoid software fallbacks due to drawing offset.Eric Anholt
2011-01-10intel: Drop the speculatively-use-firstImage-mt in validation.Eric Anholt
2011-01-10intel: Don't relayout the texture on maxlevel change.Eric Anholt
2011-01-10intel: When making a new teximage miptree, make a full one.Eric Anholt
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt
2011-01-09intel: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-07intel: Make renderbuffer tiling choice match texture tiling choice.Eric Anholt
2011-01-07intel: Use the _BaseFormat from MESA_FORMAT_* in renderbuffer setup.Eric Anholt
2011-01-07i915: Don't claim to support AL1616 when neither 830 nor 915 does it.Eric Anholt
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt
2011-01-07intel: expose ARB_framebuffer_object in the i915 driver.Eric Anholt
2011-01-06i965: skip too small size mipmapZou Nan hai
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt
2011-01-05intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt
2011-01-05i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt
2011-01-05intel: Drop TEXTURE_RECTANGLE check in miptree layout setup.Eric Anholt
2011-01-05intel: Clean up redundant setup of firstLevel.Eric Anholt
2011-01-05intel: Drop a check for GL_TEXTURE_4D_SGIS.Eric Anholt
2011-01-05i965: use BLT to clear buffer if possible on SandybridgeXiang, Haihao
2011-01-04i965: Add support for SRGB DXT1 formats.Eric Anholt
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt
2011-01-04intel: When validating an FBO's combined depth/stencil, use the given FBO.Eric Anholt
2011-01-04intel: Fix segfaults from trying to use _ColorDrawBuffers in FBO validation.Eric Anholt
2011-01-03intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt
2011-01-03intel: Handle forced swrast clears before other clear bits.Eric Anholt
2010-12-27i965: Internally enable GL_NV_blend_square on ES2.Kenneth Graunke
2010-12-25intel: Only do frame throttling at glFlush time when using frontbuffer.Eric Anholt
2010-12-23intel: Remove unnecessary headers.Vinson Lee
2010-12-23i965: Use MI_FLUSH_DW for blt ring flush on sandybridgeZhenyu Wang
2010-12-21intel: Check for unsupported texture when finishing using as a render targetChris Wilson
2010-12-16intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt
2010-12-16intel: Try to sanely check that formats match for CopyTexImage.Eric Anholt
2010-12-16intel: Drop commented intel_flush from copy_teximage.Eric Anholt
2010-12-16intel: Update renderbuffers before looking up CopyTexImage's read buffer.Eric Anholt
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt