summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)Author
2009-11-06Make a convenient int for what chipset generation we're on.Eric Anholt
2009-10-29intel: Don't bother MI_FLUSHing on glFlush in the DRI2 case.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-22intel: flush old context before binding new contextBrian Paul
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05intel: remove a buffer equality test in _mesa_make_current()Brian Paul
2009-09-21Merge branch 'mesa_7_6_branch'Michel Dänzer
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchMichel Dänzer
2009-09-21intel: Fix crash in intel_flush().Michel Dänzer
2009-09-20Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul
2009-09-19mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul
2009-09-16Merge branch 'mesa_7_6_branch'Ian Romanick
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-16intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick
2009-09-14intel: remove unneeded driver function assignmentsBrian Paul
2009-09-10Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-10intel: add B43 chipset supportZhenyu Wang
2009-09-09intel: add B43 chipset supportZhenyu Wang
2009-09-08Revert "intel: helper to debug bufmgr (disabled)"Eric Anholt
2009-09-04intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt
2009-09-03intel: Add support for ARB_sync.Eric Anholt
2009-09-03intel: helper to debug bufmgr (disabled)Brian Paul
2009-08-10intel: add missing \n to fprintf()Brian Paul
2009-08-10intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul
2009-08-04intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul
2009-08-03intel: Fix inverted test for disabling flushing of front buffer output.Eric Anholt
2009-08-03intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-12intel: Bump driver data, add RC3 tagIan Romanick
2009-07-13i965: add support for new chipsetsXiang, Haihao
2009-07-02intel: Clean up leak of driver context structure on context destroy.Eric Anholt
2009-06-29Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-29intel: added null ptr checkBrian Paul
2009-06-29Revert "intel: Remove unneded pthread mutex in LOCK_HARDWARE."Eric Anholt
2009-06-29intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt
2009-06-29intel: Remove unneded pthread mutex in LOCK_HARDWARE.Eric Anholt
2009-06-29intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt
2009-06-26intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick
2009-06-17intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-23intel: Refuse to do texture tiling if we don't have the kernel support.Eric Anholt
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt