Age | Commit message (Expand) | Author |
2009-06-05 | nv10: remove u_simple_screen usage | Ben Skeggs |
2009-06-05 | nv20: remove u_simple_screen usage | Ben Skeggs |
2009-06-05 | nv30: remove u_simple_screen usage | Ben Skeggs |
2009-06-05 | nv40: remove u_simple_screen usage | Ben Skeggs |
2009-06-05 | nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 over | Ben Skeggs |
2009-06-05 | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs |
2009-06-05 | nouveau: call nouveau_pushbuf directly rather than going through nvws | Ben Skeggs |
2009-06-05 | trace/rbug: Use condvar on system that has it for blocking | Jakob Bornecrantz |
2009-06-05 | gallium: Make pipe thread say if it has condvars or not | Jakob Bornecrantz |
2009-06-04 | trace/rbug: Add new contexts functions to trace rbug | Jakob Bornecrantz |
2009-06-04 | rbug: Update rbug protocol with new context calls | Jakob Bornecrantz |
2009-06-04 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-04 | softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw() | Brian Paul |
2009-06-04 | softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering | Brian Paul |
2009-06-04 | tgsi: increase MAX_LABELS to 4096 | Brian Paul |
2009-06-03 | softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw() | Brian Paul |
2009-06-03 | softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering | Brian Paul |
2009-06-02 | util: Unsaved change missing from last commit. | José Fonseca |
2009-06-02 | r300-gallium: strip swtcl to the bare minimum | Joakim Sindholt |
2009-06-02 | util: Support Z24S8/Z24X8 -> unsigned conversion. | José Fonseca |
2009-06-02 | util: Fix 24 to 32 bit expansion binary arithmetic expression. | José Fonseca |
2009-06-01 | gallium/draw: Free specialized versions of driver shaders | Keith Whitwell |
2009-06-01 | draw: free more token arrays | Keith Whitwell |
2009-06-01 | draw: avoid leaking tokens when building pstipple fragment shader | Keith Whitwell |
2009-06-01 | wgl: Destroy the framebuffer when the window is destroyed. | José Fonseca |
2009-06-01 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-01 | draw: reset extra_vp_outputs.slot to zero in widepoint_flush() | Brian Paul |
2009-06-01 | r300-gallium: Slightly hacky fix for glxgears-style TCL. | Corbin Simpson |
2009-06-01 | Use separate $(MINSTALL) for installing libraries | Dan Nicholson |
2009-06-01 | trace/rbug: Add rbug integration for remote debugging | Jakob Bornecrantz |
2009-06-01 | rbug: Add Gallium Remote Debugger Protocol code | Jakob Bornecrantz |
2009-06-01 | util: Add simple network functions | Jakob Bornecrantz |
2009-05-31 | wgl: Cleanup framebuffer destruction logic. | José Fonseca |
2009-05-31 | wgl: Ensure we only create framebuffers for HDC associated with a window. | José Fonseca |
2009-05-30 | wgl: Use the right pixel format. | José Fonseca |
2009-05-30 | wgl: Fix debugging output. | José Fonseca |
2009-05-30 | wgl: Rename function. | José Fonseca |
2009-05-30 | wgl: Remove unused field. | José Fonseca |
2009-05-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-30 | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON" | Brian Paul |
2009-05-30 | softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON | Brian Paul |
2009-05-29 | softpipe: update comments for max texture size | Brian Paul |
2009-05-29 | softpipe: increase max 2D/cube texture size to 4K x 4K | Brian Paul |
2009-05-28 | r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed. | Corbin Simpson |
2009-05-28 | nv50: some mipmapping fixes | Ben Skeggs |
2009-05-28 | nv50: negate sources directly where supported | Christoph Bumiller |
2009-05-28 | nv50: introduce emit_cvt and use it | Christoph Bumiller |
2009-05-28 | nv50: fix TXP | Christoph Bumiller |
2009-05-28 | nv50: use multiple constant buffers | Christoph Bumiller |
2009-05-28 | nv50: don't look for unfreed temps in free_nv50_pc | Christoph Bumiller |