summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-01-22radeon: better free of arrayDave Airlie
2009-01-22radeon: free all relocs in arrayDave Airlie
2009-01-22radeon: check relocs before derefDave Airlie
2009-01-22radeon: fix relocs even moreDave Airlie
2009-01-22radeon: fix reloc free harderDave Airlie
2009-01-22radeon: free indices caught with valgrindDave Airlie
2009-01-22radeon: cleanup bo unref codepath in pending codeDave Airlie
2009-01-22radeon: fix counting for cfree handles in an inlineDave Airlie
2009-01-23radeon: add r100/r200 workarounds for legacy agingDave Airlie
2009-01-23r200: disable some debugDave Airlie
2009-01-23r200: emit elts into a separate ELT boDave Airlie
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-21i915: Add decode for PS in batchbuffers.Eric Anholt
2009-01-21i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt
2009-01-21i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt
2009-01-22r200r300: start merging span codeDave Airlie
2009-01-21[intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg
2009-01-22r200: remove indexed vertsDave Airlie
2009-01-21swrast: fix redundant texture application in affine_textured_triangle().Brian Paul
2009-01-22radeon: fix 1D texturesDave Airlie
2009-01-21mesa: add some debug assertions to detect null current texture object pointersBrian Paul
2009-01-22r200: fix cubemapsDave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21r300/radeon: move face_for_targetDave Airlie
2009-01-20[intel] Go back to using the typedef for the sarea structTimo Aaltonen
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth
2009-01-21r300: start migrating common functions into common codeDave Airlie
2009-01-20glsl: silence unused var warningsBrian Paul
2009-01-20mesa: silence uninitialized var warningsBrian Paul
2009-01-20mesa: silence compiler warning at -O2Brian Paul
2009-01-21r300: move to common texture_image objectDave Airlie
2009-01-20mesa: bump version to 7.3-rc3Brian Paul
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-21r200: make tri render on my r200.Dave Airlie
2009-01-20r200: tri runs without crashing - doesn't draw anythingDave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-20Add a comment about _tnl_emit_indexed_vertices_to_buffer.Thomas Hellstrom
2009-01-20tnl: Add a utility to emit indexed vertices to a DMA buffer.Thomas Hellstrom
2009-01-20Fix store texel for argb4444.Thomas Hellstrom
2009-01-20Fix store texel for argb8888_rev.Thomas Hellstrom
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom
2009-01-20dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul
2009-01-19statetracker: copy back color buffer to front buffer when neededBrian Paul
2009-01-16i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul
2009-01-16intel: added intel_rendering_to_texture() helper function.Brian Paul
2009-01-16mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul
2009-01-16Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-16glsl: fix broken sampler assignmentsBrian Paul
2009-01-16stw: Dispatch to our stw_winsys::flush_front_bufferJosé Fonseca