Age | Commit message (Expand) | Author |
2008-06-24 | mesa/dri: User standard integer types. | José Fonseca |
2008-06-24 | mesa: More signed/unsigned float/integer fixes. | José Fonseca |
2008-06-24 | gdi: Update for surface_alloc_storage changes. | José Fonseca |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-06-24 | mesa: Use _mesa_bsearch. | José Fonseca |
2008-06-24 | mesa: bsearch implementation for WinCE. | José Fonseca |
2008-06-24 | mesa: Replace abort by asserts. | José Fonseca |
2008-06-24 | mesa: Move variable declarations to the scope top. | José Fonseca |
2008-06-23 | gallium: added support for fixed-point formats, drawing | Brian Paul |
2008-06-23 | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER | Jonathan White |
2008-06-23 | nv30: add state zsa, based on nv40 one | Patrice Mandin |
2008-06-23 | nv30: add state viewport, based on nv40 one | Patrice Mandin |
2008-06-23 | nv30: add state stipple, based on nv40 one | Patrice Mandin |
2008-06-23 | nv30: add state scissor, based on nv40 one | Patrice Mandin |
2008-06-23 | nv30: add state rasterizer, based on nv40 one | Patrice Mandin |
2008-06-24 | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca |
2008-06-24 | mesa: No getenv on WinCE. | José Fonseca |
2008-06-24 | gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc... | José Fonseca |
2008-06-24 | gallium: WinCE does not have cosf, sinf, etc. | José Fonseca |
2008-06-23 | gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip... | Brian Paul |
2008-06-23 | i915: Add render and texture support for tiled texture and buffers | Jakob Bornecrantz |
2008-06-23 | gallium: fix-up inverted do_copy_texsubimage() | Brian Paul |
2008-06-23 | gallium: fix Y-inverted copies | Brian Paul |
2008-06-23 | gallium: remove dead/prototype code | Brian Paul |
2008-06-23 | gallium: change surface_copy()'s do_flip to boolean | Brian Paul |
2008-06-23 | gallium: fix bad srcy coord if do_flip | Brian Paul |
2008-06-23 | gallium: fix bad srcy coord if do_flip | Brian Paul |
2008-06-23 | gallium: added some assertions | Brian Paul |
2008-06-23 | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Brian Paul |
2008-06-23 | Create $(TOP)/$(LIB_DIR) for install, too | Dan Nicholson |
2008-06-23 | Ensure all objects are built when installing DRI | Dan Nicholson |
2008-06-23 | util: Blit can now copy from texture to surface | Jakob Bornecrantz |
2008-06-23 | gallium: Add accessor functions to get textures from a st_framebuffer | Jakob Bornecrantz |
2008-06-23 | gallium: Fix warning in u_draw_quad.h | Jakob Bornecrantz |
2008-06-23 | i915: Removed level_offset from i915_texture | Jakob Bornecrantz |
2008-06-23 | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs |
2008-06-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-06-22 | draw: fix non-i386 builds | Keith Whitwell |
2008-06-21 | Update for extra vertex attributes | Patrice Mandin |
2008-06-21 | nv30: Add state for blend | Patrice Mandin |
2008-06-21 | nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ... | Patrice Mandin |
2008-06-20 | gallium: s/feadback/feedback/, duh | Brian |
2008-06-20 | gallium: fix invalid call to draw_set_mapped_constant_buffer() | Brian Paul |
2008-06-20 | gallium: fix some surface usage bugs | Brian Paul |
2008-06-20 | egl: added cpp assertions/sanity checks | Brian Paul |
2008-06-20 | mesa: init ctx->RenderMode | Brian Paul |
2008-06-20 | egl: added null ptr check | Brian Paul |
2008-06-20 | nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use it... | Patrice Mandin |
2008-06-20 | mesa: GL_BYTE vertex/texcoord arrays | Brian Paul |
2008-06-20 | mesa: initial support for fixed-pt vertex arrays | Brian Paul |