Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau: very quick port to tex-surface changes. | Ben Skeggs | 2008-05-27 | 16 | -50/+134 |
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-05-27 | 654 | -3040/+4582 |
|\ | |||||
| * | Revert DOS line endings. | José Fonseca | 2008-05-26 | 3 | -1494/+1494 |
| * | Remove CVS keywords. | José Fonseca | 2008-05-26 | 572 | -745/+52 |
| * | i915: Removed screen sufixes on texture functions | Jakob Bornecrantz | 2008-05-26 | 1 | -14/+14 |
| * | i915: Fix for tex-surface merge | Jakob Bornecrantz | 2008-05-26 | 1 | -2/+27 |
| * | Merge branch 'gallium-tex-surface' into gallium-0.1 | Jakob Bornecrantz | 2008-05-26 | 61 | -746/+10854 |
| |\ | |||||
| * | | cso: use memcpy rather than structure asignment for copying | Keith Whitwell | 2008-05-25 | 1 | -5/+5 |
| * | | Demangle C++ symbols. | José Fonseca | 2008-05-25 | 1 | -13/+77 |
| * | | gallium: Pre-processor for win32 kernel profile output. | José Fonseca | 2008-05-24 | 1 | -0/+205 |
| * | | gallium: Poor-man profiler for win32 kernel. | José Fonseca | 2008-05-24 | 2 | -0/+186 |
| * | | scons: New profile build. | José Fonseca | 2008-05-24 | 2 | -1/+14 |
| * | | pipebuffer: More robust face null pointers. | José Fonseca | 2008-05-22 | 1 | -1/+12 |
| * | | pipebuffer: Don't retry allocating in slab suballocator. | José Fonseca | 2008-05-22 | 1 | -18/+5 |
| * | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | 2008-05-21 | 21 | -34/+576 |
| |\ \ | |||||
| * \ \ | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-20 | 1 | -0/+7 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-20 | 3 | -3/+8 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-20 | 2 | -5/+10 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-20 | 1 | -0/+10 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-20 | 5 | -13/+40 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | mesa: call glutDestroyWindow() | Brian Paul | 2008-05-20 | 1 | -1/+3 |
| | * | | | | | | | gallium: clean-up glDraw/CopyPixels shaders when destroying context | Brian Paul | 2008-05-20 | 4 | -12/+37 |
| * | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-20 | 5 | -14/+17 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gallium: remove dead code | Brian Paul | 2008-05-19 | 1 | -9/+0 |
| * | | | | | | | | | fix tempReg test in _mesa_combine_programs() | Brian Paul | 2008-05-19 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-19 | 2 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-19 | 3 | -23/+32 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | i915simple: Fix win9x build. | José Fonseca | 2008-05-19 | 1 | -1/+1 |
| * | | | | | | | | | | gallium: Additional formats for bump mapping. | José Fonseca | 2008-05-19 | 1 | -0/+3 |
| * | | | | | | | | | | gallium: Fix typo. | José Fonseca | 2008-05-19 | 1 | -1/+1 |
| * | | | | | | | | | | fix program delete/refcount bug | Brian Paul | 2008-05-18 | 1 | -1/+4 |
| * | | | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-18 | 76 | -2983/+2511 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gallium: fix glBitmap surface memleak in context tear-down | Brian Paul | 2008-05-16 | 1 | -0/+5 |
| * | | | | | | | | | | | fix some additional program refcounting bugs | Brian Paul | 2008-05-14 | 3 | -9/+6 |
| * | | | | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | 2008-05-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gallium: depth textures have usage depth_stencil instead of render_target | Roland Scheidegger | 2008-05-09 | 3 | -11/+17 |
| * | | | | | | | | | | | | draw: fix translate double-free, minor cleanups | Keith Whitwell | 2008-05-09 | 3 | -5/+4 |
| * | | | | | | | | | | | | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-09 | 5 | -17/+44 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | gallium: Define util_vsprintf. | José Fonseca | 2008-05-09 | 1 | -0/+7 |
| * | | | | | | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-09 | 6 | -12/+26 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | gallium: Disable debug_get_option for release builds on Windows. | José Fonseca | 2008-05-09 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | gallium: Don't serialize GPU writes. | José Fonseca | 2008-05-09 | 1 | -50/+50 |
| * | | | | | | | | | | | | | | gallium: don't free shader.tokens in get_passthrough_fs() | Brian Paul | 2008-05-08 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | gallium: fix out of tex memory crashes | Brian Paul | 2008-05-08 | 2 | -3/+13 |
| * | | | | | | | | | | | | | | gallium: handle null ptrs | Brian Paul | 2008-05-08 | 1 | -41/+40 |
| * | | | | | | | | | | | | | | gallium: re-enable call to init_renderbuffer_bits(), remove dead code | Brian Paul | 2008-05-08 | 1 | -14/+1 |
| * | | | | | | | | | | | | | | gallium: fix render to depth texture | Brian Paul | 2008-05-08 | 1 | -0/+5 |
| * | | | | | | | | | | | | | | gallium: replace pipe_buffer_destroy() call with pipe_buffer_reference(NULL) | Brian Paul | 2008-05-08 | 1 | -4/+5 |
| * | | | | | | | | | | | | | | gallium: remove dead code | Brian Paul | 2008-05-08 | 1 | -9/+0 |
| * | | | | | | | | | | | | | | gallium: no-op st_Bitmap() if width or height is zero | Brian Paul | 2008-05-08 | 1 | -0/+3 |