summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)Author
2009-09-15intel: Add support for GL_OES_draw_texture.Chia-I Wu
2009-09-14intel: Add support for GL_OES_EGL_image.Chia-I Wu
2009-09-14i915: Respect mfeatures.h.Chia-I Wu
2009-09-09intel: add B43 chipset supportZhenyu Wang
2009-09-08Revert "intel: helper to debug bufmgr (disabled)"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-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-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
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-05-26intel: Override MaxRenderbufferSize with hardware constraintsChris Wilson
2009-05-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-13intel: added null ptr checkBrian Paul
2009-05-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul
2009-05-12intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt
2009-05-08i965: fix memory leak in context/renderbuffer region managementRobert Ellison
2009-04-28i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul
2009-04-24intel: Fix more issues with the combined depth-stencil attachmentIan Romanick
2009-04-24intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick
2009-04-24intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-04-10intel: added screen->dri2.loader null pointer check in intel_flush()Brian Paul
2009-04-09intel / DRI2: Accept fake front-buffer from loaderIan Romanick
2009-04-09intel / DRI2: Track and flush front-buffer renderingIan Romanick
2009-04-06intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt
2009-03-05intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt
2009-03-05intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison