summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2009-05-13intel: enable GL_APPLE_vertex_array_objectBrian 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-12intel: Map write-only buffer objects through the GTT when possible.Eric Anholt
2009-05-11Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
2009-05-08i965: improve debug loggingRobert Ellison
2009-05-08i965: fix memory leak in context/renderbuffer region managementRobert Ellison
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2009-05-08intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt
2009-05-06intel: Unmap buffers if needed at DeleteBuffer time.Eric Anholt
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-05-01Test 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
2009-04-06i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt
2009-04-06intel: Clean up some a leftover from sedding of bufmgr context->screen move.Eric Anholt
2009-04-03intel: #include texgetimage.hBrian Paul
2009-03-30intel: Avoid mapping the texture image for CopyTex{,Sub}ImageAdam Jackson
2009-03-28i965: srgb texture fixesRoland Scheidegger
2009-03-28i965: add support for signed rgba texture formatRoland Scheidegger
2009-03-28fix various small intel blitter issuesRoland Scheidegger
2009-03-23i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS.Eric Anholt
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-03-12i965: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-11intel: include main/viewport.hBrian Paul
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-03-05intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt
2009-03-05i965: fix 3DPRIMITIVE batch decode of the vertex count field.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-05i965: Add a note about why the _NEW_STENCIL is required in draw_buffers.Eric Anholt
2009-03-05intel: Remove a gratuitous MI_FLUSH after clearing with a blit.Eric Anholt
2009-03-05i965: Remove dead flushing code.Eric Anholt