summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-08mesa: set version to 7.5-rc1Brian Paul1-1/+1
2009-05-08wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...José Fonseca1-1/+1
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell2-3/+68
2009-05-08mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell1-3/+0
2009-05-08wgl: Export pixelformats with accumulation bits.José Fonseca1-6/+8
2009-05-08mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell1-8/+15
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell1-13/+17
2009-05-08stw: fix potential uninitialized use of curctxKeith Whitwell1-1/+1
2009-05-08wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca1-8/+19
2009-05-08wgl: Add assertion for missing function.José Fonseca1-0/+1
2009-05-08wgl: Remove unused variable.José Fonseca1-1/+0
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca1-2/+9
2009-05-08wgl: Implement ShareLists.José Fonseca4-7/+28
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell6-11/+153
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell1-1/+1
2009-05-08wgl: Implemente SwapLayerBuffers.José Fonseca4-5/+17
2009-05-08util: Limit the stack walk to avoid referencing undefined memory.José Fonseca1-1/+10
2009-05-08gallium/tgsi: hack around linker/archiver breakageKeith Whitwell1-0/+27
2009-05-08wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca1-1/+1
2009-05-08gallium/draw: cope with unused vertex_elementsKeith Whitwell3-2/+9
2009-05-08wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca1-2/+2
2009-05-08pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca1-1/+101
2009-05-08pb: Dump the fenced buffer sizes.José Fonseca1-4/+6
2009-05-07swrast: fix span clipping bugBrian Paul2-22/+71
2009-05-07mesa: unmap buffer objects during context tear-downBrian Paul1-0/+4
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul1-10/+86
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul2-2/+2
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul1-1/+11
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul1-5/+16
2009-05-01Fix symbol list for mangled Mesa on Darwin.Tom Fogal1-59/+59
2009-05-01mesa: remove -devel suffix from versionBrian Paul1-1/+1
2009-05-01radeon: Don't even bother with things too big to fit into our card.Corbin Simpson1-1/+3
2009-05-01r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.Corbin Simpson4-20/+36
2009-05-01r300-gallium, radeon-winsys: Space accounting.Corbin Simpson7-9/+126
2009-05-01r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson3-47/+70
2009-05-01r300-gallium: Don't bother with conditional double define.Corbin Simpson1-7/+0
2009-05-01radeon: Fix cast and comment.Corbin Simpson1-2/+1
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden2-2/+2
2009-04-30i915simple: remove duplicated i915_context.c in C_SOURCESBrian Paul1-1/+0
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer4-9/+11
2009-04-30gallium: Add SCons build support for the DRI state tracker.Michel Dänzer2-0/+24
2009-04-29egl: Don't install demodriverDan Nicholson1-2/+0
2009-04-29Use variable library name in pkg-config output.Tom Fogal10-10/+15
2009-04-29tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul1-0/+62
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul2-0/+53
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul1-2/+2
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell1-1/+1
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell1-0/+1
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell2-18/+1
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell15-1/+24