Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-15 | nouveau: nv30: Hack to enforce same number of bits as front buffer, for ↵ | Patrice Mandin | |
render targets | |||
2009-10-15 | nouveau: nv30: refuse binding a colour buffer with a zeta buffer with ↵ | Patrice Mandin | |
different bits, till the backend can tell Mesa not to do that. | |||
2009-10-15 | st/xorg: refix source over | Zack Rusin | |
2009-10-15 | progs/egl: put declarations before code | Brian Paul | |
2009-10-15 | egl: Rework the synchronization primitives. | Chia-I Wu | |
This adds error checking to the synchronization primitives. And eglWaitGL is now implemented by eglWaitClient. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Rework eglSwapInterval. | Chia-I Wu | |
This adds error checking to eglSwapInterval and clamps the swap interval. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Rework error checking in eglSwapBuffers. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Update comments about eglapi.c. | Chia-I Wu | |
Mention that opaque handles are looked up and checked. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Rework error checking in eglGetCurrentSurface. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Include GL header in eglconfigutil.h. | Chia-I Wu | |
This is just a cosmetic change. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Fix GLX_USE_TLS build. | Chia-I Wu | |
Remove an extraneous semicolon. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Fix eglCheckConfigHandle. | Chia-I Wu | |
A stupid bug by me made the check void. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-14 | trace: Handle transfer returning null | Jakob Bornecrantz | |
2009-10-15 | st/xorg: fix most of the composition modes | Zack Rusin | |
2009-10-14 | r300g: Move ZTOP to its own state atom. | Corbin Simpson | |
It may seem pointless, but this avoids a fair amount of predicted CSO pain. | |||
2009-10-14 | progs/demos: try different depth formats in fbo_firecube.c | Brian Paul | |
2009-10-14 | docs: document more MESA_GLSL env var options | Brian Paul | |
2009-10-14 | mesa: assorted top-level Makefile clean-ups | Brian Paul | |
2009-10-14 | mesa: added VERBOSE_SWAPBUFFERS | Brian Paul | |
2009-10-14 | vbo: clean-ups, reformatting | Brian Paul | |
2009-10-14 | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc. | Brian Paul | |
2009-10-14 | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does | Brian Paul | |
2009-10-14 | mesa: remove unused ctx->Driver.PrioritizeTextures() hook | Brian Paul | |
2009-10-14 | mesa: remove unused ctx->Driver.TextureMatrix() hook | Brian Paul | |
2009-10-13 | st/xorg: Fix dpms include problems | Jakob Bornecrantz | |
2009-10-15 | autoconf: Fix case for not having package | Jakob Bornecrantz | |
2009-10-14 | st/xorg: get transparency on fills working (fixes Qt/KDE apps) | Zack Rusin | |
2009-10-14 | i915g: Fix warnings | Jakob Bornecrantz | |
2009-10-14 | r600: enable EXT_vertex_array_bgra extensions | Alex Deucher | |
2009-10-14 | util: Fix cpu detection on Windows. Cleanup. | José Fonseca | |
2009-10-14 | llvmpipe: Use ALIGN_STACK. | José Fonseca | |
2009-10-14 | gallium: New ALIGN_STACK macro to tell gcc to align stack pointer. | José Fonseca | |
2009-10-14 | scons: Disable SSE intrinsics on MinGW. | José Fonseca | |
-mstackrealign causes stack corruption on MinGW. And without it the ability to use SSE instrinsics goes down the drain. Even if we use __attribute__((force_align_arg_pointer)) for the functions we explicitly use SSE instrinsics, the SSE code automatically generated by gcc will cause assertion failures. What a nightmare. Thankfully LLVM gets this right, so all runtime generated SSE code just works. rtasm code doesn't assume 16byte alignment. Therefore the bulk of our performance sensitive code is not affected by this. Still, intrinsics can be convenient, and it would be nice to get this working again some day, sp will try to get a reduced test case. | |||
2009-10-14 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-10-14 | progs/Makefile: remove extra quoting | Brian Paul | |
This reverts part of commit 115edf24a9128b79dfa5f30482c990e2cb898357 and fixes the error: "/bin/sh: line 0: test: too many arguments". | |||
2009-10-14 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-10-14 | mesa: remove left-over debug printf | Brian Paul | |
2009-10-14 | prog/tests: Fix MSVC build. | Vinson Lee | |
2009-10-14 | r300g: Move ztop to derived state. | Corbin Simpson | |
Need to get it into its own atom instead of piggybacking on DSA. | |||
2009-10-14 | r300g: Compiler warning cleanup. | Corbin Simpson | |
2009-10-14 | r300g: remove buffer add that should be unnecessary. | Dave Airlie | |
This should be handled in the emit fine | |||
2009-10-14 | r300g: add QUERY to KITCHEN_SINK | Dave Airlie | |
I missed this, thanks to Corbin for pointing it out. | |||
2009-10-14 | r300g: add one more ZTOP disable bit. | Dave Airlie | |
Still missing the frag uses kill support, hopefully nha can point that out. | |||
2009-10-14 | r300g: port over last parts of oq support. | Dave Airlie | |
Add support for begin/end in each CS so we don't get any other processes rendering in between. TODO: blame other parts of driver for this not working like Z. | |||
2009-10-14 | r300g: convert query to a state for emitting. | Dave Airlie | |
This means we don't emit in the begin query but when we have to flush. Similiar to classic. TODO: make query object actually work. | |||
2009-10-14 | r300g: fixup arb occulsion query support. | Dave Airlie | |
1: add rv530 support - num z pipes cap - add proper start/finish query options for rv530 2: convert to use linked list properly. 3: add flushing required check. 4: initial Z top disabling support. TODO: make it actually work on my rv530. | |||
2009-10-14 | r300g: attempt to make bo space check sane. | Dave Airlie | |
This attempts to make r300g do proper bo space checking as opposed to whatever it was doing now. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-10-14 | r300g: fix case where texture unit 0 is disabled but unit 1 is enabled. | Dave Airlie | |
to reproduce, start texrect, disable 0 texture in menu. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-10-13 | mesa: minor tweak to printf string | Brian Paul | |
2009-10-13 | mesa: rework _mesa_read_shader() debug hook | Brian Paul | |
Look for shaders named "newshader_<CHECKSUM>" to replace the incoming shader text. For debug purposes. |