aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unreferenced file.Keith Whitwell2007-08-091-212/+0
* Tweaks to state emit, acheives first hw triangles from a pipe driver.Keith Whitwell2007-08-094-9/+20
* Pull in debug code for human-readable batchbuffer dumps.Keith Whitwell2007-08-093-254/+704
* The pipe version of these files. Can probably relocate to pipe/i915simple.Keith Whitwell2007-08-092-1/+492
* Put back the old versions of intel_tex_layout.* in this shared directory.Keith Whitwell2007-08-092-391/+42
* Hook up pipe flush functionalityKeith Whitwell2007-08-092-60/+56
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-0912-2/+212
* Split swapbuffers and read/draw buffers functionality into two files.Keith Whitwell2007-08-093-199/+244
* Declare missing opcode aliases. Declare SGN opcode.michal2007-08-091-3/+11
* update lod bias, limitsBrian2007-08-081-0/+4
* clean-upBrian2007-08-081-10/+9
* use surface offset value in get_tile()Brian2007-08-081-2/+12
* initial lod/mipmap texture supportedBrian2007-08-083-9/+47
* setup frag shader state: color pass-through programBrian2007-08-081-2/+62
* added assertionBrian2007-08-081-0/+2
* print_vertex func for debuggingBrian2007-08-081-1/+19
* new assertionsBrian2007-08-081-0/+2
* Add D3D9 opcodes up to ps_2_x and vs_2_x.michal2007-08-081-1/+316
* Don't use hardware driver by default, until its working a bit better.Keith Whitwell2007-08-081-1/+1
* The i915simple driver now runs well enough to lock up hardware.Keith Whitwell2007-08-085-22/+36
* Call init_state_funcsKeith Whitwell2007-08-081-0/+1
* Fix typo so that i915simple actually gets used.Keith Whitwell2007-08-081-0/+1
* 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