summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2011-03-16intel: advertise GL_OES_point_spriteChia-I Wu
2011-03-16android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu
2011-03-16android: Enable extensions required by ES1 for i915c.Chia-I Wu
2011-03-16android: Fix depth/stencil with i915c/i965c.Chia-I Wu
2011-03-16i915c: Add GL_OES_draw_texture support.Chia-I Wu
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-03-09intel: Don't complain when getparam fails due to a missing param.Eric Anholt
2011-03-07intel: check for miptree allocation failureChris Wilson
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson
2011-03-07intel: Add some defense against bo allocation failureChris Wilson
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson
2011-03-04intel: Add couple of missing gen6 commands to decodeChris Wilson
2011-03-03i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai
2011-03-01intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke
2011-03-01i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-26intel: Use the current context rather than last bound context for a drawable.Eric Anholt
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts
2011-02-24intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson
2011-02-24intel: Protect against waiting on a NULL render target boChris Wilson
2011-02-23intel: gen3 is particular sensitive to batch sizeChris Wilson
2011-02-21intel: Fix insufficient integer width for upload buffer offsetChris Wilson
2011-02-21intel: use throttle ioctl for throttlingChris Wilson
2011-02-21intel: Skip the flush before read-pixels via blitChris Wilson
2011-02-21intel: extend current vertex buffersChris Wilson
2011-02-21intel: Use specified alignment for writes into the upload bufferChris Wilson
2011-02-21intel: combine short memcpy using a temporary allocated bufferChris Wilson
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
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