summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Further opcode list reorg.michal2007-08-091-20/+21
| | | | | | Add TXP opcode. Alias SGN to SSG. Alias EXPP to EXP.
* Quieten TGSIKeith Whitwell2007-08-091-1/+4
|
* Quieten TGSIKeith Whitwell2007-08-092-5/+12
|
* Supporting batchbuffer changes for 1st hwpipe triangles...Keith Whitwell2007-08-092-11/+22
|
* 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
| | | | | | Unbreak the original i915, i915tex drivers. We will have our own version of this functionality in the pipe driver and not attempt to share with the older code.
* Hook up pipe flush functionalityKeith Whitwell2007-08-092-60/+56
|
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-0912-2/+212
| | | | Not sure if finish() is the right interface yet.
* 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 ↵Brian2007-08-083-13/+48
| | | | setting up samplers).
* 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
| | | | | | | | | | This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe.
* 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
| | | | | | Doesn't yet compile, but when it does, it will only draw gouraud tris and even those will be as simple as possible. Needs some 'winsys' support also before that can happen.
* 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
|