summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* dri: attempt to actually refcount the __DRIDrawableDave Airlie2009-04-161-8/+24
* radeon: take a bo reference when adding to validate listDave Airlie2009-04-161-0/+2
* r200: fix texture level for compiz caseJerome Glisse2009-04-121-2/+2
* r200: validate vertex bufferJerome Glisse2009-04-121-0/+5
* radeon: emit scissor when using cs pathJerome Glisse2009-04-121-0/+11
* r300: fix color tilingDave Airlie2009-04-091-2/+8
* r300: reorder fog coordinate and WPOS fp attributesMaciej Cencora2009-04-093-63/+35
* r300: fix regression from swtcl rewriteMaciej Cencora2009-04-091-7/+18
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-09127-6409/+7118
|\
| * Mesa: allow suppression of debug messages in a debug buildRobert Ellison2009-04-081-10/+32
| * gallium: when using gl_PointCoord ensure we use the correct attribute.Alan Hourihane2009-04-081-3/+5
| * mesa: Don't attempt to free the dummy program.José Fonseca2009-04-081-3/+5
| * st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal formatBrian Paul2009-04-071-2/+4
| * st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul2009-04-073-43/+96
| * mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian Paul2009-04-071-0/+11
| * swrast: fix point rendering function selectionBrian Paul2009-04-071-1/+4
| * mesa: fix incorrect component ordering for sRGB8 texture fetch/storeBrian Paul2009-04-071-5/+6
| * glsl: enable the new linear scan register allocator codeBrian Paul2009-04-071-3/+3
| * glsl: don't optimize program if MESA_GLSL=noptBrian Paul2009-04-071-1/+2
| * swrast: restore !shader check around add_specular()Brian Paul2009-04-071-4/+6
| * swrast: more texcombine clean-upsBrian Paul2009-04-061-21/+10
| * swrast: asst. clean-ups in texcombine codeBrian Paul2009-04-061-26/+19
| * swrast: fix secondary color add for glBitmapBrian Paul2009-04-063-11/+30
| * swrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV modeBrian Paul2009-04-061-6/+6
| * st: as with swrast, interpret texture border color according to texture formatBrian Paul2009-04-061-4/+37
| * st: rename a helper functionBrian Paul2009-04-061-4/+4
| * swrast: fix texture border color interpretationBrian Paul2009-04-061-30/+68
| * mesa: Fix orientation adjustment for reading stencil pixels.José Fonseca2009-04-061-1/+1
| * intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt2009-04-063-3/+10
| * i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt2009-04-063-18/+55
| * intel: Clean up some a leftover from sedding of bufmgr context->screen move.Eric Anholt2009-04-061-3/+0
| * radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer2009-04-061-15/+20
| * gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-119/+64
| * gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer2009-04-041-13/+3
| * intel: #include texgetimage.hBrian Paul2009-04-031-0/+1
| * mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-039-335/+409
| * mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-038-15/+18
| * mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul2009-04-031-4/+6
| * mesa: whitespace and comment clean-upBrian Paul2009-04-031-11/+16
| * mesa: remove extra semicolonsBrian Paul2009-04-031-5/+5
| * mesa: in mesa_add_named_constant(), avoid adding duplicate constantsBrian Paul2009-04-031-7/+12
| * mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul2009-04-031-5/+2
| * mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul2009-04-031-2/+2
| * mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul2009-04-031-3/+2
| * mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()Brian Paul2009-04-031-2/+2
| * mesa: rename some gl_light fields to be clearerBrian Paul2009-04-0310-36/+36
| * mesa: don't normalize spot light direction until validation timeBrian Paul2009-04-031-2/+7
| * i965: remove unused varBrian Paul2009-04-031-1/+0
| * mesa: replace assertion with conditional in _mesa_opcode_string()Brian Paul2009-04-031-2/+4
| * i965: more const buffer debug codeBrian Paul2009-04-031-50/+84