summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build-depend on linux-libc-dev >= 2.6.29 on linux archs.Julien Cristau2009-03-252-1/+3
* update changelogJulien Cristau2009-03-231-1/+2
* Merge tag 'mesa_7_4_rc1' into debian-experimentalJulien Cristau2009-03-23145-2894/+3792
|\
| * docs: prep for 7.4 releasemesa_7_4_rc1Brian Paul2009-03-202-2/+9
| * mesa: prep for 7.4-rc1 releaseBrian Paul2009-03-202-5/+6
| * r300: don't crash on sw tcl hw if point size vertex attrib is sentBrian Paul2009-03-201-2/+2
| * mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul2009-03-181-31/+37
| * mesa: add no-change testing for a few more texture parametersBrian Paul2009-03-181-9/+21
| * i965: fix polygon stipple when rendering to FBORobert Ellison2009-03-182-7/+34
| * i965: fix polygon face orientation when rendering to FBORobert Ellison2009-03-182-4/+18
| * swrast: use better _swrast_compute_lambda() functionBrian Paul2009-03-171-6/+6
| * 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
| * glsl: fix vec4_texp_rect IR code (need projective version) (cherry picked fro...Brian Paul2009-03-131-1/+1
| * i965: check if we run out of GRF/temp registersBrian Paul2009-03-131-2/+26
| * mesa: added _mesa_fprintf() wrapper (cherry picked from commit 596b8fbbbf65ce...Brian Paul2009-03-132-1/+17
| * 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
| * mesa: don't draw arrays if vertex position array is not enabledBrian Paul2009-03-131-3/+12
| * 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-1315-264/+168
| * mesa: use an array for default texture objectsBrian Paul2009-03-134-90/+72
| * 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
| * dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt2009-03-131-0/+2
| * 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