summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-01-23Merge branch 'tex_combine4'Brian Paul
2009-01-23i965: init array->Format fields (see bug 19708)Brian Paul
2009-01-23intel: enable GL_NV_texture_env_combine4 extensionBrian Paul
2009-01-23intel: fix the mismerge of the vblank pipe enable sanity checkJesse Barnes
2009-01-23intel: move pipe enable sanity check to where it belongsJesse Barnes
2009-01-23intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.Owain Ainsworth
2009-01-23intel: Prevent an "irq is not working" printf when only pipe B is enabled.Owain G. Ainsworth
2009-01-23Merge branch 'vertex_array_bgra'Brian Paul
2009-01-23i965: enable GL_EXT_vertex_array_bgraBrian Paul
2009-01-23r300: Enable GL_ATI_separate_stencil in R300Ian Romanick
2009-01-23965: Enable GL_EXT_stencil_two_sideIan Romanick
2009-01-23swrast: Enable GL_EXT_stencil_two_sideIan Romanick
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22i965: whitespace changes and reformattingBrian Paul
2009-01-22i965: enable GL_ARB_framebuffer_objectBrian Paul
2009-01-22intel: add GL_EXT_framebuffer blit extensionBrian Paul
2009-01-22intel: remove/disable the "paired depth/stencil" codeBrian Paul
2009-01-22intel: asst clean-ups, simplifications in intel_draw_buffer()Brian Paul
2009-01-22intel: remove unneeded call to ctx->Driver.DepthRange()Brian Paul
2009-01-22i965: disallow separate depth/stencil renderbuffersBrian Paul
2009-01-22i965: minor reformattingBrian Paul
2009-01-22intel: plug in stub intel_validate_framebuffer() functionBrian Paul
2009-01-22intel: inline some renderbuffer functionsBrian Paul
2009-01-22mesa: regenerated GL API filesBrian Paul
2009-01-21i915: Add decode for PS in batchbuffers.Eric Anholt
2009-01-21i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt
2009-01-21i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt
2009-01-21[intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg
2009-01-20[intel] Go back to using the typedef for the sarea structTimo Aaltonen
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth
2009-01-20dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul
2009-01-16i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul
2009-01-16intel: added intel_rendering_to_texture() helper function.Brian Paul
2009-01-16i915: fallback on transfer modeXiang, Haihao
2009-01-15windows: updated mesa.def fileKarl Schultz
2009-01-14r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul
2009-01-14i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul
2009-01-14i965: fix incorrect renderbuffer DataType assignmentBrian Paul
2009-01-14i965: fix some FBO depth/stencil assertionsBrian Paul
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick
2009-01-14i965: indentation fixesBrian Paul
2009-01-14i965: allow larger AA points on fallback pathBrian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-14i965: comment for emit_kil()Brian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-14intel: bump driver dateXiang, Haihao
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul
2009-01-12i965: fix broken glBitmap + depth testBrian Paul