Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-08 | llvmpipe: more wipping | Keith Whitwell | |
2009-10-08 | llvmpipe: import experimental softpipe rasterizer code, wip binning code | Keith Whitwell | |
WIP, does't build or run. Rasterizer code is based on Nick Capen's devmaster posts and the larrabee articles, but currently doesn't share either the performance or correctness of either... | |||
2009-10-07 | i915g: Fix MSVC build. | Vinson Lee | |
2009-10-07 | softpipe: new comments | Brian Paul | |
2009-10-07 | softpipe: whitespace and comment fixes | Brian Paul | |
2009-10-07 | softpipe: prefix non-static functions with sp_ | Brian Paul | |
2009-10-07 | r300compiler: fix scons build again | Joakim Sindholt | |
2009-10-07 | Merge branch 'master' into r300g-glsl | Nicolai Hähnle | |
Conflicts: src/gallium/drivers/r300/r300_tgsi_to_rc.c Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-07 | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle | |
2009-10-07 | shader_api: Fix bounds checking of glUniform and glUniformMatrix | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2009-10-07 | prog_parameter: Document the fact that Size may be > 4 | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-07 | util: do some more util_blit_pixels cases without temporaries | Keith Whitwell | |
When the source surface is pointing at a 2d texture with only one mipmap level, use that directly rather than creating a temporary. Probably want to cover more cases, but this is a start. | |||
2009-10-07 | mesa/st: add missing mesa constant file name | Keith Whitwell | |
There are many different names for constants in mesa, we were missing one since the ureg rewrite. | |||
2009-10-07 | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions | Brian Paul | |
These don't depend on context state, but use a screen pointer. | |||
2009-10-07 | mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | |
2009-10-07 | gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | |
2009-10-07 | st/dri: Add missing front buffer case in dri_get_buffers(). | Michel Dänzer | |
This seems to help for compiz at least with some drivers. Also add an assert(0) to catch unhandled cases in the future. | |||
2009-10-07 | swrast: s/GLfloat/GLuint/ in bzero() | Brian Paul | |
2009-10-07 | swrast: add missing returns | Brian Paul | |
2009-10-07 | mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | |
A little better than leaving the values undefined, I think. See bug 24321. | |||
2009-10-07 | gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | |
A little better than leaving the values undefined, I think. See bug 24321. | |||
2009-10-07 | i915g: Use buffer write instead of map for lit vertices | Jakob Bornecrantz | |
2009-10-07 | i915g: Change order of buffer_write arguments | Jakob Bornecrantz | |
They now follow the pipe_buffer_write style, its the gallium driver that sets the interface not the winsys. | |||
2009-10-07 | i915g: Disable vbuf fifo and minor commenting of vbuf code | Jakob Bornecrantz | |
The vbuf fifo doesn't appear to help once the libdrm reuse flag has been set. | |||
2009-10-06 | nv04-nv40: Fix swizzle transfers for NPOT sizes. | Younes Manton | |
Workarounds not necessary, SIFM can handle NPOT, we just weren't setting dst dimensions properly. SIFM can't handle odd w,h though, that still needs fixing. | |||
2009-10-06 | r300/compiler: Fix R300 vertex program dumps | Nicolai Hähnle | |
The source register field has 8 bits. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-06 | r300/compiler: Fix yet another regression in register allocation | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-06 | r300/compiler: Fix a really stupid logic inversion in the generic dataflow code | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-06 | r300/compiler: Fix regression in pair scheduling | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-06 | r600: r700PredictRenderSize can flush, so move index buffer setup after it | Andre Maasikas | |
2009-10-06 | nv50: fix segfault when there's gaps in enabled texture units | Ben Skeggs | |
Tested with progs/demos/multiarb. | |||
2009-10-06 | nouveau: fix buffer object leak | Ben Skeggs | |
Very apparent with resizing windows on DRI2. | |||
2009-10-06 | i915g: Add more defines to tweek batchbuffer | Jakob Bornecrantz | |
2009-10-06 | i915g: Tweek vertexbuffer size | Jakob Bornecrantz | |
2009-10-05 | i965g: remove 965/brw files from XLIB_WINSYS_SOURCES | Brian Paul | |
2009-10-05 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/gallium/auxiliary/util/u_cpu_detect.c | |||
2009-10-05 | intel: use driReadDrawable in do_copy_texsubimage() | Brian Paul | |
2009-10-05 | intel: use driReadDrawable, not driDrawable in do_blit_readpixels() | Brian Paul | |
2009-10-05 | intel: remove a buffer equality test in _mesa_make_current() | Brian Paul | |
Before, if we called glXMakeCurrent() to change a context's window binding while an FBO was bound, we weren't updating the intel->driDrawable and intel->driReadDrawable fields. This could cause us to dereference a null pointer elsewhere. | |||
2009-10-05 | i915g: Drop the simple sufix | Jakob Bornecrantz | |
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing. | |||
2009-10-05 | i965g: Drop i965simple | Jakob Bornecrantz | |
The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git. | |||
2009-10-05 | r300g: fix scons build | Joakim Sindholt | |
So I didn't touch r300compiler, but r300g now compiles after having declarations and code untangled. As nha so gently points out, we shouldn't have to do this just to comply with MSVC compilers. | |||
2009-10-05 | mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 | Brian Paul | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> (cherry picked from master, commit 7aeaca33c331f70d507fc83583b13b8d9fc3e847) | |||
2009-10-05 | util: Improve the cpuid assembly. | José Fonseca | |
No need to save ebx on 64bit. Use just xchgl. Refer to gcc's cpuid.h header. Thanks to Uros Bizjak for pointing this out. | |||
2009-10-05 | mesa: Copy textures' base format into wrapper renderbuffer. | José Fonseca | |
Otherwise st_copy_texsubimage will fallback to software blit due to inconsistent base formats. | |||
2009-10-05 | mesa/st: add ST_DEBUG environment variable | Keith Whitwell | |
At last it's possible to turn on tgsi dumps and other debugging in the state tracker without modifying sources... | |||
2009-10-05 | util: add lost code to util_make_fragment_tex_shader_writemask() | Keith Whitwell | |
This got ported to ureg at some point, but lost the code that distinguishes it from regular util_make_fragment_tex_shader(). | |||
2009-10-05 | r600: update vertex program selection for draw path | Andre Maasikas | |
2009-10-05 | Use _mesa_select_tex_image() rather than hardcoding face 0. | Michel Dänzer | |
Fixes crash loading a map in sauerbraten with hwmipmap 1 in ~/.sauerbraten/config.cfg. | |||
2009-10-05 | st/dri: avoid segfault if we can't get a pixmap's buffers | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |