Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-07 | mesa: clean up extended opcode code | Brian Paul | |
2009-10-07 | mesa: move gl_list_instruction and gl_list_extensions to dlist.c | Brian Paul | |
2009-10-07 | mesa: added _mesa_free_display_list_data() | Brian Paul | |
2009-10-07 | mesa: clean-up display list mem allocation, fix NULL handling | Brian Paul | |
The -1 term in alloc_instruction() foiled later NULL pointer checks. | |||
2009-10-07 | main: replace ALLOC_INSTRUCTION macro with regular function | Brian Paul | |
2009-10-07 | mesa: rename display list functions | Brian Paul | |
_mesa_alloc_instruction() sounded like it was related to vertex/fragment program instructions, but it wasn't. | |||
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 | docs: fix glXQueryDrawable() bugs | Brian Paul | |
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 | progs/xdemos: test glXQueryDrawable() | Brian Paul | |
2009-10-07 | progs/xdemos: fix swapped parameters to CreatePbuffer() | 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 | progs/test: Fix MSVC build. | Vinson Lee | |
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 | progs/tests: fix MSVC build. | Vinson Lee | |
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 | progs/perf: Fix MSVC build. | Vinson Lee | |
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. |