Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only string | Alan Coopersmith | 2011-04-08 | 1 | -1/+19 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | Revert "r300g: handle DISCARD_WHOLE_RESOURCE for buffers" | Marek Olšák | 2011-04-08 | 1 | -25/+10 |
| | | | | | | | | | | | | | This reverts commit 437c748bf5072d2bded77a00c74c51cdb8b510e5. The commit is wrong for several reasons. One of them is when we grab a new buffer, we should update all the states it is bound in, including all parallel contexts. I don't think this is even doable. The correct solution would be upload data via a temporary buffer and do resource_copy_region to the original one. https://bugs.freedesktop.org/show_bug.cgi?id=36088 | ||||
* | r300g: fix another crash with hyperz | Marek Olšák | 2011-04-08 | 2 | -22/+2 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=36086 | ||||
* | r300g: fix crash when adding a new relocation | Marek Olšák | 2011-04-08 | 1 | -1/+2 |
| | | | | | | | No idea why it's so hard to reproduce. Broken with: c35572352e3e92683988ee8d151b47f4190d62f9 Thanks to Toni Spets for assistance. | ||||
* | r300g: emit US_FORMAT on R520 only | Marek Olšák | 2011-04-08 | 2 | -2/+2 |
| | |||||
* | i965/fs: Remove broken optimization for live intervals in loops. | Eric Anholt | 2011-04-08 | 1 | -4/+2 |
| | | | | | | | | | The theory here was to detect a temporary variable used within a loop, and avoid considering it live across the entire loop. However, it was overeager and failed when the first definition of the variable appeared within the loop but was only conditionally defined. Fixes glsl-fs-loop-redundant-condition. | ||||
* | u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOs | Marek Olšák | 2011-04-08 | 2 | -2/+6 |
| | |||||
* | r300g: fix crash with hyperz | Marek Olšák | 2011-04-08 | 1 | -6/+4 |
| | | | | r300_update_hyperz_state is no longer required to be called here. | ||||
* | r300g: Properly take the sampler view's first_level into account when sampling. | Henri Verbeet | 2011-04-08 | 1 | -15/+21 |
| | | | | | Signed-off-by: Brian Paul <[email protected]> Signed-off-by: Marek Olšák <[email protected]> | ||||
* | llvmpipe: Take the sampler view's first_level into account when sampling. | Fabian Bieler | 2011-04-08 | 14 | -33/+78 |
| | |||||
* | softpipe: Take the sampler view's first_level into account when sampling. | Henri Verbeet | 2011-04-08 | 1 | -16/+16 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | st/mesa: Clamp min_lod to the max miplevel as well. | Henri Verbeet | 2011-04-08 | 1 | -1/+3 |
| | | | | | | | | Otherwise min_lod can potentially be larger than the clamped max_lod. The code that follows will swap min_lod and max_lod in that case, resulting in a max_lod larger than MAX_LEVEL. Signed-off-by: Brian Paul <[email protected]> | ||||
* | st/mesa: Set samplers views' first_level. | Henri Verbeet | 2011-04-08 | 2 | -7/+6 |
| | | | | | | | | Base level and min LOD aren't equivalent. In particular, min LOD has no effect on image array selection for magnification and non-mipmapped minification. Signed-off-by: Brian Paul <[email protected]> | ||||
* | r300g: do not advertise R16F and RG16F on DRM < 2.8.0 | Marek Olšák | 2011-04-08 | 1 | -2/+5 |
| | |||||
* | r300g: fix texturing with sizes > 2048 on r500 | Marek Olšák | 2011-04-08 | 7 | -8/+52 |
| | |||||
* | r300g: add 'radeon: ' prefix to error messages in winsys | Marek Olšák | 2011-04-08 | 2 | -5/+5 |
| | |||||
* | mesa: fix dstRowDiff computation in RGTC texstore functions | Marek Olšák | 2011-04-08 | 1 | -4/+4 |
| | | | | | Copied from libtxc_dxtn, this fixes NPOT RGTC1 textures with r300g. I also did the same for RGTC2. | ||||
* | egl_dri2.c: Open drm device with O_CLOEXEC | Kristian Høgsberg | 2011-04-07 | 1 | -1/+1 |
| | | | | Not a good fd to leak. | ||||
* | r600g: Unreference framebuffer state on context destruction. | Henri Verbeet | 2011-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | r600g: Use symbolic names for NUMBER_TYPE. | Henri Verbeet | 2011-04-07 | 2 | -5/+5 |
| | | | | Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | docs: replace llvmpipe/README with docs/llvmpipe.html | Brian Paul | 2011-04-07 | 1 | -138/+0 |
| | |||||
* | llvmpipe: document issue with LLVM 2.8 and earlier with AVX | Brian Paul | 2011-04-07 | 1 | -0/+4 |
| | |||||
* | util: add cpu detection for sse 4.2 and avx | Brian Paul | 2011-04-07 | 2 | -0/+6 |
| | |||||
* | util: simplify bit shifting in util_cpu_detect() | Brian Paul | 2011-04-07 | 1 | -11/+11 |
| | |||||
* | svga: another tweak to adjust_x term (use -0.5) | Brian Paul | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | mesa: Update _ElementSize in a few more places. | José Fonseca | 2011-04-07 | 3 | -0/+5 |
| | |||||
* | mesa/st: Fix user buffer size computation when stride is zero. | José Fonseca | 2011-04-07 | 3 | -41/+54 |
| | | | | | | | | | | | | | | | | | | | Although for GL a zero stride means tightly packed elements, Mesa internally uses zero strides for constant arrays. Therefore user buffers need to be defined from buffer_offset + src_offset + min_index*stride to buffer_offset + src_offset + max_index*stride + elem_size Simplifying the later with (max_index + 1)*stride will give zero sized buffers. This change also aggregates the st_context's info about user buffers into a single array. | ||||
* | mesa: Update _ElementSize. | Brian Paul | 2011-04-07 | 5 | -0/+7 |
| | |||||
* | mesa/st: Prevent 'end' < 'start' in vbo_exec_DrawRangeElementsBaseVertex() | José Fonseca | 2011-04-07 | 1 | -1/+6 |
| | | | | | | | | We adjust 'end' to fit into _MaxElement, but that may result into a 'start' value bigger than 'end' being passed downstream, causing havoc. This could be seen with arb_robustness_draw-vbo-bounds, due to an application bug. | ||||
* | mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending ↵ | José Fonseca | 2011-04-07 | 1 | -2/+13 |
| | | | | | | | | order. Simply port the same logic from setup_interleaved_attribs(). Avoids overflow in mustpass.c and feedback.c conform tests. | ||||
* | i965: clear global offset to zero in m0.2 for VS DP read. | Zou Nan hai | 2011-04-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Zou Nan hai <[email protected]> | ||||
* | mesa: Fix allocation size of extension_indices array. | Vinson Lee | 2011-04-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: fix error message text | Brian Paul | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | mesa: consolidate code in _mesa_update_array_max_element() | Brian Paul | 2011-04-06 | 3 | -63/+35 |
| | |||||
* | r600g: Fix non-independent blend state. | Julian Adams | 2011-04-06 | 2 | -14/+20 |
| | | | | | | This fixes piglit fbo/fbo-drawbuffers-blend-add. Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | mesa: init/release the default texture buffer object | Brian Paul | 2011-04-06 | 1 | -0/+8 |
| | |||||
* | mesa: fix popping of texture state for GL_TEXTURE_BUFFER | Brian Paul | 2011-04-06 | 1 | -0/+2 |
| | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=36032 | ||||
* | mesa: TEXTURE_BUFFER fix-up | Brian Paul | 2011-04-06 | 1 | -0/+1 |
| | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=36033 | ||||
* | r300/compiler: Don't try to convert RGB to Alpha in full instructions | Tom Stellard | 2011-04-06 | 1 | -1/+2 |
| | | | | Note: This is a candidate for the 7.10 branch. | ||||
* | mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options. | José Fonseca | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | draw: Fix thinko in debug warnings. | José Fonseca | 2011-04-06 | 1 | -3/+3 |
| | |||||
* | trace: Correct/cleanup. | José Fonseca | 2011-04-06 | 6 | -74/+114 |
| | | | | | | | | | Observe the actual type hierarchy and polymorphism of sampler views and surface state. s/texture/resource/ etc. | ||||
* | Revert "trace: Dump blend state as a binary blob." | José Fonseca | 2011-04-06 | 1 | -1/+37 |
| | | | | | | | This reverts commit dcdf94c87c087186f963b6e201b2989c61a76ef0. No retrace support anymore, so human-legible representation of blend state is much more useful than a blob. | ||||
* | st/python: Remove bindings, and all its dependencies. | José Fonseca | 2011-04-06 | 100 | -7329/+8 |
| | | | | | | | | | Because: - bindings are not fully automatic, and they are broken most of the time - unit tests/samples can be written in C on top of graw - tracing/retracing is more useful at API levels with stable ABIs such as GL, producing traces that cover more layers of the driver stack and and can be used for regression testing | ||||
* | swrast: simplify assertion to silence warning | Brian Paul | 2011-04-05 | 1 | -6/+1 |
| | |||||
* | mesa: core support for GL_ARB_texture_buffer_object | Brian Paul | 2011-04-05 | 12 | -6/+357 |
| | | | | No GLSL or driver support yet. | ||||
* | mesa: regenerated API entrypoints for GL_ARB_texture_buffer_object | Brian Paul | 2011-04-05 | 10 | -8648/+8735 |
| | |||||
* | mesa: API spec for GL_ARB_texture_buffer_object | Brian Paul | 2011-04-05 | 3 | -0/+25 |
| | |||||
* | scons: Generate empty git_sha1.h for all platforms. | Vinson Lee | 2011-04-05 | 1 | -9/+9 |
| | | | | Fixes MinGW SCons build. | ||||
* | ir_to_mesa: Use gl_register_file enum type rather than 'int'. | Kenneth Graunke | 2011-04-05 | 1 | -5/+5 |
| | | | | | | src_reg already used this; make dst_reg use it too. Reviewed-by: Ian Romanick <[email protected]> |