summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
AgeCommit message (Expand)Author
2007-12-14Added origin_lower_left field to pipe_rasterizer_stateBrian
2007-12-14Don't always declare frag shader INPUT[0] as fragment position.Brian
2007-12-13remove unused varBrian
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
2007-12-13Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...Brian
2007-12-12added r5g5b5_put_tile_rgba()Brian
2007-12-12remove #includeBrian
2007-12-12Move float/rgba tile get/put functions into new file.Brian
2007-12-12PIPE_SCREEN_SURFACE no longer neededBrian
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian
2007-12-12move some code to avoid deref of NULL ptrBrian
2007-12-11softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.Michel Dänzer
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell
2007-12-11Redo the way we pass arguments to the llvm.Zack Rusin
2007-12-11Implement kilp and make it workZack Rusin
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-10minor clean-ups, commentsBrian
2007-12-10gallium: remove unnecessary guards on qs->nextKeith Whitwell
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-10disable assertion in sp_tile_cache_set_surface() for nowBrian
2007-12-10Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer
2007-12-09use quadColor local varBrian
2007-12-09Fix looping for multi-color buffer writing.Brian
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-09gallium: use SSE by defaultJosé Fonseca
2007-12-09gallium: add draw_stage::destroy().Michal
2007-12-07Try to reduce the frequency of calls to pipe->get_tex_surface()Brian
2007-12-07shorten loops over color bufsBrian
2007-12-07code re-org in softpipe_clear()Brian
2007-12-07clean-upsBrian
2007-12-07Tile clearing optimizations.Brian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-07Enable the tile clear "optimization"Brian
2007-12-07Make sp_tile_cache_flush_clear() static.Brian
2007-12-07Convert the clearValue back to floats for sp_tile_cache_clear()Brian
2007-12-07Some tile cache improvements, clean-ups.Brian
2007-12-07don't dereference pt after realloc - fixes valgrind errorBrian
2007-12-07add some whitespaceBrian
2007-12-07Move struct softpipe_texture definition into sp_texture.hBrian
2007-12-07minor code movementBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-12-05added tile funcs for B8G8R8A8 formatBrian
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-23gallium: remove sp_headers.h references.Michal Krol
2007-11-23gallium: reorg tgsi directories.Michal Krol