aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-221-1/+1
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-33/+27
|\| | | |/ |/|
| * intel: remove a buffer equality test in _mesa_make_current()Brian Paul2009-10-051-33/+27
* | Merge branch 'mesa_7_6_branch'Michel Dänzer2009-09-211-1/+2
|\|
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchMichel Dänzer2009-09-211-1/+2
| |\
| | * intel: Fix crash in intel_flush().Michel Dänzer2009-09-211-1/+2
* | | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul2009-09-201-0/+5
* | | mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul2009-09-191-5/+0
* | | Merge branch 'mesa_7_6_branch'Ian Romanick2009-09-161-0/+8
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-161-0/+8
| |\|
| | * intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick2009-09-161-0/+8
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-101-0/+3
| |\|
| | * intel: add B43 chipset supportZhenyu Wang2009-09-101-0/+3
| | * intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-09-041-1/+3
| | * intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul2009-08-041-1/+1
| | * intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul2009-08-041-0/+22
| | * intel: Clean up leak of driver context structure on context destroy.Brian Paul2009-07-271-0/+3
* | | intel: remove unneeded driver function assignmentsBrian Paul2009-09-141-5/+0
* | | intel: add B43 chipset supportZhenyu Wang2009-09-091-0/+3
* | | Revert "intel: helper to debug bufmgr (disabled)"Eric Anholt2009-09-081-4/+0
|/ /