summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-0823-0/+3885
* clean up tgsi_sampler-related bitsBrian2007-08-072-21/+10
* 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
* added pipe_mipmap_tree::formatBrian2007-08-071-0/+1
* 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