aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+1
* | intel: helper to debug bufmgr (disabled)Brian Paul2009-09-031-0/+4
* | intel: add missing \n to fprintf()Brian Paul2009-08-101-1/+1
* | intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul2009-08-101-0/+5
* | intel: Fix inverted test for disabling flushing of front buffer output.Eric Anholt2009-08-031-1/+1
* | intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt2009-08-031-0/+22
* | intel/radeon: add common metaops code.Dave Airlie2009-07-151-3/+3
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-131-1/+1
|\|
| * intel: Bump driver data, add RC3 tagintel_2009q2_rc3Ian Romanick2009-07-121-1/+1
* | i965: add support for new chipsetsXiang, Haihao2009-07-131-0/+6
* | intel: Clean up leak of driver context structure on context destroy.Eric Anholt2009-07-021-1/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-291-1/+1
|\|
| * intel: added null ptr checkBrian Paul2009-06-291-1/+1
* | Revert "intel: Remove unneded pthread mutex in LOCK_HARDWARE."Eric Anholt2009-06-291-1/+8
* | intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-291-1/+0
* | intel: Remove unneded pthread mutex in LOCK_HARDWARE.Eric Anholt2009-06-291-6/+0
* | intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-291-4/+9
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+11
|\|
| * intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick2009-06-261-0/+11
| * intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-06-171-1/+1
* | intel: Refuse to do texture tiling if we don't have the kernel support.Eric Anholt2009-06-231-0/+6
* | intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-06-191-1/+3
* | intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer2009-06-191-1/+1
* | i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-091-0/+1
* | intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-0/+3
* | intel: Add support for tiled textures.Eric Anholt2009-06-041-0/+2
* | intel: Override MaxRenderbufferSize with hardware constraintsChris Wilson2009-05-261-0/+7
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-131-1/+2
|\|
| * intel: added null ptr checkBrian Paul2009-05-131-1/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-131-0/+3
|\|
| * intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul2009-05-131-0/+3
* | intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-05-121-1/+1
* | i965: fix memory leak in context/renderbuffer region managementRobert Ellison2009-05-081-4/+60
|/