aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove unused filekeithw2007-08-081-145/+0
* remove unused filekeithw2007-08-081-37/+0
* Remove unused code, definitions.Keith Whitwell2007-08-084-82/+5
* very simple texture cache implementationBrian2007-08-082-2/+29
* fix qs->next testsBrian2007-08-0811-11/+13
* add quad_stage::begin() funcsBrian2007-08-0811-0/+74
* Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian2007-08-083-13/+48
* Remove more dead files.Keith Whitwell2007-08-082-398/+0
* Remove dead files.Keith Whitwell2007-08-087-1844/+0
* Pull in i915simple.aKeith Whitwell2007-08-081-1/+2
* Hook up i915simple. Doesn't compile.Keith Whitwell2007-08-0813-47/+337
* rewrite texture sampling code (smaller, simpler)Brian2007-08-082-246/+127
* add lambda param to get_sample()Brian2007-08-082-11/+11
* sketch out 1D/3D/cube texture samplingBrian2007-08-081-2/+154
* added PIPE_TEX_FACE_*Brian2007-08-081-8/+14
* replace draw_offset w/ 0 for nowBrian2007-08-081-2/+2
* define i915_surface structBrian2007-08-081-1/+29
* Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell2007-08-0835-0/+0
* more get_tile() workBrian2007-08-081-6/+34
* fully support all texcoord wrap modesBrian2007-08-081-27/+257
* 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
* debug infoBrian2007-08-071-0/+5
* set mt->formatBrian2007-08-071-31/+50
* added pipe_mipmap_tree::formatBrian2007-08-071-0/+1
* s/intel/st/Brian2007-08-072-127/+127
* Naive implementation of IF/ELSE/ENDIF.michal2007-08-077-114/+277
* checkpoint new tgsi_sampler_state structBrian2007-08-073-165/+138
* remove pipe_surface_samplerBrian2007-08-071-13/+0
* added st_atom_texture.cBrian2007-08-071-0/+1
* plug in texture/sampler state updateBrian2007-08-076-7/+28
* texture image state handlingBrian2007-08-071-0/+76
* sketch out new pipe surface/sampler typesBrian2007-08-077-27/+86
* 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-076-6/+7
* don't include non-existant intel_buffer_objects.hBrian2007-08-071-0/+2
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-0714-0/+14
* Remove old intel_buffer_objects code - there is a state_tracker version now.Keith Whitwell2007-08-074-289/+0
* Labels are always label targets.michal2007-08-076-13/+4
* prototypesBrian2007-08-071-35/+9
* get rid of temp write_mono_row_ub() functionBrian2007-08-072-5/+2
* call st_init_driver_functions(), make intelInitDriverFunctions() staticBrian2007-08-062-3/+3