summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1010/+0
2013-06-26i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt1-17/+0
2013-06-12i965/gen7+: Ensure that front/back buffers are fast-clear resolved.Paul Berry1-9/+12
2013-06-07intel: flush fake front buffer if server is about to destroy it.Paul Berry1-0/+9
2013-06-07intel: flush fake front buffer more robustly.Paul Berry1-11/+9
2013-06-07intel: make intel_flush_front safe to call during initial MakeCurrentPaul Berry1-1/+1
2013-06-06intel: Use the CHIPSET macro in the PCI ID tables for the device name.Kenneth Graunke1-184/+4
2013-06-05i965: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi1-0/+26
2013-05-09i965: make GT3 machines work as GT3 instead of GT2Paulo Zanoni1-12/+14
2013-04-16i965: Enable the Bay Trail platform.Kenneth Graunke1-0/+10
2013-04-12intel: Fix a warning in the release build.Eric Anholt1-2/+1
2013-04-10intel: Move the max_gtt_map_object_size estimation to intel_context.Kenneth Graunke1-0/+17
2013-04-10intel/hsw: Enable hiz (v2)Chad Versace1-1/+1
2013-04-08intel: Remove the texture_tiling driconf option.Kenneth Graunke1-2/+0
2013-03-21i965: Add a driconf option to disable flush throttling.Paul Berry1-1/+7
2013-03-18i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry1-0/+1
2013-03-11intel: Remove some unused debug flags.Eric Anholt1-4/+0
2013-03-05i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt1-0/+2
2013-03-01intel: Use the new "ctx" local variable I just added some more.Eric Anholt1-2/+2
2013-03-01i965: Make sRGB-capable framebuffers by default.Eric Anholt1-1/+54
2013-02-08intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry1-2/+0
2013-01-29intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt1-1/+1
2013-01-24intel: callocing a 32 byte temp is silly, so don'tIan Romanick1-3/+3
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-1/+1
2013-01-15intel: Move validation of context version into intelInitContextChad Versace1-3/+53
2013-01-12i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke1-1/+2
2013-01-12i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke1-0/+1
2013-01-04intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick1-1/+1
2012-12-05i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt1-0/+6
2012-12-03i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke1-0/+1
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-1/+1
2012-08-28i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt1-12/+27
2012-08-28intel: Move RenderMode fallback func to i915 driver.Eric Anholt1-1/+0
2012-08-28i965: Drop support for forcing drawing through sw fallbacks.Eric Anholt1-0/+2
2012-08-14intel: Fix rendering to a multisample front bufferChad Versace1-0/+10
2012-08-14intel: Clean up intel_flush_frontChad Versace1-4/+5
2012-08-14intel: Refactor intel_downsample_for_dri2_flushChad Versace1-0/+30
2012-08-12intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt1-1/+2
2012-08-07intel: Allocate miptree for multisample DRI2 buffersChad Versace1-8/+19
2012-08-07i965: add more Haswell PCI IDsPaulo Zanoni1-1/+34
2012-07-17intel: Add a comment explaining why we early return on matching BO names.Eric Anholt1-0/+4
2012-07-17intel: Drop other checks for old loader version.Eric Anholt1-38/+26
2012-07-17intel: Replace the non-getBuffersWithFormat compat path with an error message.Eric Anholt1-21/+0
2012-07-17intel: Convert to using private depth/stencil buffers (v2)Eric Anholt1-582/+34
2012-06-01intel: Change vendor string to "Intel Open Source Technology Center".Kenneth Graunke1-1/+1
2012-05-23i965: Gut the separate OpenGL ES extension enabling.Kenneth Graunke1-11/+1
2012-05-22intel: When AUB dumping, flush before emitting final bitmap command.Paul Berry1-1/+3
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-2/+2
2012-04-10i965: Stop lying about cpp and height of a stencil buffer.Paul Berry1-9/+27
2012-04-02i965/aub: Dump a final bitmap from DestroyContext.Kenneth Graunke1-0/+4