aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib
Commit message (Collapse)AuthorAgeFilesLines
* cell: disable XShmPutImage for tiled surface for nowBrian Paul2008-09-191-2/+2
| | | | Multiple displays of same surface data causes pixels to get scrambled.
* cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul2008-09-121-5/+12
|
* cell: fix tile twidding bug seen in the event of multiple expose eventsBrian Paul2008-09-111-10/+9
|
* gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/Brian Paul2008-09-111-1/+1
|
* cell: checkpoint commit of new per-fragment processingBrian Paul2008-09-112-1/+41
| | | | | | | Do code generation for alpha test, z test, stencil, blend, colormask and framebuffer/tile read/write as a single code block. Ian's previous blend/z/stencil test code is still there but mostly disabled and will be removed soon.
* scons: Install libGL.so and respective symlinks.José Fonseca2008-09-081-1/+3
|
* gallium: do image clipping in xmesa_display_surface_tiled()Brian Paul2008-09-031-5/+11
|
* cell: move misplaced assertions; put them after ximage is assigned.Brian Paul2008-09-031-4/+4
|
* Cell: added linux-cell-debug configBrian Paul2008-09-031-4/+1
| | | | | linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile.
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-032-2/+2
| | | | | We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed.
* gallium: call st_finish() in XMesaFlush()Brian Paul2008-08-271-0/+1
|
* gallium: thread wrapper clean-upBrian Paul2008-08-263-28/+10
| | | | | In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft.
* gallium: include u_math.hBrian Paul2008-08-251-1/+2
|
* gallium: include u_memory.h, u_math.hBrian2008-08-241-0/+1
|
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-243-3/+3
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* xlib: Revert destroying pipe_screen (temporary).José Fonseca2008-08-191-0/+3
|
* xlib: Kill xmesa_surface.José Fonseca2008-08-151-43/+19
| | | | | | | | | | A winsys cannot expect that the surfaces passed display_surface are the surfaces it created, as surface are now in generate texture views created by pipe_screen. Indeed, the fact it was working so far was mere luck. This fixes a weird tiled output when using the trace pipe driver. Winsys' surfaces should die.
* xlib: Use trace usage.José Fonseca2008-08-142-12/+8
|
* trace: Trace pipe_winsys calls.José Fonseca2008-08-091-1/+6
|
* gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul2008-08-071-0/+5
|
* xlib: Integrate with the trace pipe driver.José Fonseca2008-08-072-25/+42
|
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-273-27/+37
| | | | | The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block.
* scons: Fix i965/xlib build.José Fonseca2008-06-271-1/+6
|
* gallium: additional commentBrian Paul2008-06-061-0/+4
|
* scons: Integrate gdi winsys.José Fonseca2008-06-031-24/+26
| | | | Conditional build of the winsys based on the platform.
* Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-0/+14
|\ | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
| * xlib: add failure paths for context creationKeith Whitwell2008-05-121-0/+14
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-092-0/+12
|\|
| * xlib: more SP_NO_RAST supportKeith Whitwell2008-05-082-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é Fonseca2008-05-072-2/+4
| |
* | Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-127/+133
|\| | | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_atom_sampler.c src/mesa/state_tracker/st_cb_texture.c
| * gallium: fix warningsBrian Paul2008-05-031-1/+1
| |
| * gallium: code movement (XSHM code)Brian Paul2008-05-021-127/+125
| |
| * gallium: comments, clean-upsBrian Paul2008-05-021-1/+9
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-58/+23
|\|
| * gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-58/+23
| | | | | | | | The struct is still there though until all winsys layers are updated
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-0/+2
|/
* gallium: updated comment in xm_flush_frontbuffer()Brian Paul2008-04-291-4/+3
|
* xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size ↵Keith Whitwell2008-04-241-1/+9
| | | | updates fail
* xlib: shortcircuit no-op makecurrentKeith Whitwell2008-04-221-0/+7
|
* xlib: implement SP_NO_RAST env varKeith Whitwell2008-04-221-1/+14
|
* gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul2008-04-091-3/+0
|
* gallium: Only build softpipe driver by default for xlib winsys with scons.Michel Dänzer2008-04-031-2/+0
|
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-312-21/+0
| | | | Not convenient and almost not used at all. Better replacements in p_debug.h
* If visual is 32bpp, set visual->alphaBits = 8.Brian2008-03-271-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 changesIan Romanick2008-03-261-3/+3
|
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-0/+31
| | | | | 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 driverIan Romanick2008-03-254-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/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-271-1/+3
|
* Cell: implement pipe_screen for cell driverBrian2008-02-271-1/+5
|