Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | i965: Add support for math on constants in gen6 brw_wm_glsl.c path. | Eric Anholt | |
Fixes 10 piglit cases that were assertion failing. | |||
2010-11-09 | ir_to_mesa: Refactor code for emitting DP instructions | Ian Romanick | |
2010-11-09 | i965: Allow OPCODE_SWZ to put immediates in the first arg. | Eric Anholt | |
Fixes assertion failure with texture swizzling in the GLSL path when it's triggered (such as gen6 FF or ARB_fp shadow comparisons). Fixes: texdepth texSwizzle fp1-DST test fp1-LIT test 3 | |||
2010-11-09 | glsl: Remove unnecessary "unused variable" warning suppression. | Kenneth Graunke | |
The "instructions" variable -is- used, so the cast to void can go away. | |||
2010-11-09 | intel: Add assert check for blitting alignment. | Peter Clifton | |
Also fixup code comment to reflect that the GPU requires DWORD alignment, but in this case does not actually pass the value "in DWORDs" as I previously stated. | |||
2010-11-09 | Revert "intel: Fix the client-side swapbuffers throttling." | Eric Anholt | |
This reverts commit 76360d6abc9e0195bc5c373101ae616e68b2e6e6. On second thought, it turned out that sync objects also used the wait_rendering API like this, and would need the same treatment, and so wait_rendering itself is fixed in libdrm now. | |||
2010-11-09 | intel: Fix the client-side swapbuffers throttling. | Eric Anholt | |
We were asking for a wait to GTT read (all GPU rendering to it complete), instead of asking for all GPU reading from it to be complete. Prevents swapbuffers-based apps from running away with rendering, and produces a better input experience. | |||
2010-11-09 | glsl: Fix incorrect gl_type of sampler2DArray and sampler1DArrayShadow | Ian Romanick | |
NOTE: this is a candidate for the 7.9 branch. | |||
2010-11-09 | gallivm: Allocate TEMP/OUT arrays only once. | José Fonseca | |
2010-11-09 | gallivm: implement indirect addressing of the output registers | Zack Rusin | |
2010-11-09 | winsys/xlib: Add cygwin to SConscript. | Vinson Lee | |
Fixes SCons NameError exception on Cygwin. | |||
2010-11-09 | r600: fix my pessimism about PIPE_TRANSFER_x flags | Keith Whitwell | |
For some reason I though we needed the _DISCARD flag to avoid readbacks, which isn't true at all. Now write operations should pipeline properly, gives a good speedup to demos/tunnel. | |||
2010-11-09 | r600g: translate ARR instruction | Keith Whitwell | |
2010-11-09 | r600g: attempt to turn on DXTn formats | Keith Whitwell | |
Seems to sort-of work for non-mipmapped textures. Better than just black anyway. | |||
2010-11-09 | r600g: avoid recursion with staged uploads | Keith Whitwell | |
Don't use an intermediate for formats which don't support hardware blits under u_blitter.c, as these will recursively attempt to create a transfer. | |||
2010-11-09 | mesa: no-op glBufferSubData() on size==0 | Brian Paul | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=31439 NOTE: this is a candidate for the 7.9 branch | |||
2010-11-09 | softpipe: can't no-op depth test stage when occlusion query is enabled | Brian Paul | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=31479 | |||
2010-11-10 | st/dri: Add support for surfaceless current contexts. | Chia-I Wu | |
Tested with Wayland. | |||
2010-11-10 | docs: Update egl docs. | Chia-I Wu | |
2010-11-10 | autoconf: Add --enable-gallium-egl. | Chia-I Wu | |
This option comes handy when we want to build gallium DRI drivers but not st/egl. | |||
2010-11-09 | mesa: Clean up header file inclusion in nvprogram.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in multisample.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in matrix.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in lines.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in light.h. | Vinson Lee | |
2010-11-09 | mesa: Add missing header and forward declarations in dd.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in image.h. | Vinson Lee | |
2010-11-09 | gallium/targets: Trivial crosscompiling fix | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-11-09 | svga/drm: Optionally resolve calls to powf during link-time | Thomas Hellstrom | |
When linked with certain builds of libstdc++, it appears like powf is resolved by a symbol in that library. Other builds of libstdc++ doesn't contain that symbol resulting in a linker / loader error. Optionally resolve that symbol and replace it with calls to logf and expf. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-11-09 | st/egl: Fix build for include files in nonstandard places | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-11-09 | mesa: Add talloc includes for gles | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-11-09 | egl: Add an include for size_t | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-11-09 | scons: build the xorg state trackers only when env includes drm | Zack Rusin | |
2010-11-09 | mesa: Clean up header file inclusion in histogram.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in hint.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in framebuffer.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in fog.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in ffvertex_prog.h. | Vinson Lee | |
2010-11-09 | mesa: Clean up header file inclusion in fbobject.h. | Vinson Lee | |
2010-11-09 | glsl: Fix ir_expression::constant_expression_value() | Chad Versace | |
When the type of the ir_expression is error_type, return NULL. This fixes bug 31371. | |||
2010-11-08 | radeon: Implement GL_OES_EGL_image | Johann Rudloff | |
agd5f: add support to radeon/r200/r300 as well | |||
2010-11-08 | radeon: Implement __DRI_IMAGE and EGL_MESA_image_drm | Johann Rudloff | |
2010-11-08 | egl_dri2: Add radeon chip ids | Alex Deucher | |
2010-11-08 | radeon: Implement EGL_MESA_no_surface_extension | Johann Rudloff | |
2010-11-08 | ir_dead_functions: Actually free dead functions and signatures. | Kenneth Graunke | |
This makes linked shaders use around 36k less memory since the built-in prototypes are now freed. | |||
2010-11-08 | graw: Add struct pipe_surface forward declaration. | Vinson Lee | |
Fixes this GCC warning. graw.h:93: warning: 'struct pipe_surface' declared inside parameter list graw.h:93: warning: its scope is only this definition or declaration, which is probably not what you want | |||
2010-11-08 | mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping. | Mario Kleiner | |
A call to radeon_prepare_render() at the beginning of draw operations was placed too deep in the call chain, inside r300RunRenderPrimitive(), instead of r300DrawPrims() where it belongs. This leads to emission of stale target color renderbuffer into the cs if bufferswaps via page-flipping are used, and thereby causes massive rendering corruption due to unsynchronized rendering into the active frontbuffer. This patch fixes such problems for use with the upcoming radeon page-flipping patches. Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de> | |||
2010-11-08 | r600g: implement texture_get_handle (needed for eglExportDRMImageMESA) | Benjamin Franzke | |
2010-11-08 | intel: Fix emit_linear_blit to use DWORD aligned width blits | Peter Clifton | |
The width of the 2D blits used to copy the data is defined as a 16-bit signed integer, but the pitch must be DWORD aligned. Limit to an integral number of DWORDs, (1 << 15 - 4) rather than (1 << 15 -1). Fixes corruption to data uploaded with glBufferSubData. Signed-off-by: Peter Clifton <pcjc2@cam.ac.uk> | |||
2010-11-08 | r600c: properly align mipmaps to group size | Alex Deucher | |
fixes: https://bugs.freedesktop.org/show_bug.cgi?id=31400 |