Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-01 | st/xvmc: Set default CSC matrix to BT.601, no ProcAmp, full range RGB. | Younes Manton | |
2009-10-01 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-10-01 | st/xorg: Check that ms->api->destroy is not NULL before calling it. | Michel Dänzer | |
Fixes potential crash on X server shutdown. | |||
2009-10-01 | gallium: remove depth.occlusion_count flag | Keith Whitwell | |
This was redundant as drivers can just keep track of whether they are inside a begin/end query pair. We want to add more query types later and also support nested queries, none of which map well onto a flag like this. No driver appeared to be using the flag. | |||
2009-09-30 | st/xorg: Fix debug option function call typo. | Michel Dänzer | |
2009-09-30 | st/egl: Fix a double free in drm_destroy_context. | Chia-I Wu | |
st_destroy_context has destroyed the pipe context for us. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-09-30 | st/egl: Fix a crash when unbinding current context. | Chia-I Wu | |
This fixes a NULL-pointer dereference when eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT) is called. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-09-29 | gallium/xlib: fix GLX_RENDER_TYPE query | Brian Paul | |
Return GLX_RGBA_TYPE or GLX_COLOR_INDEX_TYPE. | |||
2009-09-29 | python: Update for surface_buffer_create change. | José Fonseca | |
2009-09-28 | st/xorg: Add debug for fallbacks | Jakob Bornecrantz | |
2009-09-28 | st/xorg: Make debug printing optional | Jakob Bornecrantz | |
2009-09-28 | xvmc: Fail on unsupported formats, operations. | Younes Manton | |
2009-09-27 | g3dvl: Formatting and cleanups. | Younes Manton | |
2009-09-27 | g3dvl: Move XvMC under the Xorg state tracker. | Younes Manton | |
2009-09-27 | st/egl: Remove buffer from screen | Jakob Bornecrantz | |
It is no longer needed since the new drm api code, and it incorrectly checked if the buffer where there for testing completeness when it should have checked the texture instead. | |||
2009-09-25 | st/xorg: Re-enable accelerated fills and copies. | Michel Dänzer | |
These seem to work well enough now with the new code. Composite acceleration isn't quite there yet and thus remains disabled in xorg_composite_bind_state() for now. | |||
2009-09-25 | st/xorg: Flush render cache if but only if a source has pending write ↵ | Michel Dänzer | |
operations. | |||
2009-09-25 | st/xorg: Reject Composite acceleration for some cases not working yet. | Michel Dänzer | |
2009-09-25 | st/xorg: Make sure struct is fully initialized. | Michel Dänzer | |
gcc complained about a missing initializer. | |||
2009-09-25 | st/xorg: Use generic semantic for Composite mask coordinates. | Michel Dänzer | |
2009-09-25 | st/xorg: Flesh out EXA PrepareComposite hook a little. | Michel Dänzer | |
Check that the formats are supported, and don't crash with source-only pictures. | |||
2009-09-25 | st/xorg: Use I8 format instead of A8 for depth 8 pixmaps. | Michel Dänzer | |
Seems to work better for Composite acceleration. | |||
2009-09-25 | st/xorg: Bind rasterizer state for copies. | Michel Dänzer | |
2009-09-25 | st/xorg: Source-only pictures always have format PICT_a8r8g8b8. | Michel Dänzer | |
See xserver/render/picture.c:createSourcePicture(). This both simplifies the code and avoids a crash because pFormat is NULL. | |||
2009-09-25 | st/xorg: Better checks for unsupported component alpha pictures. | Michel Dänzer | |
2009-09-24 | st/xorg: start working on the Xv acceleration code | Zack Rusin | |
2009-09-24 | st/xorg: fills are supported plussome minor clenups | Zack Rusin | |
2009-09-24 | st/xorg: add easier way of disabling/enabling acceleration | Zack Rusin | |
2009-09-24 | wgl: DWM integration. | José Fonseca | |
2009-09-23 | st/xorg: fix a typo | Zack Rusin | |
it'd be too easy, eh | |||
2009-09-23 | st/xorg: keep the user buffer contents around | Zack Rusin | |
Michel noticed that they were getting out of scope | |||
2009-09-23 | wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks. | José Fonseca | |
While the WGL API has been stale for decades now, the ICD interface has been updated with new Windows versions, so it is much easier to define everything in terms of the ICD interfaces, which is pretty much what Microsoft's opengl32.dll does anyway. | |||
2009-09-23 | wgl: Flatten the source tree. | José Fonseca | |
It is easier to have the WGL API on top of the ICD callbacks as Microsoft's own implementation does, than to have a seperate shared entity. This source reorganization is in antecipation of that. | |||
2009-09-23 | wgl: Fix debug_printf format specifiers. | José Fonseca | |
2009-09-22 | st/xorg: Fix two leeks | Jakob Bornecrantz | |
We where leaking both surfaces in the composit code and textures from pixmaps. | |||
2009-09-21 | xorg/st: fixup builds against later dpms headers. | Dave Airlie | |
2009-09-15 | st/xorg: fixing copies and composite shaders | Zack Rusin | |
copies were busted when src == dst. also the composite shaders were incorrectly using the fragments instead of the texture coordinate. | |||
2009-09-15 | st/xorg: lots of fixes | Zack Rusin | |
fixes blending binding and copy coordinates | |||
2009-09-15 | st/xorg: Brian suggested that those could be mad's | Zack Rusin | |
optimizes the common paths | |||
2009-09-15 | st/xorg: Only unreference texture on pixmap destruction, don't destroy it. | Michel Dänzer | |
Fixes memory corruption if e.g. the driver still has references to the texture. | |||
2009-09-15 | st/xorg: Explicitly check whether the driver supports the pixmap formats. | Michel Dänzer | |
Rather than arbitrarily checking for pixmap depth < 15. | |||
2009-09-15 | st/xorg: Use A8 format for depth 8 pixmaps. | Michel Dänzer | |
The inconsistent bpp caused issues with UploadTo/DownloadFromScreen. | |||
2009-09-15 | st/g3dvl: pass color values to softpipe clear function | Cooper Yuan | |
2009-09-14 | st/xorg: add some debugging helpers | Zack Rusin | |
2009-09-14 | st/xorg: fix ureg_DECL_constant() parameters | Brian Paul | |
This fixes the compilation errors reported in bug 23945 but someone more familiar with the code should review for correctness and close the bug report. | |||
2009-09-14 | g3dvl: update tgsi_opcode in order to build g3dvl library | Cooper Yuan | |
2009-09-12 | tgsi/ureg: give ureg_DECL_constant an explicit index parameter | Keith Whitwell | |
Avoid the need to emit all constant declarations in order. Makes referring to a specific constant in the constant buffer much easier. | |||
2009-09-12 | tgsi/ureg: VS inputs don't have any semantic tags, just an index | Keith Whitwell | |
Fix ureg_DECL_vs_input to reflect this and fix up all callers. | |||
2009-09-10 | st/xorg: rename ctx to pipe to match every other gallium state tracker | Zack Rusin | |
plus it avoids the "ctx->ctx->" syntax | |||
2009-09-10 | st/xorg: temporarily disablie copies | Zack Rusin | |