Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-26 | glx: Remove function prototypes no longer necessary | Kristian Høgsberg | |
2010-07-26 | glx: Drop debug fprintf that snug in with the previous commit | Kristian Høgsberg | |
2010-07-26 | glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined | Kristian Høgsberg | |
Depending on __DRI_COPY_SUB_BUFFER doesn't work when we no longer include dri_interface.h. https://bugs.freedesktop.org/show_bug.cgi?id=29264 | |||
2010-07-26 | glx: Drop duplicate psc field in dri context struct | Kristian Høgsberg | |
Same problem as fixed for drisw in 4d58b5b482d06ab8d4c4b2db33d0b48b7c82d064. | |||
2010-07-24 | glx: Drop duplicate psc field in drisw context struct | Kristian Høgsberg | |
Causing a crash in drisw MakeCurrent. | |||
2010-07-23 | glx: Fix another case of confusing driContext and dri2_context * | Eric Anholt | |
2010-07-23 | glx: Correctly look up the dri2 context pointer for SetTexBuffer. | Eric Anholt | |
gc->driContext points at the second member of the dri2 context. The dri2 context is just a subclass of the GLX context. Fixes piglit tfp testcase. | |||
2010-07-23 | glx: Don't destroy context with XID 0 | Kristian Høgsberg | |
We use XID 0 to indicate the context has already been destroyed, but it's currently bound. | |||
2010-07-23 | glx: Fix use after free case when destroying screens | Kristian Høgsberg | |
2010-07-23 | glx: zero out drawable structs after allocation | Kristian Høgsberg | |
2010-07-23 | glx: Refactor and simplify context creation | Kristian Høgsberg | |
This lets us better separate context creation between the different backends. | |||
2010-07-23 | glx: Fix indirect screen initialization | Kristian Høgsberg | |
https://bugs.freedesktop.org/show_bug.cgi?id=29225 | |||
2010-07-23 | glx: Move context destroy to context vtable | Kristian Høgsberg | |
2010-07-23 | glx: Don't try to swap a front buffer if we don't have one. | Eric Anholt | |
Fixes glean glsl1 since 7b7845a076c933e096ac511b4184141ba194449a | |||
2010-07-22 | glx: Drop screen argument to GetGLXDRIDrawable | Kristian Høgsberg | |
We'll just get it from the returned drawable when we need it. | |||
2010-07-22 | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg | |
2010-07-22 | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | |
2010-07-22 | glx: Use _Xglobal_lock for protecting extension display list | Kristian Høgsberg | |
Avoids double locking glXLock in the X wire to event handlers. | |||
2010-07-21 | glx: Move last few dri_interface.h types out of glxclient.h and drop include | Kristian Høgsberg | |
2010-07-21 | glx: Move __driContext field out of __GLXcontextRec | Kristian Høgsberg | |
2010-07-21 | Revert "dri2: Remove an unused variable." | Jerome Glisse | |
glx_info is used if X_DRI2SwapBuffers is defined This reverts commit c0ca2bfb2ad8cf7fb9d756b5ae52cb77236ff605. | |||
2010-07-21 | dri2: Remove an unused variable. | Carl Worth | |
To quiet a compiler warning. | |||
2010-07-20 | glx: #ifdef DRI specific prototype | Kristian Høgsberg | |
https://bugs.freedesktop.org/show_bug.cgi?id=29162 | |||
2010-07-20 | glx/dri2: Fix dri2CopySubBuffer() again. | Michel Dänzer | |
Only refresh the fake front buffer if there is one, and only destroy the region once. Fixes X11 protocol errors reported by 'mcgreg' on IRC. | |||
2010-07-19 | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg | |
We do this in the X server for DRI2. | |||
2010-07-19 | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg | |
2010-07-19 | glx: Move drawHash to display private | Kristian Høgsberg | |
The XIDs are display wide so the natural location of the hash is here. This way we don't have to lookup in each of the screen hashes. | |||
2010-07-19 | glx: Don't use __glXInitialize() when we might be holding __glXLock() | Kristian Høgsberg | |
2010-07-19 | glx: Workaround mismatch in signedness between extensions and protocol | Kristian Høgsberg | |
The DRI2 protocol for ust, msc and sbc are unsigned but the extensions talk about int64_t. Do a little dance to make the compiler shut up. | |||
2010-07-19 | glx: Move __DRIdrawable pointers to DRI drawable privates | Kristian Høgsberg | |
2010-07-19 | glx: Remove support for MESA_swap_frame_usage | Kristian Høgsberg | |
The extension never worked, the implementation returns GLX_BAD_CONTEXT when enabling the frame tracking. | |||
2010-07-19 | glx: Move __driScreen into the dri screen privates | Kristian Høgsberg | |
2010-07-19 | glx: Move DRI1 specific extensions and code to DRI1 screen private | Kristian Høgsberg | |
2010-07-19 | glx: Move DRI2 extensions to DRI2 screen private | Kristian Høgsberg | |
2010-07-19 | glx: Drop support for GLX_MESA_allocate_memory | Kristian Høgsberg | |
Only r200 implemented it. | |||
2010-07-19 | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | |
GLXscreenConfigs is badly named and a dumping ground for a lot of stuff. This patch creates private screen structs for the dri drivers and moves some of their fields over there. | |||
2010-07-19 | glx: Rename various DRI structs away from obnoxious __GLXfooRec convention | Kristian Høgsberg | |
Enough is enough. | |||
2010-07-19 | glx: Factor out common code from dri2WaitGL() and dri2WaitX() | Kristian Høgsberg | |
2010-07-19 | glx: Dont use dri2WaitX() to update fake front | Kristian Høgsberg | |
This saves a superfluous flush and a create/destryo region. | |||
2010-07-19 | glx: Fix drawable lookup in DRI2 event handler | Kristian Høgsberg | |
DRI2 events are sent to the X drawable ID used to create the DRI2 drawable, not the GLX drawable ID. So when an event comes in, we need to look up the __GLXDRIdrawable by its X drawable ID, which needs a new hash table. | |||
2010-07-15 | glx: Move dereference and initialization to after NULL check. | Vinson Lee | |
2010-07-14 | dri2: Track event mask in client code. | Nick Bowler | |
When direct rendering is being used, DRI2 BufferSwapComplete events are sent unconditionally to clients, even if they haven't been requested. This causes error messages to be printed by every freeglut application of the form freeglut (./gears): Unknown X event type: 104 and might confuse other clients. This is a fixed up version of the patch by Jesse Barnes, which drops BufferSwapComplete events if they are not requested by clients. Fixes fdo bug 27962. Signed-off-by: Nick Bowler <nbowler@draconx.ca> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> | |||
2010-07-01 | mesa: Purge macros NEED_EVENTS and NEED_REPLIES | Fernando Carrijo | |
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-06-02 | glx: fix indentation and remove extraneous break | Brian Paul | |
2010-06-02 | glx: reformat and silence unused expression warning | Brian Paul | |
2010-05-21 | glx: Invalidate drawable in glXBindTexImageEXT() if we don't get events | Kristian Høgsberg | |
When we don't get invalidate events, we need to invalidate a drawable before using it for tfp to make sure we have uptodate buffers. | |||
2010-05-21 | glx: Split tfp functions out to context vtable | Kristian Høgsberg | |
This introduces a new per-context vtable, which lets us clean up all the #ifdef's a bit and move the DRI2 specific implementation into dri2_glx.c. | |||
2010-05-18 | dri2_glx: Put the invalidate b/c code back in | Kristian Høgsberg | |
The backwards compatibility code calls the DRI driver invalidate hook on swap buffer and flush front buffer. This lets the DRI driver rely on invalidate callbacks and drop the glViewport() hack, even if the server doesn't send invalidate events. This is essentially a revert of 2d00d16da7f5d2255cb37b48edaf4cbb9ca7e930, except that we now also pass the __DRI_USE_INVALIDATE extension even when the server doesn't have DRI2 invalidate events. | |||
2010-05-18 | dri2_glx: Terminate loader extension list outside #ifdef | Kristian Høgsberg | |
2010-05-11 | glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we can | Kristian Høgsberg | |
When we have DRI2 protocol at least 2.3, we get an event from the server when the back buffers get invalidated. When that's the case let the driver know that it can rely on invalidate instead of the glViewport polling. |