summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i965: check if we run out of GRF/temp registersmesa_7_4_idr_stagingBrian Paul2009-03-101-2/+26
* mesa: added _mesa_fprintf() wrapperBrian Paul2009-03-102-1/+17
* i965: fix emit_math1() function used for scalar instructionsBrian Paul2009-03-101-9/+32
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-03-106-64/+187
* intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt2009-03-101-0/+2
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-104-10/+40
* mesa: don't draw arrays if vertex position array is not enabledBrian Paul2009-03-101-3/+12
* i965: texture fixes: bordered textures, fallback renderingRobert Ellison2009-03-101-3/+31
* texmem: fix typo from brianp's changes.Dave Airlie2009-03-101-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-03-1015-264/+168
* mesa: use an array for default texture objectsBrian Paul2009-03-104-90/+72
* Fix an i965 assertion failure on glClear()Robert Ellison2009-03-101-1/+1
* intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul2009-03-101-1/+1
* intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg2009-03-101-2/+7
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-03-107-13/+27
* i965: Fix render target read domains.Eric Anholt2009-03-101-2/+1
* intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt2009-03-101-5/+17
* intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt2009-03-101-0/+3
* dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt2009-03-101-0/+2
* intel: Fix tri clear to do FBO color attachments as well.Eric Anholt2009-03-101-8/+25
* i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt2009-03-101-2/+2
* i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul2009-03-101-0/+9
* intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt2009-03-101-5/+6
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-03-102-0/+10
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-03-1019-182/+157
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-03-1014-684/+25
* i965: init array->Format fields (see bug 19708)Brian Paul2009-03-101-0/+2
* intel: If we're doing a depth clear with tris, do color with it.Eric Anholt2009-03-102-3/+11
* i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt2009-03-103-8/+10
* intel: move some driver functions aroundBrian Paul2009-03-104-82/+95
* intel: replace custom metaops clear with generic.Eric Anholt2009-03-102-71/+176
* intel: make intelUpdateScreenFromSAREA() staticBrian Paul2009-03-102-5/+1
* intel: remove unused varBrian Paul2009-03-101-2/+0
* i915: Add support for a new G33-like chipset.Shaohua Li2009-03-102-2/+13
* i965: fix for RHW workaroundXiang, Haihao2009-03-102-43/+99
* i965: tell GLSL compiler to emit code using condition codesBrian Paul2009-03-101-0/+3
* tdfx: Fix begin/endquery for current API.Eric Anholt2009-03-101-4/+4
* i965: add missing break for OPCODE_RET caseBrian Paul2009-03-101-0/+1
* mesa: more info in error messagesBrian Paul2009-03-101-2/+3
* mesa: minor error msg improvementBrian Paul2009-03-101-1/+2
* intel: Decode MI operands using specific length masksChris Wilson2009-03-101-20/+23
* intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson2009-03-101-2/+2
* glxgears: No, really. Fix the dyslexia.Ian Romanick2009-03-101-1/+1
* Fix dyslexia.Ian Romanick2009-03-101-1/+1
* glxgears: Log a message if synched to vblankIan Romanick2009-03-101-0/+74
* mesa: refactor glTexParameter codeBrian Paul2009-03-101-347/+480
* mesa: add missing texture_put_row_rgb() function in texrender.cRobert Ellison2009-03-101-0/+54
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-03-108-222/+304
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-03-1011-222/+301
* i965: scissor rect was inverted when rendering to textureBrian Paul2009-03-101-4/+14