summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca
2008-06-24egl: Use standard integer types.José Fonseca
2008-06-24mesa/dri: User standard integer types.José Fonseca
2008-06-24mesa: More signed/unsigned float/integer fixes.José Fonseca
2008-06-24gdi: Update for surface_alloc_storage changes.José Fonseca
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-06-24mesa: Use _mesa_bsearch.José Fonseca
2008-06-24mesa: bsearch implementation for WinCE.José Fonseca
2008-06-24mesa: Replace abort by asserts.José Fonseca
2008-06-24mesa: Move variable declarations to the scope top.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul
2008-06-23gallium: code for PIPE_SUBSYSTEM_WINDOWS_USERJonathan White
2008-06-24mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-06-24mesa: No getenv on WinCE.José Fonseca
2008-06-24gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc...José Fonseca
2008-06-24gallium: WinCE does not have cosf, sinf, etc.José Fonseca
2008-06-23gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...Brian Paul
2008-06-23i915: Add render and texture support for tiled texture and buffersJakob Bornecrantz
2008-06-23gallium: fix-up inverted do_copy_texsubimage()Brian Paul
2008-06-23gallium: fix Y-inverted copiesBrian Paul
2008-06-23gallium: remove dead/prototype codeBrian Paul
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-06-23gallium: added some assertionsBrian Paul
2008-06-23Don't make libmesa.a or libglapi.a depend on asm_subdirsBrian Paul
2008-06-23Create $(TOP)/$(LIB_DIR) for install, tooDan Nicholson
2008-06-23Ensure all objects are built when installing DRIDan Nicholson
2008-06-23util: Blit can now copy from texture to surfaceJakob Bornecrantz
2008-06-23gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz
2008-06-23gallium: Fix warning in u_draw_quad.hJakob Bornecrantz
2008-06-23i915: Removed level_offset from i915_textureJakob Bornecrantz
2008-06-22draw: fix non-i386 buildsKeith Whitwell
2008-06-20gallium: s/feadback/feedback/, duhBrian
2008-06-20gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul
2008-06-20gallium: fix some surface usage bugsBrian Paul
2008-06-20egl: added cpp assertions/sanity checksBrian Paul
2008-06-20mesa: init ctx->RenderModeBrian Paul
2008-06-20egl: added null ptr checkBrian Paul
2008-06-20mesa: GL_BYTE vertex/texcoord arraysBrian Paul
2008-06-20mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-06-20mesa: refactor: move initialization of DefaultPacking state.Brian Paul
2008-06-20gallium: always need st_init-blit()Brian Paul
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-20mesa: fix errors in prev commitBrian Paul
2008-06-20mesa: revamp glBlendFunc loopbackBrian Paul
2008-06-20mesa: added _vbo_Materialfv()Brian Paul
2008-06-20mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul
2008-06-20mesa: fix some FEATURE_x testsBrian Paul
2008-06-20egl: added null ptr checksBrian Paul