summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0836-1/+1
* 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-0717-5/+19
* 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
* call st_init_driver_functions()Brian2007-08-061-0/+2
* added softpipe_mipmap_tree_layoutBrian2007-08-062-3/+7
* need a softpipe func for texture layoutBrian2007-08-062-0/+29
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-0614-87/+60
* new headerBrian2007-08-061-0/+10
* fix asst. warningsBrian2007-08-061-10/+12
* 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