summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-08-07i965: Add a note justifying domain choice for the SF VP.Eric Anholt
2009-08-07intel: Add some more safety asserts in the blit code.Eric Anholt
2009-08-07i965: Replace the subroutine-skipping jump in VS with a NOP if it's a NOP.Eric Anholt
2009-08-07radeon: correct fix for tiling with the legacy buildAlex Deucher
2009-08-07intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/popEric Anholt
2009-08-07radeon: fix the build with older drm headersAlex Deucher
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen
2009-08-07st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul
2009-08-07mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmapBrian Paul
2009-08-07mesa: reformat code to allow setting breakpoints on the true-statementBrian Paul
2009-08-07mesa: use _mesa_bufferobj_mapped()Brian Paul
2009-08-07mesa: new _mesa_bufferobj_mapped() helper functionBrian Paul
2009-08-07mesa: use valid_fragment_program() helperBrian Paul
2009-08-07mesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buffer_exists()Brian Paul
2009-08-07mesa: fix some incorrect error checks in _mesa_error_check_format_type()Brian Paul
2009-08-07mesa: do error checking on glCopyPixels() type parameterBrian Paul
2009-08-07mesa: use a more logical flag in _mesa_set_vp_override()Brian Paul
2009-08-07mesa: new _mesa_copy_client_array() functionBrian Paul
2009-08-07i965: minor context commentsBrian Paul
2009-08-07intel: minor context commentsBrian Paul
2009-08-07intel: move blit call out of assert()Brian Paul
2009-08-07intel: fix typo: s/softare/software/Brian Paul
2009-08-07mesa: fix commentBrian Paul
2009-08-07radeon: enable tiling fallbacks in 3D driver.Dave Airlie
2009-08-07radeon span: add r200 depth/stencil span read/writingDave Airlie
2009-08-07r200: fix scissor emission for r200 under kmsDave Airlie
2009-08-06GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT versionIan Romanick
2009-08-06Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.Alan Hourihane
2009-08-06mesa: IgnoresJakob Bornecrantz
2009-08-05i965: Fix source depth reg setting for FSes reading and writing to depth.Eric Anholt
2009-08-05mesa/st: Add support for binding pipe surface to texture.Chia-I Wu
2009-08-05mesa/main: Add functions to clear and dirty texture objects.Chia-I Wu
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-08-05r200: emit colorpitchDave Airlie
2009-08-04i965: Fix dangerous warning I let slip in.Eric Anholt
2009-08-04i965: Respect CondSwizzle in OPCODE_IF.Eric Anholt
2009-08-04i965: Emit conditional code updates as required for GLSL VS if statements.Eric Anholt
2009-08-04i965: Don't set pop_count in the reserved MBZ area of IF statements.Eric Anholt
2009-08-04i965: Print out ELSE and ENDIF src1 arguments like IF does.Eric Anholt
2009-08-05r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger
2009-08-05r200: fix compiler warning (unused var)Roland Scheidegger
2009-08-05radeon: fix miptree comparison breakageRoland Scheidegger
2009-08-05intel: implement intelCompressedTexSubImage2DRoland Scheidegger
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt
2009-08-04i965: Spell "conditional" correctly.Eric Anholt
2009-08-04i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt