summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-16Mark current bits as 2009Q1-RC1 for Intel driver.intel_2009q1_rc1Ian Romanick1-1/+1
2009-03-13i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul1-3/+2
2009-03-13glsl: fix vec4_texp_rect IR code (need projective version) (cherry picked fro...Brian Paul1-1/+1
2009-03-13i965: check if we run out of GRF/temp registersBrian Paul1-2/+26
2009-03-13mesa: added _mesa_fprintf() wrapper (cherry picked from commit 596b8fbbbf65ce...Brian Paul2-1/+17
2009-03-13i965: fix emit_math1() function used for scalar instructionsBrian Paul1-9/+32
2009-03-13i965: rewrite the code for handling shader subroutine callsBrian Paul6-64/+187
2009-03-13intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt1-0/+2
2009-03-13i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison4-10/+40
2009-03-13mesa: don't draw arrays if vertex position array is not enabledBrian Paul1-3/+12
2009-03-13i965: texture fixes: bordered textures, fallback renderingRobert Ellison1-3/+31
2009-03-13texmem: fix typo from brianp's changes.Dave Airlie1-1/+1
2009-03-13mesa: use an array for current texture objectsBrian Paul15-264/+168
2009-03-13mesa: use an array for default texture objectsBrian Paul4-90/+72
2009-03-13Fix an i965 assertion failure on glClear()Robert Ellison1-1/+1
2009-03-13intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul1-1/+1
2009-03-13intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg1-2/+7
2009-03-13intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt7-13/+27
2009-03-13i965: Fix render target read domains.Eric Anholt1-2/+1
2009-03-13intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt1-5/+17
2009-03-13intel: don't crash when dri2 tells us about buffers we don't care about. (che...Eric Anholt1-0/+3
2009-03-13dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt1-0/+2
2009-03-13intel: Fix tri clear to do FBO color attachments as well.Eric Anholt1-8/+25
2009-03-13i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt1-2/+2
2009-03-13i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul1-0/+9
2009-03-13intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. (che...Eric Anholt1-5/+6
2009-03-13intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2-0/+10
2009-03-13i965: Remove brw->attribs now that we can just always look in the GLcontext. ...Eric Anholt19-182/+157
2009-03-13i965: Delete old metaops code now that there are no remaining consumers. (che...Eric Anholt14-684/+25
2009-03-13i965: init array->Format fields (see bug 19708) (cherry picked from commit 62...Brian Paul1-0/+2
2009-03-13intel: If we're doing a depth clear with tris, do color with it.Eric Anholt2-3/+11
2009-03-13i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt3-8/+10
2009-03-13intel: move some driver functions aroundBrian Paul4-82/+95
2009-03-13intel: replace custom metaops clear with generic.Eric Anholt2-71/+176
2009-03-13intel: make intelUpdateScreenFromSAREA() static (cherry picked from commit aa...Brian Paul2-5/+1
2009-03-13intel: remove unused var (cherry picked from commit 66c7f06413cc96a75befa4323...Brian Paul1-2/+0
2009-03-13i915: Add support for a new G33-like chipset.Shaohua Li2-2/+13
2009-03-13i965: fix for RHW workaroundXiang, Haihao2-43/+99
2009-03-13i965: tell GLSL compiler to emit code using condition codesBrian Paul1-0/+3
2009-03-13tdfx: Fix begin/endquery for current API. (cherry picked from commit 0cb29558...Eric Anholt1-4/+4
2009-03-13i965: add missing break for OPCODE_RET caseBrian Paul1-0/+1
2009-03-13mesa: more info in error messages (cherry picked from commit 1ca05a066b8d8cb8...Brian Paul1-2/+3
2009-03-13mesa: minor error msg improvement (cherry picked from commit 803504e69fbd8571...Brian Paul1-1/+2
2009-03-13intel: Decode MI operands using specific length masksChris Wilson1-20/+23
2009-03-13intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson1-2/+2
2009-03-13glxgears: No, really. Fix the dyslexia. (cherry picked from commit 5b5ddfb89c...Ian Romanick1-1/+1
2009-03-13Fix dyslexia. (cherry picked from commit 9d6880ec8d4c13540452a8208ca69a58a3f8...Ian Romanick1-1/+1
2009-03-13glxgears: Log a message if synched to vblankIan Romanick1-0/+74
2009-03-13mesa: refactor glTexParameter code (cherry picked from commit 318e53a4bf27499...Brian Paul1-347/+480
2009-03-13mesa: add missing texture_put_row_rgb() function in texrender.cRobert Ellison1-0/+54