summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* Naive implementation of IF/ELSE/ENDIF.michal2007-08-074-28/+175
* checkpoint new tgsi_sampler_state structBrian2007-08-073-165/+138
* remove pipe_surface_samplerBrian2007-08-071-13/+0
* sketch out new pipe surface/sampler typesBrian2007-08-075-27/+82
* Handle labels for IF/ELSE correctlymichal2007-08-072-4/+23
* Enable compact TGSI dump.michal2007-08-072-430/+794
* Dump tokens in more compact form.michal2007-08-072-13/+31
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-075-4/+6
* Labels are always label targets.michal2007-08-076-13/+4
* 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
* Add GLSL opcodes.michal2007-08-061-1/+10
* Add GLSL ops.michal2007-08-061-0/+36
* Make SGE, SGT, SLE working.michal2007-08-061-12/+32
* Remove garbage text.michal2007-08-061-1/+1
* Use fp_attr_to_slot[].michal2007-08-061-0/+11
* Reorder opcodes.michal2007-08-061-10/+10
* Translate the remaining ops.michal2007-08-061-30/+83
* Translate MESA GLSL opcodes to TGSI opcodes.michal2007-08-062-1/+28
* Add path for GL includes in mesa tree.michal2007-08-061-0/+1
* commentsBrian2007-08-061-3/+3
* Add GLSL opcodes.michal2007-08-061-2/+57
* Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre...Brian2007-08-062-0/+63
* Add pipe buffer managment functions.Keith Whitwell2007-08-069-24/+226
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-057-116/+299
* Remove "static region" support.Keith Whitwell2007-08-031-14/+0
* added pipe->supported_formats()Brian2007-08-022-0/+42
* more formatsBrian2007-08-021-15/+19
* pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-023-107/+12
* Fix make recursion.Keith Whitwell2007-08-021-2/+0
* Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian2007-08-024-2/+89
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-024-15/+3
* add PIPE_MASK_RGBABrian2007-08-021-0/+2
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-023-61/+21
|\
| * Remove remnants of i915 texture-from-pbo code.Keith Whitwell2007-08-022-12/+0
| * 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-013-45/+87
* s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian2007-08-014-32/+35
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-013-15/+131
* Build libsoftpipe.aKeith Whitwell2007-08-016-4/+108
* Obsolete.Brian2007-07-312-250/+0
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-318-144/+462
* Lift region-related functions up to the pipe interface.Brian2007-07-312-1/+98
* 32 and z24s8 softpipe buffersBrian2007-07-303-32/+157
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-07-305-7/+179
|\
| * Lots of improvements to the surface-related code.Brian2007-07-304-7/+177