summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
AgeCommit message (Expand)Author
2008-02-15gallium: Fix build on Windows.Michal Krol
2008-02-15gallium: Fix MSVC compiler warnings.José Fonseca
2008-02-14gallium: remove some debug assertions in vertex format validationBrian
2008-02-14gallium: rearrange vertex info/layout validationBrian
2008-02-14gallium: include draw_context.h to silence warningBrian
2008-02-14gallium: call draw_flush() in softpipe_flush()Brian
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
2008-02-13disable llvm code in fsZack Rusin
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-10disable llvm for fragment shaders for nowZack Rusin
2008-02-10rewrite the way we handle ir in llvm codeZack Rusin
2008-02-08gallium: added draw_flush() call in softpipe_bind_sampler_state()Brian
2008-02-06gallium: use mem_dup()Brian
2008-02-06gallium: change pipe->texture_create() to operate like the CSO functionsBrian
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-31gallium: comments about fragment Z computationBrian
2008-01-31gallium: Fix z clear bug when TILE_CLEAR_OPTIMIZATION==0Brian
2008-01-31gallium: fix get/put typo regressionBrian
2008-01-31gallium: Add SCons as alternative build system for Gallium.José Fonseca
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26gallium: minor cleanups to pipe interfaceKeith Whitwell
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-24disable usage of llvm in fragment shadersZack Rusin
2008-01-23gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian
2008-01-23gallium: improved vertex layout and interpolant setup in softpipeBrian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2008-01-23gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes ...Brian
2008-01-23gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs...Brian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-21gallium: remove unneeded protos, #includes, etcBrian
2008-01-21gallium: include sp_headers.hBrian
2008-01-21gallium: move softpipe_get_tex_surface() prototypeBrian
2008-01-21gallium: add license commentBrian
2008-01-21gallium: move softpipe_get_tex_surface() into sp_texture.cBrian
2008-01-21gallium: remove per-fragment line stipple codeBrian
2008-01-21fix broken point rendering in sp_vbuf_render()Brian
2008-01-21gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian
2008-01-18Unify copy_rect helpers.Michel Dänzer
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2008-01-17gallium: fix warningKeith Whitwell
2008-01-16Fix broken fog.Brian
2008-01-15Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.Brian
2008-01-14disable debug printfBrian
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2008-01-10comment about vertex data in emit_vertex()Brian
2008-01-10clean-up comments, codeBrian