Age | Commit message (Expand) | Author |
2009-02-14 | r300-gallium: Emit Z/stencil buffer offset. | Corbin Simpson |
2009-02-13 | r300-gallium: Add derived state for vertex formats. | Corbin Simpson |
2009-02-13 | i965: rewrite the code for handling shader subroutine calls | Brian Paul |
2009-02-13 | i965: add missing break for OPCODE_RET case | Brian Paul |
2009-02-13 | i965: the return value of translate_insn() is never used. Make it void. | Brian Paul |
2009-02-13 | i965: minor clean-ups | Brian Paul |
2009-02-13 | i965: code clean-ups, comments, and minor refactoring | Brian Paul |
2009-02-13 | i965: updated comments | Brian Paul |
2009-02-13 | intel: turn on GL_ARB_shading_language_120 | Brian Paul |
2009-02-13 | i965: more reformatting/clean-up | Brian Paul |
2009-02-13 | i965: s/__inline/INLINE/ | Brian Paul |
2009-02-13 | i965: formatting and indentation fixes | Brian Paul |
2009-02-13 | i965: fix inconsistant indentation in brw_wm.c | Brian Paul |
2009-02-13 | i965: Eric Anholt's patch for bumping up texture sizes | Robert Ellison |
2009-02-13 | trivial: Add a tri-unfilled-fog test | Jakob Bornecrantz |
2009-02-17 | r300-gallium: Add draw_arrays for swtcl_emit. | Corbin Simpson |
2009-02-17 | r300-gallium: Properly init shader state. | Corbin Simpson |
2009-02-17 | r300-gallium: Consolidate state updates. | Corbin Simpson |
2009-02-17 | r300-gallium: Hook up new swtcl vbuf stage. | Corbin Simpson |
2009-02-17 | r300-gallium: Turn swtcl_emit into a vbuf_render stage. | Corbin Simpson |
2009-02-17 | r300-gallium: Update r300_reg from classic Mesa. | Corbin Simpson |
2009-02-13 | demos: Add polygon mode point to isosurf | Jakob Bornecrantz |
2009-02-17 | nv20: Use the new draw vbuf interface | Jakob Bornecrantz |
2009-02-17 | nv10: Use the new draw vbuf internface | Jakob Bornecrantz |
2009-02-17 | nv04: Use the new draw vbuf interface | Jakob Bornecrantz |
2009-02-13 | r300-gallium: Various thingies. | Corbin Simpson |
2009-02-13 | Add dummy install target for glew to fix 'make install' | Dan Nicholson |
2009-02-13 | autoconf: Add GLEW needed by progs when building GLUT | Dan Nicholson |
2009-02-13 | mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s... | Brian Paul |
2009-02-13 | mesa: add additional texture size/limit assertions | Brian Paul |
2009-02-13 | i915: Use the new draw vbuf interface | Jakob Bornecrantz |
2009-02-17 | draw: second argument to unmap is max, not count | Keith Whitwell |
2009-02-17 | softpipe: update to new draw interfaces | Keith Whitwell |
2009-02-17 | draw: add map/unmap directives for swtnl driver interface | Keith Whitwell |
2009-02-12 | egl: Doesn't depend on xorg or pixman | Jakob Bornecrantz |
2009-02-12 | r300-gallium: Take care of various bad dereferences in shader setup. | Corbin Simpson |
2009-02-12 | r300-gallium: Fix linker error a few linker warnings. | Corbin Simpson |
2009-02-12 | r300-gallium: Fix build errors. | Corbin Simpson |
2009-02-12 | r300-gallium: fix OUT_CS_ONE_REG and use where applicable | Joakim Sindholt |
2009-02-12 | r300-gallium: r300 passthrough shader, static shader objects, and clear code. | Corbin Simpson |
2009-02-12 | r300-gallium: Add r300 passthrough shader. | Corbin Simpson |
2009-02-12 | r300: minor fixes and clear up some surface_fill | Joakim Sindholt |
2009-02-12 | r300-gallium: Add r500 passthrough shader assembly. | Corbin Simpson |
2009-02-12 | r300-gallium: Fix typo in texture buffer size request. | Corbin Simpson |
2009-02-13 | intel: Only build winsys with built state trackers | Jakob Bornecrantz |
2009-02-13 | gallium: Add a bunch of autoconf options | Jakob Bornecrantz |
2009-02-13 | galium: Makefile fixes: -Werror=implicit-function-declaration -> -Werror-impl... | Benjamin Close |
2009-02-12 | intel: Make gem export the drm_api_hocks | Jakob Bornecrantz |
2009-02-12 | intel: Remove the old depricated dri1 winsys | Jakob Bornecrantz |
2009-02-12 | intel: Remove the ttm backend | Jakob Bornecrantz |