summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
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-23gallium: multiply vertex point size by 0.5Brian
2008-01-22gallium: Don't allocate a vertex buffer until after setting the prim type.Brian
2008-01-22added stipple_destroy()José Fonseca
2008-01-22gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian
2008-01-21Cell: initial support for sampler stateBrian
2008-01-21Cell: s/cell_init_surface_funcs/cell_init_surface_functions/Brian
2008-01-21Cell: Added cell_surface.[ch] filesBrian
2008-01-21gallium: remove unneeded protos, #includes, etcBrian
2008-01-21gallium: include sp_headers.hBrian
2008-01-21Cell: renamed cell_surface.[ch] to cell_clear.[ch]Brian
2008-01-21Cell: rename cell_surface.[ch] cell_clear.[ch]Brian
2008-01-21Cell: Add initial texture functionsBrian
2008-01-21Cell: add cell_set_sampler_texture()Brian
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-21Cell: added asmfiles ruleBrian
2008-01-21gallium: prototype draw_linestipple.c replaced by draw_stipple.cBrian
2008-01-21gallium: remove per-fragment line stipple codeBrian
2008-01-21gallium: new 'draw' stage for line stippleBrian
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-20Cell: use tile_t for color tileBrian
2008-01-20Cell: clean-up/re-org tile codeBrian
2008-01-20Cell: use depth/stencil state to enable ztestBrian
2008-01-20enable call to cell_emit_state()Brian
2008-01-19Cell: improve "finished copying batch buffer" signalling.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: Handle TGSI_OPCODE_END on sse2.José Fonseca
2008-01-17gallium: Fix cut-n-paste error.José Fonseca
2008-01-17gallium: Alternative mm_bufmgr_create_from_buffer constructor for mm pool man...José Fonseca
2008-01-17gallium: Detect if a null buffer is passed.José Fonseca
2008-01-17gallium: fix warningKeith Whitwell
2008-01-17gallium: fix warningKeith Whitwell
2008-01-17gallium: hardwire reset_temps functionalityKeith Whitwell
2008-01-17gallium: whitespace changesKeith Whitwell
2008-01-16Fix broken fog.Brian
2008-01-16Fix incorrect [0,1] clamping in store_dest().Brian
2008-01-16vbuf updates/fixes (KeithW)Brian
2008-01-16s/DBG/DRAW_DBGBrian
2008-01-16remove useless assertionsBrian
2008-01-16init front/back color attrib indexes to 0, not -1Brian
2008-01-15typedef uintptr_t for non-HAVE_POSIX_MEMALIGN buildBrian
2008-01-15Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.Brian