Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | 2008-05-28 | 1 | -0/+14 |
|\ | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c | ||||
| * | xlib: add failure paths for context creation | Keith Whitwell | 2008-05-12 | 1 | -0/+14 |
| | | |||||
* | | i915: Don't segfault on buffer allocation error | Jakob Bornecrantz | 2008-05-28 | 1 | -1/+2 |
| | | |||||
* | | i915: Make EGL_i915 compile | Jakob Bornecrantz | 2008-05-28 | 1 | -3/+3 |
| | | |||||
* | | i915: Make EGL_i915 segfault if modesetting is not working | Jakob Bornecrantz | 2008-05-28 | 1 | -1/+4 |
| | | |||||
* | | Remove CVS keywords. | José Fonseca | 2008-05-26 | 2 | -2/+0 |
| | | |||||
* | | Merge branch 'gallium-tex-surface' into gallium-0.1 | Jakob Bornecrantz | 2008-05-26 | 49 | -734/+10723 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_util.h | ||||
| * | | i915: Revert accidental change | Jakob Bornecrantz | 2008-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | i915: Improved vertex buffer performance | Jakob Bornecrantz | 2008-05-23 | 1 | -3/+19 |
| | | | |||||
| * | | Merge branch 'gallium-i915-current' into gallium-0.1 | Jakob Bornecrantz | 2008-05-23 | 49 | -733/+10706 |
| |\ \ | | |/ | |/| | |||||
| | * | i915: Made EGL report the actual modes on the screen/output pair | Jakob Bornecrantz | 2008-05-23 | 1 | -2/+14 |
| | | | |||||
| | * | i915: Make batchbuffers larger. | Thomas Hellstrom | 2008-05-23 | 2 | -2/+2 |
| | | | |||||
| | * | i915: Use the malloc pool for constant buffers since they don't go to the ↵ | Thomas Hellstrom | 2008-05-23 | 2 | -15/+16 |
| | | | | | | | | | | | | GPU directly. | ||||
| | * | i915: Added EGL winsys | Jakob Bornecrantz | 2008-05-14 | 28 | -0/+7110 |
| | | | |||||
| | * | i915: Real fix for weird fence leak. Thanks Thomas | Jakob Bornecrantz | 2008-04-23 | 2 | -44/+67 |
| | | | |||||
| | * | i915: Fixed weird fence leak when I915_VBUF=true | Jakob Bornecrantz | 2008-04-22 | 1 | -1/+1 |
| | | | |||||
| | * | i915: Changed name to i915_dri.so | Jakob Bornecrantz | 2008-04-15 | 1 | -1/+1 |
| | | | |||||
| | * | Removed intel_ioctl it wasn't needed | Jakob Bornecrantz | 2008-04-14 | 3 | -179/+1 |
| | | | |||||
| | * | Fixed memory leak | Jakob Bornecrantz | 2008-04-12 | 1 | -0/+1 |
| | | | |||||
| | * | i915: Added debug counter to bufmgr | Jakob Bornecrantz | 2008-04-08 | 1 | -0/+9 |
| | | | |||||
| | * | i915: Fixed fence related problems | Jakob Bornecrantz | 2008-04-08 | 2 | -9/+13 |
| | | | |||||
| | * | i915: Fixed fence leak in intel_swapbuffers.c | Jakob Bornecrantz | 2008-04-08 | 1 | -1/+0 |
| | | | |||||
| | * | Added fence counter to fence manager | Jakob Bornecrantz | 2008-04-08 | 1 | -0/+5 |
| | | | |||||
| | * | Fixed user_buffer memory leak | Jakob Bornecrantz | 2008-04-08 | 2 | -2/+3 |
| | | | |||||
| | * | i915: Pulled in changes from i915tex | Jakob Bornecrantz | 2008-04-07 | 23 | -726/+3712 |
| | | | |||||
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-09 | 2 | -0/+12 |
|\| | | |||||
| * | | xlib: more SP_NO_RAST support | Keith Whitwell | 2008-05-08 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | For some resaon normal (non-display-buffer) buffers are being allocated through Xshm... Bypass at least for SP_NO_RAST | ||||
* | | | gallium: Propagate tex_usage flags down to winsys. | José Fonseca | 2008-05-07 | 3 | -3/+6 |
| | | | |||||
* | | | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-06 | 1 | -127/+133 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_atom_sampler.c src/mesa/state_tracker/st_cb_texture.c | ||||
| * | | gallium: fix warnings | Brian Paul | 2008-05-03 | 1 | -1/+1 |
| | | | |||||
| * | | gallium: code movement (XSHM code) | Brian Paul | 2008-05-02 | 1 | -127/+125 |
| | | | |||||
| * | | gallium: comments, clean-ups | Brian Paul | 2008-05-02 | 1 | -1/+9 |
| | | | |||||
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-02 | 1 | -58/+23 |
|\| | | |||||
| * | | gallium: remove the unused softpipe_winsys code | Brian Paul | 2008-05-01 | 1 | -58/+23 |
| | | | | | | | | | | | | The struct is still there though until all winsys layers are updated | ||||
* | | | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 1 | -0/+2 |
|/ / | |||||
* | | gallium: updated comment in xm_flush_frontbuffer() | Brian Paul | 2008-04-29 | 1 | -4/+3 |
| | | |||||
* | | xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size ↵ | Keith Whitwell | 2008-04-24 | 1 | -1/+9 |
| | | | | | | | | updates fail | ||||
* | | xlib: shortcircuit no-op makecurrent | Keith Whitwell | 2008-04-22 | 1 | -0/+7 |
| | | |||||
* | | xlib: implement SP_NO_RAST env var | Keith Whitwell | 2008-04-22 | 1 | -1/+14 |
| | | |||||
* | | gallium: remove unneeded st->haveFramebufferSurfaces field. | Brian Paul | 2008-04-09 | 1 | -3/+0 |
|/ | |||||
* | gallium: Only build softpipe driver by default for xlib winsys with scons. | Michel Dänzer | 2008-04-03 | 1 | -2/+0 |
| | |||||
* | scons: Fix test for building dri/intel winsys. | Michel Dänzer | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | gallium: Eliminate p_winsys::printf | José Fonseca | 2008-03-31 | 3 | -31/+0 |
| | | | | Not convenient and almost not used at all. Better replacements in p_debug.h | ||||
* | If visual is 32bpp, set visual->alphaBits = 8. | Brian | 2008-03-27 | 1 | -0/+8 |
| | | | | | This works since we always use XImages for color buffers. It wouldn't always work for Windows/Pixmaps. | ||||
* | xlib: Fix build error from recent fence changes | Ian Romanick | 2008-03-26 | 1 | -3/+3 |
| | |||||
* | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | 2008-03-26 | 3 | -12/+48 |
| | | | | | The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it. | ||||
* | xlib: Add support for MIT-SHM in xlib winsys driver | Ian Romanick | 2008-03-25 | 4 | -56/+267 |
| | | | | | | Gives about a 3% performance increase in gears on x86-64 (non-tiled) and about 10% performance increase in gears on Cell (tiled). I actually expected more of a boost. :( | ||||
* | gallium: added dummy install target | Brian | 2008-03-14 | 1 | -0/+4 |
| | |||||
* | gallium: Fix scons condition for building the xlib winsys. | Michel Dänzer | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | gallium/i965: implement pipe_screen for i965 driver (untested) | Brian | 2008-02-27 | 1 | -1/+3 |
| |