aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2012-12-051-0/+6
* i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke2012-12-031-0/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt2012-08-281-12/+27
* intel: Move RenderMode fallback func to i915 driver.Eric Anholt2012-08-281-1/+0
* i965: Drop support for forcing drawing through sw fallbacks.Eric Anholt2012-08-281-0/+2
* intel: Fix rendering to a multisample front bufferChad Versace2012-08-141-0/+10
* intel: Clean up intel_flush_frontChad Versace2012-08-141-4/+5
* intel: Refactor intel_downsample_for_dri2_flushChad Versace2012-08-141-0/+30
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-121-1/+2
* 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