summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)Author
2011-03-16android: Fix depth/stencil with i915c/i965c.Chia-I Wu
2011-03-16i915c: Add GL_OES_draw_texture support.Chia-I Wu
2011-02-24intel: Protect against waiting on a NULL render target boChris Wilson
2011-02-23intel: gen3 is particular sensitive to batch sizeChris Wilson
2011-02-21intel: use throttle ioctl for throttlingChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-12intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-01-07i915: Don't claim to support AL1616 when neither 830 nor 915 does it.Eric Anholt
2011-01-04i965: Add support for SRGB DXT1 formats.Eric Anholt
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt
2010-12-25intel: Only do frame throttling at glFlush time when using frontbuffer.Eric Anholt
2010-12-06i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.cEric Anholt
2010-12-04intel: Add an env var override to execute for a different GPU revision.Eric Anholt
2010-11-10intel: Add a new B43 pci id.Robert Hooker
2010-11-09Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt
2010-11-09intel: Fix the client-side swapbuffers throttling.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-30i965: Update renderer strings for sandybridgeAdam Jackson
2010-09-28i965: only allow SIMD8 kernel on sandybridge nowZhenyu Wang
2010-09-20Fix typos in comments and debug output strings.Timo Wiren
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-08-25intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt
2010-07-30intel: Add missing header to intel_context.c.Vinson Lee
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg
2010-06-14intel: Remove long-dead comment about releasing texture heaps.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-06-04i915: Don't use XRGB8888 on 830 and 845.Eric Anholt
2010-05-23i965: Add support for all 8 possible ARB_draw_buffers in Mesa.Eric Anholt
2010-05-20intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg
2010-05-17i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt
2010-05-17intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg
2010-05-14i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt
2010-05-14i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt
2010-05-13intel: Don't update window system renderbuffers on TexImage.Eric Anholt
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-10intel: Also flush front buffer in glFinish()Kristian Høgsberg
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-05-10intel: Only flush fake front buffer on API level glFlush()Kristian Høgsberg
2010-05-10intel: Mark frontbuffer dirty in intel_prepare_render()Kristian Høgsberg
2010-05-04i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt
2010-04-28intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang
2010-03-30intel: Bump intel driver date to later than the date on the 7.8 branchIan Romanick