aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635Eric Anholt2012-05-141-2/+2
* intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507Eric Anholt2012-05-141-2/+0
* intel: Work around differences between C and C++ scoping rules.Paul Berry2012-05-102-25/+29
* intel: Add extern "C" declarations to headersPaul Berry2012-05-105-1/+36
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-074-19/+77
* intel: Disable ARB_framebuffer_object in ES contextsChad Versace2012-05-071-2/+0
* intel: Remove pointless software fallback for glBitmap on Gen6.Kenneth Graunke2012-05-041-4/+0
* intel: Return success when asked to allocate a 0-width/height renderbuffer.Eric Anholt2012-05-041-0/+3
* i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt2012-05-041-0/+4
* gbm: Add gbm_bo_write entry pointKristian Høgsberg2012-05-032-2/+31
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-013-6/+8
* i965: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2012-04-301-0/+10
* intel: set dri_format field for all imagesAnder Conselvan de Oliveira2012-04-301-0/+18
* intel: properly return the image format on intel_query_imageAnder Conselvan de Oliveira2012-04-301-1/+2
* i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.Eric Anholt2012-04-111-3/+7
* intel: Drop backwards compat code for not having libdrm with the LLC check.Eric Anholt2012-04-111-4/+0
* i965: Stop lying about cpp and height of a stencil buffer.Paul Berry2012-04-103-39/+45
* i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt2012-04-091-0/+4
* i965/aub: Dump a final bitmap from DestroyContext.Kenneth Graunke2012-04-023-29/+41
* intel: add PCI IDs for Ivy Bridge GT2 server variantEugeni Dodonov2012-04-012-1/+4
* intel: Add some PCI IDs for Haswell.Kenneth Graunke2012-03-302-2/+20
* i965: Disable HiZ on Haswell for now.Kenneth Graunke2012-03-301-1/+1
* i965: Add initial IS_HASWELL() macros.Kenneth Graunke2012-03-303-5/+14
* intel: fix un-blanced map_refcount issueYuanhan Liu2012-03-281-4/+4
* intel: fix TFP at 16-bppDave Airlie2012-03-251-6/+11
* intel: fix null dereference processing HiZ bufferDylan Noblesmith2012-03-221-0/+6
* intel: Make use of the new GPU-unsynchronized map functionality in libdrm.Eric Anholt2012-03-211-1/+3
* intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.Eric Anholt2012-03-212-15/+2
* i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER.Eric Anholt2012-03-211-15/+20
* intel: Handle devid overrides using libdrm.Eric Anholt2012-03-211-19/+4
* intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub.Eric Anholt2012-03-213-0/+37
* i965: Change the hiz-override env var to a driconf option.Eric Anholt2012-03-203-28/+13
* intel: Drop the INTEL_NO_BLIT debug environment variable.Eric Anholt2012-03-201-5/+3
* intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.Eric Anholt2012-03-202-33/+5
* intel: Fix a case when mapping large texture failsAnuj Phogat2012-03-202-10/+23
* mesa: rework texture completeness testingBrian Paul2012-03-201-1/+1
* i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter2012-03-057-22/+49
* intel: Don't enable GL_ARB_draw_instanced pre-gen4.Eric Anholt2012-03-021-1/+1
* i965: Enable the GL_ARB_draw_instanced extension.Kenneth Graunke2012-02-291-0/+1
* intel: remove MAX_WIDTH usage in intelInitContext()Brian Paul2012-02-241-4/+2
* i915: Initialize swrast_texture_image structure fields.Paul Berry2012-02-221-0/+2
* intel: bump DRI_IMAGE extension version to 3Jesse Barnes2012-02-221-1/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-222-0/+5
* intel: Silence valgrind warning for getparam ioctl argument.Eric Anholt2012-02-211-0/+1
* intel: Fix rendering from textures after RenderTexture().Eric Anholt2012-02-174-60/+10
* intel: Improve the fallback debug for framebuffer status checks.Eric Anholt2012-02-171-2/+17
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-152-2/+25
* intel: Avoid divide by zero for very small linear blitsIan Romanick2012-02-071-1/+1
* intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick2012-02-071-7/+0
* intel: check for LLC support when reading mapsEugeni Dodonov2012-02-041-1/+1