aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Protect against waiting on a NULL render target boChris Wilson2011-02-241-1/+1
* intel: gen3 is particular sensitive to batch sizeChris Wilson2011-02-231-1/+1
* intel: use throttle ioctl for throttlingChris Wilson2011-02-211-7/+3
* intel: use pwrite for batchChris Wilson2011-02-211-6/+5
* intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-121-4/+1
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-2/+2
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-051-0/+1
* i915: Don't claim to support AL1616 when neither 830 nor 915 does it.Eric Anholt2011-01-071-1/+2
* i965: Add support for SRGB DXT1 formats.Eric Anholt2011-01-041-1/+5
* intel: Merge our choosetexformat fallbacks into core.Eric Anholt2011-01-041-0/+58
* intel: Only do frame throttling at glFlush time when using frontbuffer.Eric Anholt2010-12-251-1/+2
* i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.cEric Anholt2010-12-061-6/+0
* intel: Add an env var override to execute for a different GPU revision.Eric Anholt2010-12-041-5/+0
* intel: Add a new B43 pci id.Robert Hooker2010-11-101-0/+1
* Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt2010-11-091-5/+1
* intel: Fix the client-side swapbuffers throttling.Eric Anholt2010-11-091-1/+5
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-3/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-2/+2
* i965: Update renderer strings for sandybridgeAdam Jackson2010-09-301-0/+13
* i965: only allow SIMD8 kernel on sandybridge nowZhenyu Wang2010-09-281-0/+5
* Fix typos in comments and debug output strings.Timo Wiren2010-09-201-1/+1
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+3
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-251-1/+2
* intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt2010-08-231-0/+2
* intel: Add missing header to intel_context.c.Vinson Lee2010-07-301-0/+1
* intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-281-7/+20
* intel: Remove unused intel/server filesKristian Høgsberg2010-07-271-2/+0
* intel: Remove long-dead comment about releasing texture heaps.Eric Anholt2010-06-141-15/+0
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-3/+3
* i915: Don't use XRGB8888 on 830 and 845.Eric Anholt2010-06-041-0/+5
* i965: Add support for all 8 possible ARB_draw_buffers in Mesa.Eric Anholt2010-05-231-1/+0
* intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg2010-05-201-22/+24
* i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt2010-05-171-1/+1
* intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg2010-05-171-0/+6
* i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt2010-05-141-1/+1
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-0/+1
* intel: Don't update window system renderbuffers on TexImage.Eric Anholt2010-05-131-0/+4
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-111-1/+10
* intel: Also flush front buffer in glFinish()Kristian Høgsberg2010-05-101-0/+1
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-10/+4
* intel: Only flush fake front buffer on API level glFlush()Kristian Høgsberg2010-05-101-17/+29
* intel: Mark frontbuffer dirty in intel_prepare_render()Kristian Høgsberg2010-05-101-9/+8
* i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt2010-05-041-2/+2
* intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg2010-04-281-1/+10
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-2/+3
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-11/+10
* intel: Bump intel driver date to later than the date on the 7.8 branchIan Romanick2010-03-301-1/+1
* intel: Remove redundant fields from struct intel_contextKristian Høgsberg2010-03-301-18/+8
* i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.Eric Anholt2010-03-221-0/+1