summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* r300: don't crash on sw tcl hw if point size vertex attrib is sentBrian Paul2009-03-201-2/+2
* i965: fix polygon stipple when rendering to FBORobert Ellison2009-03-181-4/+31
* i965: fix polygon face orientation when rendering to FBORobert Ellison2009-03-181-2/+8
* Mark current bits as 2009Q1-RC1 for Intel driver.intel_2009q1_rc1Ian Romanick2009-03-161-1/+1
* i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul2009-03-131-3/+2
* i965: check if we run out of GRF/temp registersBrian Paul2009-03-131-2/+26
* i965: fix emit_math1() function used for scalar instructionsBrian Paul2009-03-131-9/+32
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-03-136-64/+187
* intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt2009-03-131-0/+2
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-134-10/+40
* i965: texture fixes: bordered textures, fallback renderingRobert Ellison2009-03-131-3/+31
* texmem: fix typo from brianp's changes.Dave Airlie2009-03-131-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-03-135-18/+18
* Fix an i965 assertion failure on glClear()Robert Ellison2009-03-131-1/+1
* intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul2009-03-131-1/+1
* intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg2009-03-131-2/+7
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-03-137-13/+27
* i965: Fix render target read domains.Eric Anholt2009-03-131-2/+1
* intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt2009-03-131-5/+17
* intel: don't crash when dri2 tells us about buffers we don't care about. (che...Eric Anholt2009-03-131-0/+3
* intel: Fix tri clear to do FBO color attachments as well.Eric Anholt2009-03-131-8/+25
* i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt2009-03-131-2/+2
* i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul2009-03-131-0/+9
* intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. (che...Eric Anholt2009-03-131-5/+6
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-03-132-0/+10
* i965: Remove brw->attribs now that we can just always look in the GLcontext. ...Eric Anholt2009-03-1319-182/+157
* i965: Delete old metaops code now that there are no remaining consumers. (che...Eric Anholt2009-03-1314-684/+25
* i965: init array->Format fields (see bug 19708) (cherry picked from commit 62...Brian Paul2009-03-131-0/+2
* intel: If we're doing a depth clear with tris, do color with it.Eric Anholt2009-03-132-3/+11
* i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt2009-03-133-8/+10
* intel: move some driver functions aroundBrian Paul2009-03-134-82/+95
* intel: replace custom metaops clear with generic.Eric Anholt2009-03-132-71/+176
* intel: make intelUpdateScreenFromSAREA() static (cherry picked from commit aa...Brian Paul2009-03-132-5/+1
* intel: remove unused var (cherry picked from commit 66c7f06413cc96a75befa4323...Brian Paul2009-03-131-2/+0
* i915: Add support for a new G33-like chipset.Shaohua Li2009-03-132-2/+13
* i965: fix for RHW workaroundXiang, Haihao2009-03-132-43/+99
* i965: tell GLSL compiler to emit code using condition codesBrian Paul2009-03-131-0/+3
* tdfx: Fix begin/endquery for current API. (cherry picked from commit 0cb29558...Eric Anholt2009-03-131-4/+4
* i965: add missing break for OPCODE_RET caseBrian Paul2009-03-131-0/+1
* intel: Decode MI operands using specific length masksChris Wilson2009-03-131-20/+23
* intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson2009-03-131-2/+2
* intel: move glClear-related code into new intel_clear.c file (cherry picked f...Brian Paul2009-03-138-222/+304
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-03-1311-222/+301
* i965: scissor rect was inverted when rendering to texture (cherry picked from...Brian Paul2009-03-131-4/+14
* intel: fix the mismerge of the vblank pipe enable sanity checkJesse Barnes2009-03-131-6/+6
* intel: move pipe enable sanity check to where it belongsJesse Barnes2009-03-131-8/+8
* intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.Owain Ainsworth2009-03-131-0/+8
* intel: Prevent an "irq is not working" printf when only pipe B is enabled.Owain G. Ainsworth2009-03-133-8/+34
* i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison2009-03-131-1/+1
* swrast: Enable GL_EXT_stencil_two_side (cherry picked from commit b5fbdef7ec3...Ian Romanick2009-03-131-0/+2