aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer2009-06-193-16/+11
* i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt2009-06-172-4/+8
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-0/+24
|\
| * 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
* | enable ARB_half_float_pixel for intel driversRoland Scheidegger2009-06-151-0/+1
* | intel: fix (cosmetic) typo flag used twiceRoland Scheidegger2009-06-151-1/+0
* | intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-111-1/+1
* | i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-093-1/+7
* | intel: Remove an unneeded hunk that slipped in with texture tiling.Eric Anholt2009-06-091-5/+0
* | intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt2009-06-091-4/+5
* | intel: Fix intel_region_unmap to do unmap, not map.Eric Anholt2009-06-091-1/+1
* | i965: added intelFlush() call in intel_get_tex_image()Brian Paul2009-06-091-0/+6
* | intel: use GLboolean, not int, for compressed parameterBrian Paul2009-06-091-8/+9
* | intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-096-149/+66
* | intel: whitespace clean-upsBrian Paul2009-06-092-14/+5
* | intel: remove extra \n from warning stringBrian Paul2009-06-091-1/+1
* | intel: Add support for tiled textures.Eric Anholt2009-06-0411-20/+88
* | i915: Don't rely on fence regs when we don't have to.Eric Anholt2009-06-042-0/+16
* | intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
* | i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-022-1/+40
* | i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-05-263-0/+30
* | intel: Override MaxRenderbufferSize with hardware constraintsChris Wilson2009-05-261-0/+7
* | intel: Fall back on any rendering to texture with no miptree.Eric Anholt2009-05-211-4/+4
* | intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt2009-05-211-0/+5
* | intel: Don't segfault on glGenerateMipmaps of a cube map with one face defined.Eric Anholt2009-05-211-2/+2
* | intel: Use _mesa_CheckFramebufferStatusEXT insteaad of glCheck...Eric Anholt2009-05-211-1/+1
* | intel: Don't complain on falling back from PBO fastpaths.Eric Anholt2009-05-151-3/+3
* | i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt2009-05-151-1/+1
* | intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt2009-05-141-1/+2
* | intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt2009-05-141-1/+2
* | i965: send all warnings through _mesa_warning()Robert Ellison2009-05-141-1/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-131-1/+2
|\|
| * intel: added null ptr checkBrian Paul2009-05-131-1/+2
* | intel: enable GL_APPLE_vertex_array_objectBrian Paul2009-05-131-0/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-133-29/+75
|\|
| * 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
* | intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-05-121-1/+1
* | intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-05-122-2/+15
* | i965: improve debug loggingRobert Ellison2009-05-082-14/+80
* | i965: fix memory leak in context/renderbuffer region managementRobert Ellison2009-05-081-4/+60
* | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-087-76/+300
* | intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt2009-05-085-40/+102
* | intel: Unmap buffers if needed at DeleteBuffer time.Eric Anholt2009-05-061-1/+10
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-011-1/+1
* | Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick2009-05-011-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