Age | Commit message (Expand) | Author |
2006-08-11 | support shorts as vertex data | Aapo Tahkola |
2006-08-10 | Add padding to match the current xf86-video-intel DDX->DRI interface. | Eric Anholt |
2006-08-09 | Add Intel i965G/Q DRI driver. | Eric Anholt |
2006-07-31 | fix #6991 | Aapo Tahkola |
2006-07-30 | Add support for GL_MESA_shader_debug. | Michal Krol |
2006-07-27 | r300_emit.h cleanup. | Jerome Glisse |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-07-15 | A small logic error. | Rune Petersen |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul |
2006-07-12 | fix another memleak | Tilman Sauerbeck |
2006-07-11 | _mesa_destroy_context() frees radeon->glCtx so we must not access it afterwards | Tilman Sauerbeck |
2006-07-11 | Revert the SiS and Unichrome DRM version check changes. | Thomas Hellström |
2006-07-10 | The SiS and Unichrome drivers assume that the handle to the | Thomas Hellström |
2006-07-09 | Fix #7195 | Aapo Tahkola |
2006-07-05 | R300_RR_ROUTE_1 still needs to be initialized. | Aapo Tahkola |
2006-07-04 | Add R300_VAP_CNTL 0x2140 and cosmetic cleanup. | Jerome Glisse |
2006-07-04 | enable hw antialiasing (Martijn van Oosterhout) | Brian Paul |
2006-07-03 | additional clipping/viewport fixes (Martijn van Oosterhout) | Brian Paul |
2006-07-03 | some minor simplifications (same as in r300 driver) since mesa's internally u... | Roland Scheidegger |
2006-07-03 | check if radeon_drm.h from libdrm is new enough, otherwise print an error to ... | Roland Scheidegger |
2006-07-03 | Add copyright header and minor cleanup. | Jerome Glisse |
2006-07-03 | fix clipping bug on context change (Martijn van Oosterhout) | Brian Paul |
2006-07-01 | initialize offset to avoid bogus warnings from valgrind | Tilman Sauerbeck |
2006-06-30 | Vertex/fragment program patches (Rune Petersen) | Brian Paul |
2006-06-30 | clipping fixes (Martijn van Oosterhout) | Brian Paul |
2006-06-29 | Fix typo. | Jerome Glisse |
2006-06-29 | destroy left-over VBOs on shutdown | Tilman Sauerbeck |
2006-06-29 | instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU... | Tilman Sauerbeck |
2006-06-29 | cleanup, avoid magic values | Tilman Sauerbeck |
2006-06-29 | only assert front/back pitch if double-buffered (bug 7663) | Brian Paul |
2006-06-27 | Fix stencil clears that have caused problems with redbook/stencil, tests/sten... | Aapo Tahkola |
2006-06-27 | Fix generic vertex attribs (Rune Petersen) | Aapo Tahkola |
2006-06-26 | locking fixes (Martijn Van Oosterhout) | Brian Paul |
2006-06-26 | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul |
2006-06-23 | more cleanups | Tilman Sauerbeck |
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul |
2006-06-18 | no need to handle ARL in a special way, it's a generic scalar operation. only... | Tilman Sauerbeck |
2006-06-18 | fix broken address register reads | Aapo Tahkola |
2006-06-15 | Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes | Keith Whitwell |
2006-06-12 | Make r300 driver build with GL_APPLE_vertex_array_object changes. | Ian Romanick |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-06-12 | fire vertices before context destruction. | Alan Hourihane |
2006-06-11 | destroy the memory manager along with the context | Tilman Sauerbeck |
2006-06-10 | enable arb_vertex_program by default if drm is new enough. Do a fallback when... | Roland Scheidegger |
2006-06-09 | shuffle some code to make some assertions in the _savage_texstore_a111xxxx fu... | Roland Scheidegger |
2006-06-08 | include tnl/tnl.h for _tnl_program_string() | Tilman Sauerbeck |
2006-06-08 | mark ARL operand as scalar (Roland Scheidegger) | Tilman Sauerbeck |
2006-06-08 | struct op_names: get rid of the 'output operands' field as it's not used (Rol... | Tilman Sauerbeck |
2006-06-08 | Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean... | Roland Scheidegger |
2006-06-06 | prevent possible program mix up with sw vps (Roland Scheidegger) | Aapo Tahkola |