Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell | |
2009-03-20 | stw: Do not err on nil context handle in MakeCurrent(). | Michal Krol | |
2009-03-20 | stw: Use u_handle_table to maintain context list. | Michal Krol | |
2009-03-20 | stw: Keep per-thread storage for current context and pixel format. | Michal Krol | |
2009-03-18 | st: call _glapi_check_multithread from st_make_current | Keith Whitwell | |
This function is called from many OS-dependent versions of MakeCurrent. Move the check for multithreading to this central location to avoid having to make this check from all the callers. | |||
2009-03-18 | stw: Fix makeCurrent. | Thomas Hellstrom | |
Flush if we change current context. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-03-18 | xlib st: Fix makeCurrent. | Thomas Hellstrom | |
Flush if we change context. Also reinstate the old optimization of doing nothing if nothing changes. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-03-18 | st/dri2: use pipe_screen.is_format_supported to choose depth/stencil format | Ben Skeggs | |
2009-03-17 | python: Return on unknown pixel format. | Michal Krol | |
2009-03-17 | python: Fix build after refcount rework. | Michal Krol | |
2009-03-17 | python: Include `p_winsys_screen.h'. | Michal Krol | |
2009-03-17 | python: Do not pass screen object to pipe_buffer_reference. | Michal Krol | |
2009-03-16 | python: Use transfer object to read from a surface. | Michal Krol | |
2009-03-16 | python: pipe_vertex_buffer's pitch member has been renamed to stride. | Michal Krol | |
2009-03-16 | python: size is not a member of pipe_constant_buffer any more. | Michal Krol | |
2009-03-16 | python: Include missing `p_compiler.h' header. | michal | |
2009-03-16 | python: Do not pass shader_state to util shader functions. | michal | |
2009-03-16 | python: Use transfer objects to initialise texture data. | michal | |
2009-03-16 | python: Use new bypass_vs_clip_and_viewport rasteriser flag. | michal | |
2009-03-15 | dri2-gallium: Add occlusion query support at the state tracker level. | Corbin Simpson | |
2009-03-14 | nouveau: bypass_vs_clip_and_viewport | Younes Manton | |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | |
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | |||
2009-03-12 | wgl: add new dispatch stubs | Brian Paul | |
2009-03-12 | stw: fix uninitialized variable issue | Keith Whitwell | |
2009-03-09 | scons: Also define USE_XSHM for the glx/xlib state tracker build. | Michel Dänzer | |
Fixes an inconsisten definition of struct xmesa_buffer between there and winsys/xlib, resulting in a crash in XPutImage. | |||
2009-03-09 | Fix up another instance of _mesa_unreference_framebuffer(). | Michel Dänzer | |
2009-03-06 | wgl: Check support for all other depth/stencil formats. | José Fonseca | |
2009-03-06 | wgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8. | José Fonseca | |
2009-03-05 | st/xorg: Clean up xorg_exa.c a bit | Jakob Bornecrantz | |
2009-03-05 | st/xorg: Change format function a bit | Jakob Bornecrantz | |
2009-03-05 | st/xorg: Fix transfer double free | Jakob Bornecrantz | |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer | |
The core reference counting code is centralized in p_refcnt.h. This has some consequences related to struct pipe_buffer: * The screen member of struct pipe_buffer must be initialized, or pipe_buffer_reference() will crash trying to destroy a buffer with reference count 0. u_simple_screen takes care of this, but I may have missed some of the drivers not using it. * Except for rare exceptions deep in winsys code, buffers must always be allocated via pipe_buffer_create() or via screen->*buffer_create() rather than via winsys->*buffer_create(). | |||
2009-03-04 | st/dri2: Fake frontbuffer changes | Jakob Bornecrantz | |
Front buffer rendering works as it stands but it completely wrong. But as it stands fake front buffer rendering is completely broken. So we keep it as it is. But lets atleast handle it in the get buffers code. | |||
2009-03-04 | st/dri2: Hook up flush_frontbuffer | Jakob Bornecrantz | |
Doesn't do anything because we can't tell the X server about any changes to the fake front buffer. | |||
2009-03-04 | st/dri2: We are strictly a dri2 driver | Jakob Bornecrantz | |
2009-03-03 | st/drm: s/hocks/hooks/ | Jakob Bornecrantz | |
2009-03-03 | wgl: Support the same combinations of single buffer pixel formats. | José Fonseca | |
2009-03-03 | st/xorg: Add Xorg state tracker | Jakob Bornecrantz | |
2009-03-03 | st/dri2: Add DRI2 a state tracker | Jakob Bornecrantz | |
This was based of the unfinnished code that Keith Whitwell started on but never finnished. I moved the code from the glx directory because dri drivers can be used for more things then just glx. | |||
2009-02-27 | egl: Fix for minor api change | Jakob Bornecrantz | |
2009-02-25 | egl: remove compiler flags from CFLAGS | Brian Paul | |
The incoming CFLAGS already has -fPIC and -Wall. Don't want -g here either. | |||
2009-02-25 | egl: add comment/reminder to fix the CFLAGS in this Makefile | Brian Paul | |
2009-02-25 | gallium: Fix build when exiting CFLAGS contains a path with different gl.h | Benjamin Close | |
If a path is in CFLAGS when building and that path contains gl.h then the wrong gl.h is used when building. This can lead to very confusing errors. The solution is rather than postpend the CFLAGS we prepend the paths as expected allowing compilation to occur as intended Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com> | |||
2009-02-24 | st/wgl: silence some debug | Keith Whitwell | |
2009-02-23 | Merge commit 'origin/gallium-0.1' | José Fonseca | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c src/gallium/auxiliary/util/u_tile.c | |||
2009-02-23 | wgl: Enable the use of Win32 threads. | José Fonseca | |
2009-02-22 | gallium: remove dependency on main/glheader.h in glxapi.c | Brian Paul | |
Only needed it for the PUBLIC macro. | |||
2009-02-20 | python: More efficient blits from surfaces. | José Fonseca | |
C code instead of interpreted python code. | |||
2009-02-20 | python/interpreter: Don't do unnecessary updates. | José Fonseca | |
2009-02-20 | python/retrace: Verbosity level. | José Fonseca | |