Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove unused ctx->Driver.TextureMatrix() hook | Brian Paul | 2009-10-14 | 3 | -9/+0 |
| | |||||
* | st/xorg: Fix dpms include problems | Jakob Bornecrantz | 2009-10-13 | 2 | -3/+2 |
| | |||||
* | st/xorg: get transparency on fills working (fixes Qt/KDE apps) | Zack Rusin | 2009-10-14 | 2 | -7/+15 |
| | |||||
* | i915g: Fix warnings | Jakob Bornecrantz | 2009-10-14 | 2 | -2/+2 |
| | |||||
* | r600: enable EXT_vertex_array_bgra extensions | Alex Deucher | 2009-10-14 | 1 | -0/+1 |
| | |||||
* | util: Fix cpu detection on Windows. Cleanup. | José Fonseca | 2009-10-14 | 1 | -10/+9 |
| | |||||
* | llvmpipe: Use ALIGN_STACK. | José Fonseca | 2009-10-14 | 1 | -0/+1 |
| | |||||
* | gallium: New ALIGN_STACK macro to tell gcc to align stack pointer. | José Fonseca | 2009-10-14 | 1 | -0/+6 |
| | |||||
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-14 | 1 | -3/+3 |
|\ | |||||
| * | i965: Fix the last valid address setting for the index buffer. | Eric Anholt | 2009-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Again, last valid address, not first invalid address. Fixes regression in 255e5be265133280293bbfd8b2f9b74b2dec50bb that the kernel now catches and caused piglit draw_elements_base_vertex to fail. | ||||
| * | i965: Fix the bounds emitted in the vertex buffer packets. | Eric Anholt | 2009-10-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | It's the address of the last valid byte, not the address of the first invalid byte. This should also fix problems with rendering with the new sanity checks in the kernel. | ||||
* | | mesa: remove left-over debug printf | Brian Paul | 2009-10-14 | 1 | -1/+0 |
| | | |||||
* | | r300g: Move ztop to derived state. | Corbin Simpson | 2009-10-14 | 2 | -10/+36 |
| | | | | | | | | Need to get it into its own atom instead of piggybacking on DSA. | ||||
* | | r300g: Compiler warning cleanup. | Corbin Simpson | 2009-10-14 | 4 | -11/+3 |
| | | |||||
* | | r300g: remove buffer add that should be unnecessary. | Dave Airlie | 2009-10-14 | 1 | -6/+0 |
| | | | | | | | | This should be handled in the emit fine | ||||
* | | r300g: add QUERY to KITCHEN_SINK | Dave Airlie | 2009-10-14 | 1 | -1/+1 |
| | | | | | | | | I missed this, thanks to Corbin for pointing it out. | ||||
* | | r300g: add one more ZTOP disable bit. | Dave Airlie | 2009-10-14 | 2 | -1/+9 |
| | | | | | | | | Still missing the frag uses kill support, hopefully nha can point that out. | ||||
* | | r300g: port over last parts of oq support. | Dave Airlie | 2009-10-14 | 5 | -9/+16 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | r300g: convert query to a state for emitting. | Dave Airlie | 2009-10-14 | 3 | -5/+20 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | r300g: fixup arb occulsion query support. | Dave Airlie | 2009-10-14 | 11 | -43/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | r300g: attempt to make bo space check sane. | Dave Airlie | 2009-10-14 | 4 | -3/+38 |
| | | | | | | | | | | | | | | This attempts to make r300g do proper bo space checking as opposed to whatever it was doing now. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | | r300g: fix case where texture unit 0 is disabled but unit 1 is enabled. | Dave Airlie | 2009-10-14 | 1 | -7/+9 |
| | | | | | | | | | | | | to reproduce, start texrect, disable 0 texture in menu. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | | mesa: minor tweak to printf string | Brian Paul | 2009-10-13 | 1 | -1/+1 |
| | | |||||
* | | mesa: rework _mesa_read_shader() debug hook | Brian Paul | 2009-10-13 | 1 | -12/+12 |
| | | | | | | | | | | Look for shaders named "newshader_<CHECKSUM>" to replace the incoming shader text. For debug purposes. | ||||
* | | mesa: don't print pointer in _mesa_fprint_parameter_list() | Brian Paul | 2009-10-13 | 1 | -1/+2 |
| | | |||||
* | | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick | 2009-10-13 | 4 | -18/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once the clipping distance is calculated and stored per vertex, the distances can be re-used when clipping is actually performed. This doesn't have any immediate benefit, but it paves the way for implementing gl_ClipDistance in vertex shaders and result.clip[] in vertex programs. This has not produces any oglconform regressions on my G31 system which uses software TNL. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | | nouveau: nv30: use texture width,height for render target dimensions | Patrice Mandin | 2009-10-13 | 1 | -3/+2 |
| | | |||||
* | | egl: Improve logging facility. | Chia-I Wu | 2009-10-13 | 3 | -54/+145 |
| | | | | | | | | | | | | | | Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the message logger or report level. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | egl: Allow binding to any client API. | Chia-I Wu | 2009-10-13 | 5 | -42/+19 |
| | | | | | | | | | | | | | | As a result, EGL_NONE is no longer a valid client API. And it is possible that no config supports the current bound API. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | egl: Preload a driver if eglGetProcAddress is called early. | Chia-I Wu | 2009-10-13 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | egl: Remove core functions from eglGetProcAddress. | Chia-I Wu | 2009-10-13 | 1 | -45/+16 |
| | | | | | | | | | | | | | | eglGetProcAddress may not be used to query core (non-extension) functions. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | egl: Add support for driver built-in. | Chia-I Wu | 2009-10-13 | 2 | -68/+93 |
| | | | | | | | | | | | | | | | | This allows an EGL driver to be compiled together with libEGL.so. It eliminates the need to specify a driver, or support module loading on new platforms. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | st/xorg: solid fills with masks are supported | Zack Rusin | 2009-10-13 | 1 | -6/+1 |
| | | | | | | | | | | gradients are supported, but not enabled by default due to little testing they got | ||||
* | | intel: fix broken sw generate mipmap path | Brian Paul | 2009-10-13 | 1 | -0/+22 |
| | | | | | | | | Need to restore code that fixed up the intel_texture_image state. | ||||
* | | st/xorg: fix and enable by default xrender acceleration | Zack Rusin | 2009-10-13 | 3 | -4/+17 |
| | | | | | | | | src in mask was broken | ||||
* | | mesa: whitespace fixes | Brian Paul | 2009-10-13 | 1 | -2/+2 |
| | | |||||
* | | mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback() | Brian Paul | 2009-10-13 | 1 | -7/+48 |
| | | | | | | | | | | | | | | We need to check that we can actually render to the texture's format before doing mipmap generation. This may fix bug 24219. | ||||
* | | r300g: More debug flags. | Corbin Simpson | 2009-10-12 | 3 | -4/+9 |
| | | |||||
* | | r300g: Surface debug. | Corbin Simpson | 2009-10-12 | 3 | -6/+8 |
| | | | | | | | | | | It gets really annoying watching r300g tell me how it's filling surfaces. Or falling back during filling surfaces. | ||||
* | | r300g: Fallback on surfaces we can't render to or from. | Corbin Simpson | 2009-10-12 | 1 | -2/+11 |
| | | | | | | | | Still not sure why st keeps handing down things we can't render to. | ||||
* | | r300g: Prevent multiple-use textures from getting incorrectly approved. | Corbin Simpson | 2009-10-12 | 1 | -5/+17 |
| | | |||||
* | | r300g: Clean up texture formats. | Corbin Simpson | 2009-10-12 | 3 | -9/+9 |
| | | |||||
* | | mesa: save/set/restore texture base/wrap state in blitframebuffer_texture() | Brian Paul | 2009-10-12 | 1 | -4/+15 |
| | | |||||
* | | mesa: minor clean up in check_begin_texture_render() | Brian Paul | 2009-10-12 | 1 | -1/+1 |
| | | |||||
* | | intel: whitespace/formatting clean-up | Brian Paul | 2009-10-12 | 1 | -10/+18 |
| | | |||||
* | | intel: replace extern decl with #include | Brian Paul | 2009-10-12 | 1 | -1/+2 |
| | | |||||
* | | intel: added INLINE keyword to minify() | Brian Paul | 2009-10-12 | 1 | -1/+1 |
| | | | | | | | | This is mainly just to silence some warnings. | ||||
* | | intel: code clean-ups | Brian Paul | 2009-10-12 | 1 | -4/+5 |
| | | |||||
* | | intel: pass zslice to intel_miptree_image_offset() | Brian Paul | 2009-10-12 | 7 | -65/+40 |
| | | | | | | | | | | This lets us get rid of intel_miptree_depth_offsets() and simplify all of the calling code. | ||||
* | | i965: remove unused var | Brian Paul | 2009-10-12 | 1 | -1/+0 |
| | |