summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: advertise GL_OES_point_spriteChia-I Wu2011-03-161-0/+2
* android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu2011-03-161-0/+10
* android: Enable extensions required by ES1 for i915c.Chia-I Wu2011-03-161-0/+5
* android: Fix depth/stencil with i915c/i965c.Chia-I Wu2011-03-161-0/+26
* i915c: Add GL_OES_draw_texture support.Chia-I Wu2011-03-164-0/+20
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+1
* intel: Don't complain when getparam fails due to a missing param.Eric Anholt2011-03-091-1/+3
* intel: check for miptree allocation failureChris Wilson2011-03-071-0/+2
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-071-11/+11
* intel: Add some defense against bo allocation failureChris Wilson2011-03-071-7/+11
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-043-4/+6
* intel: Add couple of missing gen6 commands to decodeChris Wilson2011-03-041-0/+2
* i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2011-03-031-0/+4
* intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke2011-03-011-2/+11
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-012-0/+12
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-283-0/+3
* intel: Use the current context rather than last bound context for a drawable.Eric Anholt2011-02-261-1/+2
* intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts2011-02-243-22/+108
* intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2011-02-241-58/+76
* intel: Protect against waiting on a NULL render target boChris Wilson2011-02-241-1/+1
* intel: gen3 is particular sensitive to batch sizeChris Wilson2011-02-231-1/+1
* intel: Fix insufficient integer width for upload buffer offsetChris Wilson2011-02-211-2/+2
* intel: use throttle ioctl for throttlingChris Wilson2011-02-213-13/+3
* intel: Skip the flush before read-pixels via blitChris Wilson2011-02-211-4/+7
* intel: extend current vertex buffersChris Wilson2011-02-211-3/+1
* intel: Use specified alignment for writes into the upload bufferChris Wilson2011-02-212-23/+48
* intel: combine short memcpy using a temporary allocated bufferChris Wilson2011-02-212-33/+21
* i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson2011-02-213-15/+74
* intel: use pwrite for batchChris Wilson2011-02-2113-235/+164
* intel: Buffered uploadChris Wilson2011-02-214-16/+81
* intel: Replace the bo for a complete updateChris Wilson2011-02-211-6/+13
* i965: Combine vb upload buffer with the general upload bufferChris Wilson2011-02-212-16/+63
* intel: Pack dynamic draws togetherChris Wilson2011-02-216-12/+80
* intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson2011-02-211-20/+31
* intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-122-7/+1
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-2/+2
* intel: Implement dri2::{Allocate,Release}BufferBenjamin Franzke2011-02-071-0/+47
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-052-0/+2
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-161-0/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-6/+6
* intel: Expose GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+2
* i915: Fix compiler warning from sw fallback removal change.Eric Anholt2011-01-141-1/+1
* i915: Disable extension OES_standard_derivativesChad Versace2011-01-131-0/+13
* i965: Use a new miptree to avoid software fallbacks due to drawing offset.Eric Anholt2011-01-101-12/+66
* intel: Drop the speculatively-use-firstImage-mt in validation.Eric Anholt2011-01-101-17/+0
* intel: Don't relayout the texture on maxlevel change.Eric Anholt2011-01-101-7/+6
* intel: When making a new teximage miptree, make a full one.Eric Anholt2011-01-101-79/+68
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-106-61/+126
* intel: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-096-0/+7
* intel: Make renderbuffer tiling choice match texture tiling choice.Eric Anholt2011-01-071-4/+9