aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Define ffs() for __WIN32__ & __MSC__.michal2007-08-161-1/+13
* Define __WIN32__.michal2007-08-161-0/+6
* Move VS code from st_atom_fs.c to st_atom_vs.c.michal2007-08-162-97/+80
* Cosmetic changes.michal2007-08-161-11/+16
* Remove many dependencies on mesa headers.Brian2007-08-1617-140/+218
* misc changes to support vertex shaders (disabled by default)Brian2007-08-164-4/+24
* run real vertex shaders, a total hack for nowBrian2007-08-161-0/+163
* make pass-through vertex shaderBrian2007-08-161-0/+54
* check for null swrast (pipe work-around)Brian2007-08-161-0/+3
* Begin added vertex shader state/support.Brian2007-08-1612-17/+111
* disable Z value scaling - it's done in sp_quad_depth_test.cBrian2007-08-161-2/+3
* move the draw_alloc/free_tmps() functions to draw_prim.cBrian2007-08-162-24/+27
* Remove GL/mesa types, rearrange things into more logical groupsBrian2007-08-161-40/+41
* Add missing inlcude directory.michal2007-08-161-1/+2
* Copy fragment z if the fragment shader does not write depth on its own.`michal2007-08-161-3/+30
* Drawing code refactoring.Brian2007-08-164-885/+39
* point/line/polygon drawing (factored out of draw_vb.c)Brian2007-08-162-0/+542
* 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
* Use 'f' for float suffix.michal2007-08-161-1/+1
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-157-13/+4
* translate GL texture targets to PIPE_TEXTURE_x valuesBrian2007-08-152-14/+43
* added PIPE_PRIM_x tokens (matching GL), use in a few placesBrian2007-08-154-47/+61
* Hook in new draw_arrays() code, disabled for now.Brian2007-08-154-6/+36
* softpipe_draw_arrays() functionBrian2007-08-151-0/+663
* added new draw_arrays()Brian2007-08-151-0/+6
* convert vbo->draw_prims() to pipe->draw_arrays(): works in very limited cases...Brian2007-08-151-12/+69
* added vertex array info fieldsBrian2007-08-151-0/+7
* added draw_set_vertex_array_info()Brian2007-08-152-0/+20
* commentBrian2007-08-151-1/+4
* Add UsageMask to DECLARATION in TGSI.michal2007-08-1511-251/+276
* Add declaration_semantic token to TGSI.michal2007-08-157-85/+205
* Declare fragment shader output registers.michal2007-08-151-27/+77
* Cleanup, do not use fp_attr_to_slot[] mapping array.michal2007-08-151-99/+52
* sketch out vbo drawing functionBrian2007-08-151-1/+57
* added state funcs for vertex buffer/element infoBrian2007-08-153-0/+12
* softpipe vertex element/buffer state funcsBrian2007-08-151-0/+56
* commentsBrian2007-08-151-9/+21
* added some const qualifiersBrian2007-08-151-2/+2
* comments, minor clean-upsBrian2007-08-151-8/+22
* use regular malloc/free instead of macrosBrian2007-08-142-5/+5
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-1444-1119/+1268
|\
| * Beginnings of a demand-filled post-tnl vertex cache.Keith Whitwell2007-08-144-302/+392
| * Add structs and set-functions for vertex buffer, element state.Keith Whitwell2007-08-142-1/+30
| * Add surface formats to be used for specifying vertex element layouts.Keith Whitwell2007-08-141-2/+69
| * Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-1437-814/+777
* | added glCopyPixels stubBrian2007-08-141-0/+14
* | fix typoBrian2007-08-141-1/+1
|/