summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe
Commit message (Expand)AuthorAgeFilesLines
* flesh out w/ more formats, y=0=top conventionBrian2007-08-101-148/+116
* export softpipe_init_surface_funcs()Brian2007-08-092-7/+7
* added null ptr checksBrian2007-08-091-4/+9
* Split texfilter enums to match common hardware usage.Keith Whitwell2007-08-091-7/+4
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-095-0/+98
* clean-upBrian2007-08-081-10/+9
* use surface offset value in get_tile()Brian2007-08-081-2/+12
* initial lod/mipmap texture supportedBrian2007-08-082-8/+46
* added assertionBrian2007-08-081-0/+2
* print_vertex func for debuggingBrian2007-08-081-1/+19
* very simple texture cache implementationBrian2007-08-081-2/+24
* fix qs->next testsBrian2007-08-0811-11/+13
* add quad_stage::begin() funcsBrian2007-08-0811-0/+74
* Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian2007-08-083-13/+48
* add lambda param to get_sample()Brian2007-08-082-11/+11
* sketch out 1D/3D/cube texture samplingBrian2007-08-081-2/+154
* more get_tile() workBrian2007-08-081-6/+34
* fully support all texcoord wrap modesBrian2007-08-081-27/+257
* use new tex filtering codeBrian2007-08-072-16/+9
* initial texture filtering codeBrian2007-08-072-0/+179
* include p_state.hBrian2007-08-071-0/+2
* added a get_tile() funcBrian2007-08-071-1/+25
* map/unmap texturesBrian2007-08-071-0/+17
* remove dst!=src assertionBrian2007-08-071-1/+0
* checkpoint new tgsi_sampler_state structBrian2007-08-071-1/+19
* sketch out new pipe surface/sampler typesBrian2007-08-073-0/+49
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-073-3/+3
* get rid of temp write_mono_row_ub() functionBrian2007-08-071-4/+0
* added softpipe_mipmap_tree_layoutBrian2007-08-062-3/+7
* need a softpipe func for texture layoutBrian2007-08-062-0/+29
* Use fp_attr_to_slot[].michal2007-08-061-0/+11
* Add pipe buffer managment functions.Keith Whitwell2007-08-066-21/+174
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-055-103/+295
* added pipe->supported_formats()Brian2007-08-021-0/+36
* pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-022-104/+9
* Fix make recursion.Keith Whitwell2007-08-021-2/+0
* Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian2007-08-021-0/+20
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-022-13/+2
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-021-49/+21
|\
| * Reroute some clear functionality.Keith Whitwell2007-08-021-49/+21
* | implement masking in sp_region_fill()Brian2007-08-011-11/+48
|/
* get cliprect bounds after softpipe_update_derived()Brian2007-08-011-4/+9
* Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian2007-08-011-9/+26
* More work on glClear.Brian2007-08-012-44/+85
* s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian2007-08-013-31/+34
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-012-15/+130
* Build libsoftpipe.aKeith Whitwell2007-08-014-4/+46
* Obsolete.Brian2007-07-312-250/+0
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-316-108/+437
* 32 and z24s8 softpipe buffersBrian2007-07-302-19/+142