summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Allocate miptree for multisample DRI2 buffersChad Versace2012-08-071-8/+19
* i965: add more Haswell PCI IDsPaulo Zanoni2012-08-071-1/+34
* intel: Add a comment explaining why we early return on matching BO names.Eric Anholt2012-07-171-0/+4
* intel: Drop other checks for old loader version.Eric Anholt2012-07-171-38/+26
* intel: Replace the non-getBuffersWithFormat compat path with an error message.Eric Anholt2012-07-171-21/+0
* intel: Convert to using private depth/stencil buffers (v2)Eric Anholt2012-07-171-582/+34
* intel: Change vendor string to "Intel Open Source Technology Center".Kenneth Graunke2012-06-011-1/+1
* i965: Gut the separate OpenGL ES extension enabling.Kenneth Graunke2012-05-231-11/+1
* intel: When AUB dumping, flush before emitting final bitmap command.Paul Berry2012-05-221-1/+3
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-2/+2
* i965: Stop lying about cpp and height of a stencil buffer.Paul Berry2012-04-101-9/+27
* i965/aub: Dump a final bitmap from DestroyContext.Kenneth Graunke2012-04-021-0/+4
* intel: add PCI IDs for Ivy Bridge GT2 server variantEugeni Dodonov2012-04-011-0/+1
* intel: Add some PCI IDs for Haswell.Kenneth Graunke2012-03-301-0/+9
* i965: Disable HiZ on Haswell for now.Kenneth Graunke2012-03-301-1/+1
* i965: Add initial IS_HASWELL() macros.Kenneth Graunke2012-03-301-4/+5
* intel: fix null dereference processing HiZ bufferDylan Noblesmith2012-03-221-0/+6
* intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub.Eric Anholt2012-03-211-0/+4
* i965: Change the hiz-override env var to a driconf option.Eric Anholt2012-03-201-1/+8
* intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.Eric Anholt2012-03-201-27/+5
* i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter2012-03-051-0/+1
* intel: remove MAX_WIDTH usage in intelInitContext()Brian Paul2012-02-241-4/+2
* intel: verify if hardware has LLC supportEugeni Dodonov2012-02-041-0/+1
* mesa: remove ctx->Const.sRGBCapableMarek Olšák2012-01-251-1/+0
* intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-2/+2
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-241-8/+8
* intel: Make the batchbuffer flush debug more useful.Eric Anholt2011-12-291-2/+2
* i915: Move the texture format setup for this driver out of shared code.Eric Anholt2011-11-221-42/+2
* i965: Drop intel_context.c's texture format set up for this driver.Eric Anholt2011-11-221-87/+0
* intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]Chad Versace2011-11-221-10/+13
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-19/+59
* intel: Fix region dimensions for stencil buffers received from DDXChad Versace2011-11-151-15/+16
* i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.Eric Anholt2011-11-091-0/+30
* i965: Add support for 16-bit unorm L, A, and I textures.Eric Anholt2011-11-091-1/+5
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* intel: Don't force a batchbuffer flush in readpixels.Eric Anholt2011-11-031-1/+9
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-1/+0
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-15/+0
* intel: Enable stripping of texture borders.Eric Anholt2011-10-261-0/+2
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-251-2/+0
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-66/+66
* intel: Introduce a new intel_context::gt field to go along with gen.Kenneth Graunke2011-09-261-0/+7
* intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.Kenneth Graunke2011-09-261-26/+13
* i965: Increase MaxClipPlanes to 8 for gen6+.Paul Berry2011-09-231-0/+3
* i965: Add support for GL_EXT_packed_float.Eric Anholt2011-09-221-0/+3
* i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt2011-09-221-0/+3
* intel: Move S3TC extension enable bits to intel_extensions.cIan Romanick2011-09-091-7/+0
* intel: Silence "warning: unused parameter ‘fb’"Ian Romanick2011-09-091-2/+2
* intel: fix GLESv1 supportChia-I Wu2011-09-011-0/+1
* intel: Abort when DRI2 separate stencil handshake failsChad Versace2011-08-221-0/+7