aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable the Bay Trail platform.Kenneth Graunke2013-04-161-0/+10
* intel: Fix a warning in the release build.Eric Anholt2013-04-121-2/+1
* intel: Move the max_gtt_map_object_size estimation to intel_context.Kenneth Graunke2013-04-101-0/+17
* intel/hsw: Enable hiz (v2)Chad Versace2013-04-101-1/+1
* intel: Remove the texture_tiling driconf option.Kenneth Graunke2013-04-081-2/+0
* i965: Add a driconf option to disable flush throttling.Paul Berry2013-03-211-1/+7
* i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry2013-03-181-0/+1
* intel: Remove some unused debug flags.Eric Anholt2013-03-111-4/+0
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-0/+2
* intel: Use the new "ctx" local variable I just added some more.Eric Anholt2013-03-011-2/+2
* i965: Make sRGB-capable framebuffers by default.Eric Anholt2013-03-011-1/+54
* intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry2013-02-081-2/+0
* intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt2013-01-291-1/+1
* intel: callocing a 32 byte temp is silly, so don'tIan Romanick2013-01-241-3/+3
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-1/+1
* intel: Move validation of context version into intelInitContextChad Versace2013-01-151-3/+53
* i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2013-01-121-1/+2
* i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke2013-01-121-0/+1
* intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick2013-01-041-1/+1
* 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