| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | mesa: added MESA_FORMAT_XRGB8888 | Brian Paul | |
| 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 | mesa: added case for MESA_FORMAT_SIGNED_RGBA_16 | Brian Paul | |
| 2009-10-06 | mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers | Brian Paul | |
| 2009-10-06 | mesa: added _mesa_get_format_color_encoding() | Brian Paul | |
| 2009-10-06 | mesa: accept more pnames in _mesa_get_format_bits() | Brian Paul | |
| 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 | drivers: don't include texformat.h | Brian Paul | |
| And remove other unneeded #includes while we're at it. | |||
| 2009-10-05 | mesa: don't include texformat.h | Brian Paul | |
| 2009-10-05 | mesa: move _mesa_format_to_type_and_comps() to formats.c | Brian Paul | |
| 2009-10-05 | mesa: move gl_format_info struct to formats.c | Brian Paul | |
| This is a private datatype. | |||
| 2009-10-05 | mesa: remove feature tests | Brian Paul | |
| 2009-10-05 | mesa: use FetchTexelf() instead of FetchTexelc() | Brian Paul | |
| 2009-10-05 | mesa: add parenthesis | Brian Paul | |
| 2009-10-05 | mesa: lift _mesa_set_fetch_functions() calls out of drivers | Brian Paul | |
| Call it from in the main Mesa glTexImage functions. | |||
| 2009-10-05 | mesa: make _mesa_get_texel_fetch_func() static | Brian Paul | |
| 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. | |||
