aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* added null ptr checksBrian2007-08-091-4/+9
* Split texfilter enums to match common hardware usage.Keith Whitwell2007-08-094-26/+54
* silence warningKeith Whitwell2007-08-091-1/+1
* silence warningKeith Whitwell2007-08-091-1/+2
* more work toward texture-based glDrawPixelsBrian2007-08-091-1/+129
* commentsBrian2007-08-091-1/+3
* move viewport Y inversion to state trackerBrian2007-08-092-49/+21
* Add more i915 state packets.Keith Whitwell2007-08-0910-156/+527
* Remove unused fileKeith Whitwell2007-08-091-141/+0
* invert Y axis with the viewport transformation to put things right side upBrian2007-08-091-1/+14
* vertex colors are ARGBBrian2007-08-091-7/+8
* Missing filesKeith Whitwell2007-08-092-0/+515
* Some basic state - blend and ztest sort of work.Keith Whitwell2007-08-096-8/+88
* Remove references to fallbacks from this directoryKeith Whitwell2007-08-092-4/+0
* comments, assertions, etcBrian2007-08-091-3/+11
* ObsoleteBrian2007-08-091-243/+0
* dead code removalBrian2007-08-091-83/+11
* 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 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 == gl_renderbu...Brian2007-08-093-14/+15
* checkpoint: intel_renderbuffer removal (move vbl_pending field into intel_fra...Brian2007-08-093-8/+25
* 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
* 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
* Hook up pipe flush functionalityKeith Whitwell2007-08-092-60/+56