summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-2237-446/+922
|\
| * i915: Add decode for PS in batchbuffers.Eric Anholt2009-01-212-6/+483
| * i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt2009-01-214-5/+8
| * i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt2009-01-211-48/+6
| * [intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg2009-01-211-5/+1
| * swrast: fix redundant texture application in affine_textured_triangle().Brian Paul2009-01-211-1/+9
| * mesa: add some debug assertions to detect null current texture object pointersBrian Paul2009-01-212-0/+22
| * Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGIIan Romanick2009-01-201-21/+25
| * [intel] Go back to using the typedef for the sarea structTimo Aaltonen2009-01-204-8/+8
| * Remove intel pageflipping support in its entirety.Owain G. Ainsworth2009-01-205-328/+20
| * glsl: silence unused var warningsBrian Paul2009-01-201-0/+2
| * mesa: silence uninitialized var warningsBrian Paul2009-01-202-0/+6
| * mesa: silence compiler warning at -O2Brian Paul2009-01-201-0/+1
| * mesa: bump version to 7.3-rc3Brian Paul2009-01-201-1/+1
| * Add a comment about _tnl_emit_indexed_vertices_to_buffer.Thomas Hellstrom2009-01-201-0/+6
| * tnl: Add a utility to emit indexed vertices to a DMA buffer.Thomas Hellstrom2009-01-202-1/+50
| * Fix store texel for argb4444.Thomas Hellstrom2009-01-201-1/+1
| * Fix store texel for argb8888_rev.Thomas Hellstrom2009-01-201-1/+1
| * Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-206-0/+212
| * dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom2009-01-201-0/+22
| * mesa: fix build of stand-alone glslcompiler driverBrian Paul2009-01-191-1/+1
| * glx: gcc 2.95 build fix (move declaration before code)Brian Paul2009-01-181-3/+7
| * i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul2009-01-161-12/+13
| * intel: added intel_rendering_to_texture() helper function.Brian Paul2009-01-161-0/+17
| * mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul2009-01-161-4/+0
* | nouveau: Map correct mip level when using the shadow (nv30, nv40).Younes Manton2009-01-212-12/+14
* | nouveau: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin2009-01-211-2/+3
* | i915: Fix gem backend after surface changesJakob Bornecrantz2009-01-201-3/+1
* | gallium: Remove the standalone surfaces.José Fonseca2009-01-2025-654/+217
* | xlib: fix dependenciesKeith Whitwell2009-01-191-2/+2
* | statetracker: copy back color buffer to front buffer when neededBrian Paul2009-01-191-1/+13
* | gallium: minor reformattingBrian Paul2009-01-191-6/+9
* | util: add reduced prim helperKeith Whitwell2009-01-191-0/+16
* | gallium: use align() intead of round_up()Brian Paul2009-01-191-12/+2
* | tgsi: change an if to an else-if, added const qual, added commentsBrian Paul2009-01-191-3/+5
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-192-0/+510
|\ \
| * | xlib: fix compilation after xmesa header movesKeith Whitwell2009-01-195-3/+513
* | | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-19147-2553/+4575
|\ \ \ | |/ /
| * | g3dvl: Some cleanups.Younes Manton2009-01-181-1/+7
| * | g3dvl: Ref count everywhere.Younes Manton2009-01-183-46/+52
| * | g3dvl: Mark all buffers for incoming frame data as discardable.Younes Manton2009-01-182-10/+10
| * | nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton2009-01-181-0/+15
| * | gallium: Add PIPE_BUFFER_USAGE_DISCARD.Younes Manton2009-01-181-0/+1
| * | g3dvl: Return BadAlloc if we can't create an XvMC surface.Younes Manton2009-01-182-8/+13
| * | g3dvl: Follow mesa naming conventions for src dirs.Younes Manton2009-01-1815-0/+0
| * | i915: Build gem and egl winsys by defaultJakob Bornecrantz2009-01-191-1/+1
| * | i915: Make gem submit commandsJakob Bornecrantz2009-01-192-5/+22
| * | egl: Fix swap and creation of front bufferJakob Bornecrantz2009-01-192-20/+120
| * | i915: Use new egl state_trackerJakob Bornecrantz2009-01-1814-1552/+86
| * | egl: Add a egl state_tracker that use GalliumJakob Bornecrantz2009-01-187-0/+1067