Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-29 | R6xx/r7xx: remove old sw tcl bits | Alex Deucher | |
2009-05-29 | R6xx/R7xx: switch to common clear with draw code | Alex Deucher | |
2009-05-29 | r6xx/r7xx: switch to common dma functions for vecs | Alex Deucher | |
2009-05-29 | Remove subpixel offset from viewport | Alex Deucher | |
remove subpixel offset inherited from r100 code. based on 038f0bf5916df5bae1145d234589e5fd528bb7fa | |||
2009-05-28 | Argh. fix last commit. clears are still broken | Alex Deucher | |
2009-05-28 | R6xx/r7xx: re-enable clears | Alex Deucher | |
flush cache and wait for idle after drawing. Probably just need the cache flush. This gets redbook hello working properly. | |||
2009-05-28 | R6xx, add edge rules for triangles | Cooper Yuan | |
2009-05-28 | mesa: regenerated API files for GL_EXT_provoking_vertex | Brian Paul | |
2009-05-28 | r300: when using cs path emit scissor in the cmdbuffer | Jerome Glisse | |
2009-05-28 | r300: rework texture offset emission. | Jerome Glisse | |
2009-05-27 | radeon: emit scissor before emiting vertices | Jerome Glisse | |
2009-05-27 | radeon: emit scissor when using cs submission style. | Jerome Glisse | |
2009-05-26 | i915: Fall back on NPOT textured metaops on 830-class. | Eric Anholt | |
2009-05-26 | i915: Restore the Viewport and DepthRange functions on 8xx. | Eric Anholt | |
Fixes failed viewport updates on glxgears (and other apps) resize since e41780fedc2c1f22b43118da30a0103fa68b769f. Bug #20473. | |||
2009-05-26 | intel: Override MaxRenderbufferSize with hardware constraints | Chris Wilson | |
Limit the maximum renderbuffer size to 8192 on i965 and to 2048 on earlier hardware. | |||
2009-05-26 | enable surface sync function | Alex Deucher | |
- needs to be more fine-grained | |||
2009-05-26 | r6xx: fix more r6xx specific cases | Alex Deucher | |
2009-05-26 | R6xx: select proper shader format | Alex Deucher | |
2009-05-26 | fix segfault when running glxinfo | Alex Deucher | |
2009-05-26 | add missing RS780 pci id | Alex Deucher | |
2009-05-26 | fix build when HAVE_LIBDRM_RADEON is defined | Alex Deucher | |
2009-05-25 | radeon: on update drawable don't firevertices as it might be call from GetLock | Jerome Glisse | |
To avoid locking bug we shouldn't not call firevertices from this path as it's call from radeon get lock. | |||
2009-05-25 | r200: emit scissor when dri2 is enabled | Jerome Glisse | |
In DRI1 kernel emit scissor but in dri2 cs path we have to explicitly program them. | |||
2009-05-25 | r200: fix multitexturing in dri2 path | Jerome Glisse | |
2009-05-25 | r200: emit cliprect with indexed primitive | Jerome Glisse | |
2009-05-24 | radeon: realloc dma if needed after revalidate | Jerome Glisse | |
Revalidate can trigger flushing and dma buffer deallocation, so retry allocation on such case. | |||
2009-05-24 | radeon: Remove drawable & readable from radeon_dri_mirror | Nicolai Hähnle | |
The duplication of state data caused a crash due to double-free on destruction of context, because a variable wasn't correctly null'ed out. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-05-22 | radeon: reading back to scratch reg through status map doesn't work | Jerome Glisse | |
For some unknown reasons the scratch reg value doesn't endup in the status map at the scratch reg offset, this is a temporary work around until we figure out why it doesn't work. | |||
2009-05-21 | r6xx/r7xx: fix segfault in vertex shader setup | Alex Deucher | |
2009-05-21 | r6xx: fix count on START_3D packet | Alex Deucher | |
2009-05-21 | i965: fix whitespace in brw_tex_layout.c | Eric Anholt | |
The broken indentation was driving me crazy, so fix other stuff while I'm here. | |||
2009-05-21 | i956: Make state dependency of SF on drawbuffer bounds match Mesa's. | Eric Anholt | |
Noticed while debugging a weird 1D FBO testcase that left its existing viewport and projection matrix in place when switching drawbuffers. Didn't fix the testcase, though. | |||
2009-05-21 | intel: Fall back on any rendering to texture with no miptree. | Eric Anholt | |
Fixes segfault on an fbo.c negative test for FBO with texture width/height of 0. Previously we just tested for border != 0 to work around this segfault. | |||
2009-05-21 | intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it. | Eric Anholt | |
This happens to rendering with textures with a border, which had resulted in a segfault on dereferencing the irb. | |||
2009-05-21 | intel: Don't segfault on glGenerateMipmaps of a cube map with one face defined. | Eric Anholt | |
This presumably applies to SGIS_generate_mipmaps as well. | |||
2009-05-21 | intel: Use _mesa_CheckFramebufferStatusEXT insteaad of glCheck... | Eric Anholt | |
Fixes a segfault in our oglconform fbo test. | |||
2009-05-21 | i965: rename var: s/tmp/vs_inputs/ | Brian Paul | |
2009-05-21 | radeon: maxbuffer size is in bytes | Jerome Glisse | |
2009-05-20 | r200: fix vbo array rendering | Jerome Glisse | |
2009-05-20 | radeon: Increase reference count of current renderbuffers. | Michel Dänzer | |
Fixes glxinfo: main/renderbuffer.c:2159: _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed. | |||
2009-05-20 | Merge branch 'master' into radeon-rewrite | Michel Dänzer | |
Conflicts: src/mesa/drivers/dri/r300/r300_context.c src/mesa/drivers/dri/r300/r300_texstate.c | |||
2009-05-20 | radeon: set max texture size | Jerome Glisse | |
This still need some work to actually report somethings reasonable if no memory manager is available. | |||
2009-05-20 | Add missing file from local. | root | |
2009-05-20 | r200: fix indexed draw color order and cs missmatch | Jerome Glisse | |
2009-05-19 | Makeup checkin for radeon code change paired with r6/7 code. | root | |
2009-05-19 | Fix nop insertion bug. redbook hello can run. | Richard Li | |
2009-05-18 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: Makefile src/mesa/main/version.h | |||
2009-05-18 | radeon: fix DRI1 cmd stream | Jerome Glisse | |
2009-05-16 | r300: cleanup vertex program related functions | Maciej Cencora | |
- move vertex program related functions to r300_vertprog.c - use _mesa_bitcount instead of self-made bit_count function - remove duplicated field in r300_vertex_shader_fragment.body union - rename r300_vertex_shader_fragment to r300_vertex_shader_hw_code - rename r300_vertex_program field native to error - remove unnecessary r300_vertex_shader_state structure - remove unused r300_vertex_program and r300_vertex_program_cont fields - remove disabled code | |||
2009-05-16 | r300: minor code movement | Maciej Cencora | |