aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe
Commit message (Expand)AuthorAgeFilesLines
* Drawing code refactoring.Brian2007-08-161-441/+24
* Silence warnings.michal2007-08-161-2/+2
* Silence warnings.michal2007-08-161-6/+6
* Silence warnings.michal2007-08-161-7/+6
* Silence warnings.michal2007-08-161-5/+5
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-153-6/+0
* added PIPE_PRIM_x tokens (matching GL), use in a few placesBrian2007-08-151-45/+45
* Hook in new draw_arrays() code, disabled for now.Brian2007-08-154-6/+36
* softpipe_draw_arrays() functionBrian2007-08-151-0/+663
* Add UsageMask to DECLARATION in TGSI.michal2007-08-154-167/+32
* Cleanup, do not use fp_attr_to_slot[] mapping array.michal2007-08-151-99/+52
* added state funcs for vertex buffer/element infoBrian2007-08-153-0/+12
* softpipe vertex element/buffer state funcsBrian2007-08-151-0/+56
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-1430-552/+454
|\
| * Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-1430-552/+454
* | fix typoBrian2007-08-141-1/+1
|/
* minor hack to allow 1D textures to workBrian2007-08-141-1/+2
* refactor some code - cube map textures work nowBrian2007-08-141-49/+73
* Implement texture cache with multiple, direct-mapped entries.Brian2007-08-142-37/+57
* Consolidate filter and mipmap level selection in choose_mipmap_levels().Brian2007-08-141-118/+75
* Implement remaining mipmap modes for 2D textures.Brian2007-08-142-23/+107
* tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).Brian2007-08-143-149/+265
* map stencil buffer tooBrian2007-08-131-0/+12
* added assertion to check that texture width is non-zeroBrian2007-08-131-0/+2
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-134-13/+16
* check if we have a zbuf before enabling depth_test stageBrian2007-08-131-1/+2
* mt->pitch must be at least 16 because of 64-byte alignment in sp_region.c (fi...Brian2007-08-111-0/+6
* do clipping in get_tile()Brian2007-08-111-6/+14
* fix invalid usage of buffer_unreference()Brian2007-08-111-1/+1
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+12
* use winsys supported_formats() querykeithw2007-08-101-0/+5
* added pipe->max_texture_size() query, use it in st_drawpixels()Brian2007-08-101-0/+32
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-108-265/+24
* alignment/pitch/width clean-upsBrian2007-08-101-6/+17
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-104-6/+29
* pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian2007-08-101-1/+1
* add missing break stmtBrian2007-08-101-0/+1
* include surface.offset in address calculationsBrian2007-08-101-10/+24
* Give softpipe a native texture layout of its own.Keith Whitwell2007-08-101-3/+344
* Add a printf method to winsys. Not currently used.Keith Whitwell2007-08-101-0/+4
* 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