summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)Author
2010-12-09android: Fix depth/stencil with i915c.Chia-I Wu
2010-12-09i915c: Add GL_OES_draw_texture support.Chia-I Wu
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
2010-03-30intel: Remove redundant fields from struct intel_contextKristian Høgsberg
2010-03-22i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.Eric Anholt
2010-03-17intel: Call _mesa_make_current() after getting initial buffersKristian Høgsberg
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-03-02intel: passs correct context type to intel_prepare_render() callBrian Paul
2010-02-25i965: Fix up some Sandybridge define checks for the structure rebase.Eric Anholt
2010-02-25intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt
2010-02-23intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg
2010-02-22intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson
2010-02-19intel: Set buffer stamp before getting new buffersKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg