summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Emit drawrect command as we no longer ask the kernel to do this.Keith Whitwell2007-08-091-0/+13
|
* Remove unused blit functions.Keith Whitwell2007-08-091-187/+0
|
* Don't reemit hardware state *every* primitive.Keith Whitwell2007-08-094-1/+11
|
* fix merge conflictsBrian2007-08-092-37/+4
|
* don't use intel_read_draw_buffer.c anymoreBrian2007-08-091-1/+0
|
* assertionsBrian2007-08-091-0/+2
|
* *numFormats = 3Brian2007-08-091-1/+1
|
* minor clean-upsBrian2007-08-091-9/+4
|
* remove intel_depthstencil.c and intel_fbo.cBrian2007-08-091-3/+0
|
* Obsolete filesBrian2007-08-094-975/+0
|
* don't include intel_depthstencil.hBrian2007-08-091-1/+0
|
* remove some includesBrian2007-08-094-16/+60
|
* Checkpoint intel_renderbuffer removal.Brian2007-08-098-92/+107
| | | | | | Remove surface ptr from gl_renderbuffer. Use st_renderbuffer in most places. More clean-up.
* remove dead code, remove intel_fbo.h includesBrian2007-08-097-18/+39
|
* surface-related prototypesBrian2007-08-091-0/+14
|
* checkpoint: no longer using intel_fbo.cBrian2007-08-099-53/+241
|
* remove color_rb[] and lots of dead codeBrian2007-08-095-120/+6
|
* disable intel_get_rb_region()Brian2007-08-091-1/+4
|
* checkpoint: more intel_renderbuffer removalBrian2007-08-093-1/+27
|
* checkpoint: intel_renderbuffer removal (intel_renderbuffer now == ↵Brian2007-08-093-14/+15
| | | | gl_renderbuffer
* checkpoint: intel_renderbuffer removal (move vbl_pending field into ↵Brian2007-08-093-8/+25
| | | | intel_framebuffer
* checkpoint: intel_renderbuffer removalBrian2007-08-095-2/+19
|
* Update opcode list.michal2007-08-092-3/+54
|
* 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
|