summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple
AgeCommit message (Expand)Author
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-24i915: add case for TGSI_FILE_IMMEDIATE to avoid error, but still needs proper...Brian
2008-01-23gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...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: 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-16vbuf updates/fixes (KeithW)Brian
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-10Additional parameters to vbuf_render->draw()Brian
2008-01-03replace void * with struct draw_vertex_shader opaque typeBrian
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-12-15rename some 'mesa' functionsBrian
2007-12-15Use tile functions in new p_tile.[ch]Brian
2007-12-14update comment for TGSI_TOKEN_TYPE_IMMEDIATE caseBrian
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
2007-12-12Remove get/put_tile_rgba() functions.Brian
2007-12-12Move float/rgba tile get/put functions into new file.Brian
2007-12-12PIPE_SCREEN_SURFACE no longer neededBrian
2007-12-12remove old assertionBrian
2007-12-12add PIPE_FORMAT_R5G6B5_UNORM to list of supported screen surface typesBrian
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-12-11gallium: remove redundant clear_color state.Keith Whitwell
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-10implement i915_put_tile_rgba() - temporary code thoughBrian
2007-12-10Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-09gallium: add draw_stage::destroy().Michal
2007-12-09add fence interfaces and buffer create flags to pipe_winsyskeithw
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-23gallium: reorg tgsi directories.Michal Krol
2007-11-23gallium: back out winsys interface changesMichal Krol
2007-11-22Use the new vertex buffer draw stage.José Fonseca
2007-11-22Fix build.José Fonseca
2007-11-22Fix compatibility issues between gcc and msvc.Michal
2007-11-22Make it compile under Win32.Michal