Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | dri: remove old assertion (see bug 26734) | Brian Paul | |
(cherry picked from commit 293f4d51b473783d5c5ab773a1c438e0a2fe46f2) | |||
2010-02-24 | intel: Implement GL_OES_EGL_image entrypoints | Kristian Høgsberg | |
2010-02-24 | intel: Implement DRI image extension | Kristian Høgsberg | |
2010-02-24 | mesa: put declaration before code | Brian Paul | |
2010-02-24 | core: Implement GL_OES_EGL_image entry points | Kristian Høgsberg | |
2010-02-24 | glapi: GL_OES_EGL_image autogenerated files | Kristian Høgsberg | |
2010-02-24 | glapi: Add GL_OES_EGL_image | Kristian Høgsberg | |
2010-02-24 | st/mesa: updated comments | Brian Paul | |
2010-02-24 | st/mesa: consolidate redundant format conversion code | Brian Paul | |
2010-02-24 | st/mesa: more format code clean-up and removal | Brian Paul | |
2010-02-24 | st/mesa: clean-ups in FBO code | Brian Paul | |
2010-02-24 | st/mesa: clean-up of format-related code | Brian Paul | |
2010-02-24 | st/mesa: use util_format_get_blocksize() | Brian Paul | |
2010-02-24 | st/mesa: code clean-ups in st_renderbuffer_alloc_storage() | Brian Paul | |
2010-02-24 | r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24d | Alex Deucher | |
PRE_EMIT_STATE_BUFSZ accounts for the start 3d, idle, cd/db flush not for state. The relocs for CB_COLOR0_FRAG & CB_COLOR0_TILE are part of the render target state. | |||
2010-02-24 | mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes. | José Fonseca | |
2010-02-24 | mesa: disable unreachable meta mipmap gen code | Brian Paul | |
More work is needed to support 3D mipmap generation. Disable unreachable code until then. See bug 26722. | |||
2010-02-24 | radeon/r200: fix the state emission before kernel clear | Dave Airlie | |
this moves the emission outside the lock and adds r200 support. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-02-24 | r600: Assert that array index is not negative. | Vinson Lee | |
2010-02-24 | radeon: fix bad state emission causes kernel to do bad depth clear | Dave Airlie | |
The kernel lets you clear depth without getting a depth offset from userspace, mesa used to emit state before clear, but that got lost in the refactoring, which made the kernel bug show up. Fix mesa driver to emit the state properly now. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-02-23 | intel: Call intel_prepare_render() in intelMakeCurrent() | Kristian Høgsberg | |
This restores old behaviour, where we end up doing a DRI2GetBuffers() call from intelMakeCurrent(). The idea was that we could do this lazily, just before we start rendering. However, if we don't do the DRI2GetBuffers() round-trip we don't get the drawable size and higher level mesa ends up short-cutting a number of GL calls, such as glClear(). | |||
2010-02-23 | st/mesa: whitespace fixes | Brian Paul | |
2010-02-24 | glapi: fix es after mv | George Sapountzis | |
2010-02-24 | glapi: fix code generation Makefile after mv | George Sapountzis | |
2010-02-24 | glapi: mv code generation to subdir | George Sapountzis | |
This just moves files, code generation Makefile will be fixed in next commit for easier review. | |||
2010-02-23 | i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed. | Eric Anholt | |
Tested with piglit glsl-arb-fragment-coord-conventions. | |||
2010-02-23 | mesa: Assert that array index is not negative. | Vinson Lee | |
2010-02-22 | st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels | Brian Paul | |
This fixes incorrect Z position of glBitmap, glDraw/CopyPixels for the svga driver. Now we use 0.5, 0.5 as is typical for ordinary 3D rendering. (cherry picked from commit bcd561c66777e58dbb29a573c4d2279772bac6c5) | |||
2010-02-22 | st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x | Brian Paul | |
The ST_SURFACE_x values should match the Mesa BUFFER_x values. Added some assertions to prevent future mix-ups. (cherry picked from commit 13cbb5fff68ef8831230638e9f0b29a217750e9d) | |||
2010-02-22 | mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH. | Brian Paul | |
Some st functions assume that they are identical. (cherry picked from commit 9d17ad2891b58de9e33e943ff918a678c6a3c2bd) | |||
2010-02-22 | intel: assert that we do not overflow the batch buffer. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-02-22 | i915: Fix logic !gen >= 3 | Chris Wilson | |
The effect of this was that all objects were aligned to 128 bytes on all generations, rather than just gen2. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-02-22 | i915: Remove superfluous MI_NOOP from vertex emission | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-02-22 | intel: Check that we have a bufmgr or bail out when initializing the context. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-02-21 | st/mesa: Fix memory leak on out-of-memory error path. | Vinson Lee | |
2010-02-21 | mesa: Add assert to check for null pointer dereference. | Vinson Lee | |
2010-02-20 | radeon: Silence compiler format warning. | Vinson Lee | |
2010-02-20 | gamma: Silence uninitialized variable warnings. | Vinson Lee | |
2010-02-20 | gamma: Add missing headers. | Vinson Lee | |
2010-02-20 | gamma: Remove unnecessary header. | Vinson Lee | |
2010-02-20 | intel: Silence compiler format warnings. | Vinson Lee | |
2010-02-19 | mesa: Silence compiler format warning. | Vinson Lee | |
2010-02-19 | mesa: fix snprintf() typo | Brian Paul | |
2010-02-19 | mesa: restore _mesa_snprintf() - it's needed for Windows | Brian Paul | |
This reverts part of commit 298be2b028263b2c343a707662c6fbfa18293cb2 | |||
2010-02-19 | mesa: casts to silence new warnings from printf() | Brian Paul | |
2010-02-19 | mesa: remove abs/negate from fetch_vector1ui() | Brian Paul | |
This function is only used for the NV unpack instructions. Negate/abs make no sense and removing the code fixes Windows compiler warnings. Found by Karl Schultz. | |||
2010-02-19 | intel: Set buffer stamp before getting new buffers | Kristian Høgsberg | |
This way, if we get an invalidate as we update the buffers, we don't clobber the drawable stamp and ignore the invalidate. Pointed-out-by: Francisco Jerez | |||
2010-02-19 | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg | |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |