summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* change triangle orientation, fix exit()Brian2007-08-101-6/+6
|
* asst changes to get softpipe rendering again (no zbuf support for now)Brian2007-08-096-216/+369
|
* init strb->Base.DataType appropriately, clean-upsBrian2007-08-092-3/+13
|
* export softpipe_init_surface_funcs()Brian2007-08-092-7/+7
|
* 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
| | | | | These correspond to the dynamic indirect state, though they are currently just pushed straight to the batch buffer.
* 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 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
|