summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian2007-11-053-0/+41
|
* more dead code removal, clean-upBrian2007-11-051-14/+3
|
* move intelScreenContext() to intel_swapbuffers.c and make staticBrian2007-11-053-26/+22
|
* remove mesa extension codeBrian2007-11-051-100/+0
|
* remove old mesa context creation codeBrian2007-11-051-36/+1
|
* remove dead code, unnecessary #includes, etcBrian2007-11-054-28/+2
|
* remove INTEL_FIREVERTICESBrian2007-11-053-5/+2
|
* remove refcount, fboRect fieldsBrian2007-11-051-5/+0
|
* remove intel->pipe fieldBrian2007-11-053-8/+7
|
* remove some struct declsBrian2007-11-051-2/+0
|
* s/intelDisplayBuffer/intelDisplaySurfaceBrian2007-11-053-9/+9
|
* simplify intelSwapBuffers()Brian2007-11-051-11/+3
|
* remove useless codeBrian2007-11-051-10/+0
|
* remove disabled vblank/sync codeBrian2007-11-055-185/+0
|
* disable vblank/sync codeBrian2007-11-055-1/+24
|
* added check for fb==NULLBrian2007-11-051-1/+3
|
* remove dead pageflip codeBrian2007-11-052-240/+2
|
* disable page flip codeBrian2007-11-052-6/+27
|
* include context.hBrian2007-11-051-0/+1
|
* replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() callBrian2007-11-053-26/+2
|
* call FLUSH_VERTICES() in st_flush()Brian2007-11-051-0/+2
|
* public st_flush()Brian2007-11-052-10/+25
|
* remove extern decls for non-existant functionsBrian2007-11-051-7/+0
|
* #include clean-ups, fixesBrian2007-11-053-3/+2
|
* comment about renderbuffers vs. surfacesBrian2007-11-051-0/+5
|
* remove some dead code, clean-upsBrian2007-11-051-21/+4
|
* more clean-up in intelDisplayBuffer()Brian2007-11-051-14/+14
|
* Check if the user/texenvprogram is just a pass-through program and skip ↵Brian2007-11-041-4/+35
| | | | program concatenation.
* Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca2007-11-034-13/+15
|
* Do something sensible when failed to reserve space in the batch buffer.José Fonseca2007-11-035-18/+17
|
* Detail i915 winsys interface comments.José Fonseca2007-11-031-18/+40
|
* Render primitives using indirect vertices in a vertex buffer.José Fonseca2007-11-031-35/+39
|
* Cleanups.Zack Rusin2007-11-022-5/+8
| | | | | Remove some debugging output and try to make sure that Mesa compiles when configured without LLVM
* Implement sin opcode.Zack Rusin2007-11-025-1/+54
| | | | Seems to have similar rounding border problems as cos.
* Implement scs opcodeZack Rusin2007-11-025-1/+59
|
* Implement COS and CMP opcode.Zack Rusin2007-11-026-68/+379
| | | | | There's some weird rounding issue with COS that I can't figure out.
* Add debugging ifdefs to make it less verboseZack Rusin2007-11-021-1/+11
|
* Get fragment shaders working on top of LLVM.Zack Rusin2007-11-025-772/+1003
| | | | | Redo the entry points, get the output propagation correctly, interpolate the inputs before feeding into llvm for now.
* Change the fragment shader signature to better match actualZack Rusin2007-11-025-362/+819
| | | | arguments that we need there.
* Add basic entry points for fragment shaders.Zack Rusin2007-11-026-31/+132
|
* Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin2007-11-0210-10/+107
| | | | fragment shaders through llvm.
* Start re-working SwapBuffers.Brian2007-11-016-52/+64
| | | | | | | | intelCopyBuffer() is now intelDisplayBuffer(): it displays the given surface in the on-screen window. Added a pipe_surface parameter to winsys->flush_frontbuffer(). Front buffer rendering/flushing actually works now. But, we should only allocate the front surface on demand...
* Use new state tracker context/destroy funcs with wrap Mesa context.Brian2007-11-013-25/+49
|
* Sketch out new create/destroy context functions which create/wrap a Mesa ↵Brian2007-11-012-0/+33
| | | | context.
* disable the driverContext assertionsBrian2007-11-011-2/+2
|
* silence the finalize_mipmap_tree msgBrian2007-11-011-0/+2
|
* don't call _mesa_init_driver_functions()Brian2007-11-011-1/+4
|
* remove _mesa_init_driver_functions()Brian2007-11-011-6/+23
|
* plug in _mesa_test_proxy_teximage, temporarilyBrian2007-11-011-0/+3
|
* remove dead codeBrian2007-11-011-14/+0
|