summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2007-08-08fix qs->next testsBrian
2007-08-08add quad_stage::begin() funcsBrian
2007-08-08Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian
2007-08-08Hook up i915simple. Doesn't compile.Keith Whitwell
2007-08-08rewrite texture sampling code (smaller, simpler)Brian
2007-08-08add lambda param to get_sample()Brian
2007-08-08sketch out 1D/3D/cube texture samplingBrian
2007-08-08added PIPE_TEX_FACE_*Brian
2007-08-08replace draw_offset w/ 0 for nowBrian
2007-08-08define i915_surface structBrian
2007-08-08more get_tile() workBrian
2007-08-08fully support all texcoord wrap modesBrian
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell
2007-08-07clean up tgsi_sampler-related bitsBrian
2007-08-07use new tex filtering codeBrian
2007-08-07initial texture filtering codeBrian
2007-08-07include p_state.hBrian
2007-08-07added a get_tile() funcBrian
2007-08-07map/unmap texturesBrian
2007-08-07remove dst!=src assertionBrian
2007-08-07added pipe_mipmap_tree::formatBrian
2007-08-07Naive implementation of IF/ELSE/ENDIF.michal
2007-08-07checkpoint new tgsi_sampler_state structBrian
2007-08-07remove pipe_surface_samplerBrian
2007-08-07sketch out new pipe surface/sampler typesBrian
2007-08-07Handle labels for IF/ELSE correctlymichal
2007-08-07Enable compact TGSI dump.michal
2007-08-07Dump tokens in more compact form.michal
2007-08-07s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian
2007-08-07Labels are always label targets.michal
2007-08-07get rid of temp write_mono_row_ub() functionBrian
2007-08-06added softpipe_mipmap_tree_layoutBrian
2007-08-06need a softpipe func for texture layoutBrian
2007-08-06Add GLSL opcodes.michal
2007-08-06Add GLSL ops.michal
2007-08-06Make SGE, SGT, SLE working.michal
2007-08-06Remove garbage text.michal
2007-08-06Use fp_attr_to_slot[].michal
2007-08-06Reorder opcodes.michal
2007-08-06Translate the remaining ops.michal
2007-08-06Translate MESA GLSL opcodes to TGSI opcodes.michal
2007-08-06Add path for GL includes in mesa tree.michal
2007-08-06commentsBrian
2007-08-06Add GLSL opcodes.michal
2007-08-06Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre...Brian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-03Remove "static region" support.Keith Whitwell
2007-08-02added pipe->supported_formats()Brian
2007-08-02more formatsBrian