summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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-043-0/+28
* intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul2009-07-271-1/+1
* intel: Clean up leak of driver context structure on context destroy.Brian Paul2009-07-271-0/+3
* intel: Use _mesa_warning() to report GEM warningsBrian Paul2009-07-271-3/+3
* intel: Fall back on glBitmap with fog enabled.Eric Anholt2009-07-201-0/+6
* intel: Bump driver data, add RC3 tagintel_2009q2_rc3Ian Romanick2009-07-121-1/+1
* intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer2009-07-031-0/+1
* i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt2009-06-301-1/+4
* intel: added null ptr checkBrian Paul2009-06-291-1/+1
* intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick2009-06-261-0/+11
* intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-221-1/+1
* i965: added intelFlush() call in intel_get_tex_image()Brian Paul2009-06-221-0/+6
* intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-192-3/+3
* intel: Fix glClear behavior versus display lists.Eric Anholt2009-06-191-1/+1
* intel: remove extra \n from warning stringBrian Paul2009-06-171-1/+1
* i965: send all warnings through _mesa_warning()Robert Ellison2009-06-171-1/+1
* i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-172-1/+40
* i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-06-173-0/+30
* intel: Don't complain on falling back from PBO fastpaths.Eric Anholt2009-06-171-3/+3
* i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt2009-06-171-1/+1
* intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt2009-06-171-1/+2
* intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt2009-06-171-1/+2
* intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-06-171-1/+1
* intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-06-172-2/+15
* intel: Release fb backing regions in intelDestroyBuffer()Shuang He2009-06-151-0/+24
* intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
* intel: added null ptr checkBrian Paul2009-05-131-1/+2
* intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul2009-05-133-29/+75
* Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick2009-05-111-1/+2
* i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul2009-04-281-3/+4
* intel: Fix more issues with the combined depth-stencil attachmentIan Romanick2009-04-241-6/+13
* intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick2009-04-241-1/+1
* intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick2009-04-242-16/+99
* intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2009-04-231-3/+2
* intel: fix max anisotropy supportedRoland Scheidegger2009-04-221-2/+0
* intel: #include polygon.h to silence warningBrian Paul2009-04-181-0/+1
* intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer2009-04-181-0/+5
* intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul2009-04-171-0/+2
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-165-100/+200
* intel: fix small compressed texture uploadRoland Scheidegger2009-04-161-4/+5
* i915: Add decode of dest buffer variables (destination format)Eric Anholt2009-04-151-0/+30
* intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.Eric Anholt2009-04-151-3/+10
* DRI2: Don't fault on NULL DrawBufferIan Romanick2009-04-141-1/+1
* intel: added screen->dri2.loader null pointer check in intel_flush()Brian Paul2009-04-101-1/+2
* intel / DRI2: Accept fake front-buffer from loaderIan Romanick2009-04-091-0/+5
* intel / DRI2: Track and flush front-buffer renderingIan Romanick2009-04-093-0/+46
* intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt2009-04-063-3/+10
* i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt2009-04-062-0/+7
* intel: Clean up some a leftover from sedding of bufmgr context->screen move.Eric Anholt2009-04-061-3/+0