summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2009-09-04intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt
2009-09-04intel: Align untiled region height to 2 according to 965 docs.Eric Anholt
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-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul
2009-07-27intel: Use _mesa_warning() to report GEM warningsBrian Paul
2009-07-20intel: Fall back on glBitmap with fog enabled.Eric Anholt
2009-07-12intel: Bump driver data, add RC3 tagIan Romanick
2009-07-03intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer
2009-06-30i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt
2009-06-29intel: added null ptr checkBrian Paul
2009-06-26intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick
2009-06-22intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer
2009-06-22i965: added intelFlush() call in intel_get_tex_image()Brian Paul
2009-06-19intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt
2009-06-17intel: remove extra \n from warning stringBrian Paul
2009-06-17i965: send all warnings through _mesa_warning()Robert Ellison
2009-06-17i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt
2009-06-17i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt
2009-06-17intel: Don't complain on falling back from PBO fastpaths.Eric Anholt
2009-06-17i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt
2009-06-17intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt
2009-06-17intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt
2009-06-17intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt
2009-06-17intel: Map write-only buffer objects through the GTT when possible.Eric Anholt
2009-06-15intel: Release fb backing regions in intelDestroyBuffer()Shuang He
2009-06-02intel: Clip to window after calling Driver.TexImage2DIan Romanick
2009-05-13intel: added null ptr checkBrian Paul
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul
2009-05-11Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
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-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-04-18intel: #include polygon.h to silence warningBrian Paul
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2009-04-16intel: fix small compressed texture uploadRoland Scheidegger
2009-04-15i915: Add decode of dest buffer variables (destination format)Eric Anholt
2009-04-15intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.Eric Anholt
2009-04-14DRI2: Don't fault on NULL DrawBufferIan Romanick
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