summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe
Commit message (Expand)AuthorAgeFilesLines
* comment about vertex data in emit_vertex()Brian2008-01-101-0/+6
* clean-up comments, codeBrian2008-01-103-54/+63
* softpipe: Simplify texture memory layout.Michel Dänzer2008-01-103-346/+30
* softpipe: map only once in softpipe_map_surfacesJerome Glisse2008-01-101-3/+3
* llvm: we need custom rules so had to redo the build a little bitZack Rusin2008-01-041-7/+5
* rename vars, clean-up formattingBrian2008-01-031-13/+20
* replace void * with struct draw_vertex_shader opaque typeBrian2008-01-031-1/+1
* Clean-up, re-org some vertex/fragment shader state code.Brian2008-01-014-29/+27
* move SP_NEW_ #defines into sp_state.hBrian2008-01-012-16/+21
* fix single-sided stencil test bugBrian2008-01-011-7/+13
* fix leak, fix refcount errorBrian2008-01-011-6/+11
* unref const buffers during context destroyBrian2008-01-011-0/+7
* free surface caches in softpipe_destroy()Brian2008-01-011-0/+9
* free tgsi machine stateBrian2008-01-011-0/+1
* setup the frontface register (fog.y, ATM)Brian2007-12-181-1/+7
* fix some semantic info mix-ups in calculate_vertex_layout()Brian2007-12-181-8/+4
* obsoleteBrian2007-12-172-806/+0
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-178-80/+31
* switch on cpp instead of formatBrian2007-12-161-7/+7
* Use tile functions in new p_tile.[ch]Brian2007-12-152-87/+9
* don't allocate scratch tile in sp_tile_cache_flush_clear() to avoid stack ove...Brian2007-12-151-4/+5
* Added origin_lower_left field to pipe_rasterizer_stateBrian2007-12-142-7/+23
* Don't always declare frag shader INPUT[0] as fragment position.Brian2007-12-146-161/+267
* remove unused varBrian2007-12-131-2/+0
* 965: get fragment shader compiler compilingKeith Whitwell2007-12-131-4/+0
* Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...Brian2007-12-131-1/+10
* added r5g5b5_put_tile_rgba()Brian2007-12-121-2/+33
* remove #includeBrian2007-12-121-1/+1
* Move float/rgba tile get/put functions into new file.Brian2007-12-124-666/+777
* PIPE_SCREEN_SURFACE no longer neededBrian2007-12-121-3/+1
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-0/+5
* move some code to avoid deref of NULL ptrBrian2007-12-121-3/+3
* softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.Michel Dänzer2007-12-111-0/+59
* Rework gallium and mesa queries a little.Keith Whitwell2007-12-116-43/+162
* Redo the way we pass arguments to the llvm.Zack Rusin2007-12-111-3/+2
* Implement kilp and make it workZack Rusin2007-12-111-1/+1
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-115-23/+6
* gallium: remove redundant clear_color state.Keith Whitwell2007-12-114-13/+0
* gallium: Remove feedback interfaces from pipe driver.Keith Whitwell2007-12-116-109/+0
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-2/+2
* minor clean-ups, commentsBrian2007-12-101-16/+19
* gallium: remove unnecessary guards on qs->nextKeith Whitwell2007-12-1012-30/+14
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-102-13/+27
* disable assertion in sp_tile_cache_set_surface() for nowBrian2007-12-101-1/+1
* Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer2007-12-101-4/+1
* use quadColor local varBrian2007-12-095-108/+114
* Fix looping for multi-color buffer writing.Brian2007-12-096-9/+11
* Adapt for winsys interface changes.José Fonseca2007-12-091-1/+3
* gallium: use SSE by defaultJosé Fonseca2007-12-091-1/+1
* gallium: add draw_stage::destroy().Michal2007-12-092-0/+18