aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Call _mesa_make_current() after getting initial buffersKristian Høgsberg2010-03-171-1/+1
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-6/+0
* intel: passs correct context type to intel_prepare_render() callBrian Paul2010-03-021-1/+1
* i965: Fix up some Sandybridge define checks for the structure rebase.Eric Anholt2010-02-251-0/+2
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-251-1/+3
* intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg2010-02-231-0/+1
* intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson2010-02-221-0/+4
* intel: Set buffer stamp before getting new buffersKristian Høgsberg2010-02-191-1/+5
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-34/+37
* dri2: Event driven buffer validation.Francisco Jerez2010-02-161-1/+1
* intel: Remove unused variable.Vinson Lee2010-02-121-1/+0
* intel: Avoid dri_bo_flink() in intel_update_renderbuffers()Kristian Høgsberg2010-02-121-8/+2
* i915: Remove always-true irq_active struct intel_screen fieldKristian Høgsberg2010-02-111-5/+0
* i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg2010-02-111-1/+1
* intel: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt2010-01-251-1/+2
* Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt2010-01-251-0/+20
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.Eric Anholt2010-01-191-20/+0
* | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-111-3/+2
|\ \
| * | intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg2010-01-081-8/+7
* | | intel: Remove remaining dri2.enabled testsKristian Høgsberg2010-01-041-10/+0
* | | intel: Remove struct intel_framebufferKristian Høgsberg2010-01-041-28/+27
* | | intel: Remove client-side vblank codeKristian Høgsberg2010-01-041-29/+0
* | | intel: Drop intelWindowMoved()Kristian Høgsberg2010-01-041-2/+0
* | | intel: Drop DRI1 static regionsKristian Høgsberg2010-01-041-86/+3
* | | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-130/+1
* | | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-11/+11
|/ /
* | intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt2009-12-281-3/+0
* | intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-221-3/+7
* | intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-0/+4
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-0/+5
* | intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick2009-12-211-1/+1
* | Merge branch 'mesa_7_7_branch'Ian Romanick2009-12-211-1/+1
|\|
| * intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick2009-12-211-1/+1
* | intel: Remove non-GEM support.Eric Anholt2009-11-191-29/+9
* | intel: Remove dead intel_context members and move some packing around.Eric Anholt2009-11-191-6/+0
|/
* intel: Remove unused enable_imaging parameter to intelInitExtensionsIan Romanick2009-11-121-1/+1
* Make a convenient int for what chipset generation we're on.Eric Anholt2009-11-061-5/+12
* intel: Don't bother MI_FLUSHing on glFlush in the DRI2 case.Eric Anholt2009-10-291-1/+1
* Merge branch 'texformat-rework'Brian Paul2009-10-281-13/+1
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-13/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-3/+16
|\ \
| * | intel: flush old context before binding new contextBrian Paul2009-10-221-2/+15