Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie | |
2009-12-22 | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie | |
2009-12-22 | radeon: drop unused members of radeon_state. | Dave Airlie | |
2009-12-22 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie | |
these really shouldn't be exposed here | |||
2009-12-18 | i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test). | Eric Anholt | |
2009-12-18 | i915: Clean up some unnecessary x/y miptree code. | Eric Anholt | |
The base of the texture is always the base of the miptree. If it wasn't, we'd have issues with this code due to miptrees not walking the same direction for all LODs. | |||
2009-12-18 | i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt() | Eric Anholt | |
Bug #25628. Fixes piglit case glsl-vs-sqrt-zero. | |||
2009-12-18 | st/mesa: move assert on nr vs insns until after pos_invarient expansion | Keith Whitwell | |
It is possible to have a 1-instruction vertex shader before expanding pos_invarient. Not sure what this assert achieved, but at least move it where it is correct. | |||
2009-12-16 | mesa: set version string to 7.7-rc3 | Ian Romanick | |
2009-12-16 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: src/mesa/drivers/dri/unichrome/via_ioctl.c src/mesa/drivers/dri/unichrome/via_screen.c src/mesa/main/version.h src/mesa/state_tracker/st_atom.c | |||
2009-12-16 | mesa: set version string to 7.6.1-rc4 | Ian Romanick | |
2009-12-16 | mesa: test for __blrts for CPU_TO_LE32() | Brian Paul | |
See bug 25663. | |||
2009-12-16 | mesa: no dlopen on BlueGene | Brian Paul | |
See bug 25663. | |||
2009-12-16 | mesa: remove //-style comments | Brian Paul | |
2009-12-16 | st/mesa: remove //-style comments | Brian Paul | |
2009-12-15 | unichrome: Silence compiler warnings. | Vinson Lee | |
2009-12-15 | sis: Silence compiler warnings. | Vinson Lee | |
2009-12-15 | savage: Silence compiler warnings. | Vinson Lee | |
2009-12-15 | r128: Silence uninitialized variable warnings in r128_tris.c. | Vinson Lee | |
2009-12-15 | dri: Initialize variable in driBindContext. | Vinson Lee | |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: src/gallium/drivers/softpipe/sp_quad_blend.c | |||
2009-12-15 | intel: Fallback to software if drawable size is > MaxRenderbufferSize | Ian Romanick | |
This prevents the mystery blank window if, for example, glxgears is resized larger than 2048 wide on 915. Since the Intel drivers in Mesa 7.6 lack GTT mapped fallbacks, the performance is a slideshow at best. On Mesa 7.7 and later the performance is much better. | |||
2009-12-15 | x86: ifdef out unused function cptr. | Vinson Lee | |
2009-12-14 | mga: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-14 | mach64: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-14 | i965: Use current draw buffer instead of drawable visual to get alpha bits | Ian Romanick | |
Use the currently bound draw buffer instead of the visual from the drawable used to create the context. This cause problems generating mipmaps for an RGBA texture in an RGB context. This fixes the failure in piglit's glsl-lod-bias test reported in bug #25614. | |||
2009-12-14 | mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap() | Brian Paul | |
This is a follow-up to commit e3fa700c178e11e6735430119232919176ab7b42. The call to _mesa_BindTexture() must be before we set any other texture object state, namely the _mesa_TexParameteri() calls. This fixes bug 25601 (piglit gen-nonzero-unit failure). | |||
2009-12-13 | i810: Silence uninitialized variable warnings in i180tris.c | Vinson Lee | |
2009-12-12 | swrast: Silence uninitialized variable warnings in s_triangle.c | Vinson Lee | |
2009-12-12 | st/mesa: Silence uninitialized variables warnings in st_draw.c. | Vinson Lee | |
2009-12-12 | swrast: Silence uninitialized variable warnings in ss_tritmp.h. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_poly_elts. | Vinson Lee | |
2009-12-12 | glsl: Initialize member label of struct slang_operation to NULL. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp2.h: Silence unused value warnings. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_poly_verts. | Vinson Lee | |
2009-12-12 | swrast: Initialize tex_coords in handle_sample_op. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_quads_verts. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts. | Vinson Lee | |
2009-12-12 | t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts. | Vinson Lee | |
2009-12-12 | radeon: fix #25463 | Maciej Cencora | |
This is just a workaroung until we properly fix texture mapping in radeonSpanRenderStart | |||
2009-12-11 | r300: fix depth textures | Maciej Cencora | |
2009-12-11 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
2009-12-11 | mesa: remove unnecessary loop in _mesa_remove_output_reads() | Brian Paul | |
2009-12-11 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
2009-12-11 | mesa: check dst reg in _mesa_find_free_register() | Brian Paul | |
If a register was only being used as a destination (as will happen when generated condition-codes) we missed its use. So we'd errantly return a register index that was really in-use, not free. Fixes bug 25579. | |||
2009-12-11 | sparc: additional preprocessor test for SPARC 64-bit | Aurelien Jarno | |
2009-12-10 | mesa: Initialize variable in MatchInstruction. | Vinson Lee | |