Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | rbug: Fix depth stencil surface not being sent to the client | Jakob Bornecrantz | |
2011-03-03 | scons: More tweaks to fix MinGW build. | José Fonseca | |
2011-03-03 | scons: Ensure generated headers are in the include path. | José Fonseca | |
2011-03-03 | scons: Add human friendlier build messages for lex/yacc. | José Fonseca | |
2011-03-03 | scons: Always load lex/yacc tool. | José Fonseca | |
lex/yacc is not loaded by default when toolchain is not default either, e.g., when toolchain=crossmingw. | |||
2011-03-03 | nv50: check grclass instead of chipset for 3D caps | Christoph Bumiller | |
2011-03-03 | nv50: increase size of shader code bo | Christoph Bumiller | |
512 KiB should be quite enough, but dynamic resize might be nicer. | |||
2011-03-03 | nouveau: allow pipe driver to define which buffers should start in sysmem | Ben Skeggs | |
PIPE_BIND_CONSTANT_BUFFER alone was OK for nv50/nvc0, but nv30 will need to be able to set others on certain chipsets. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2011-03-03 | i965: SNB GT1 has only 32k urb and max 128 urb entries. | Zou Nan hai | |
Signed-off-by: Zou Nan hai <nanhai.zou@intel.com> | |||
2011-03-02 | glsl: Remove unused glcpp/Makefile.am. | Kenneth Graunke | |
This is a remnant of when glsl2 lived in its own repository. | |||
2011-03-02 | glsl: Remove 'tests' subfolder. | Kenneth Graunke | |
These have long since moved to piglit and aren't useful to have here. | |||
2011-03-03 | r600g: correct mega_fetch_count in fetch shader | Christian König | |
2011-03-02 | tgsi: defer allocation of huge inputs/outputs until we have a gs | Zack Rusin | |
2011-03-02 | docs: added news item for 7.9.2 and 7.10.1 releases | Ian Romanick | |
2011-03-02 | docs: All links to 7.9.2 and 7.10.1 release notes | Ian Romanick | |
2011-03-02 | docs: Import 7.10.1 release notes from 7.10 branch | Ian Romanick | |
2011-03-02 | docs: Import 7.9.2 release notes from 7.9 branch | Ian Romanick | |
2011-03-02 | nv50: fix IB index buffer path | Christoph Bumiller | |
Add missing VERTEX_END and treat unaligned offsets correctly. | |||
2011-03-02 | nv50: fix POINT_COORD_REPLACE_MAP method size | Christoph Bumiller | |
Introduced in 223d98bb8d49c9e52e498a12980722467ae2bf87. | |||
2011-03-02 | nv50: primitive restart trick for vertex data through FIFO mode | Christoph Bumiller | |
Also, on nv50 the VERTEX_BEGIN method doesn't follow VERTEX_END, which was erroneously taken over from nvc0 and is fixed now. | |||
2011-03-02 | nv50: fix depth clamp for disabled primitive clipping | Christoph Bumiller | |
2011-03-02 | nv50: implement independent blend functions for nva3+ and fix cap | Christoph Bumiller | |
2011-03-02 | nv50: fix tile size calculations | Christoph Bumiller | |
2011-03-02 | nv50: fix point sprite state validation | Christoph Bumiller | |
Wasn't updated if the FP didn't change, and coordinate replacement wasn't disabled anymore. | |||
2011-03-02 | nv50: allow accidentally disabled IB index buffers again | Christoph Bumiller | |
Must have sneaked in from debugging. | |||
2011-03-02 | nv50: apply relocations to shader code | Christoph Bumiller | |
On nv50, branches are absolute, so we need to adjust them according to the shader's position in the code buffer. | |||
2011-03-02 | nv50: fix wrong miptree tile flags taken over from nvc0 | Christoph Bumiller | |
2011-03-02 | egl_dri2 x11: Workaround device_name xcb-dri2 bug | Benjamin Franzke | |
This commit is basically a copy-over of the fix Chia-I Wu's commited to wayland: http://cgit.freedesktop.org/wayland/wayland-demos/commit/?id=1b6c0ed95 "Workaround an xcb-dri2 bug. xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken. It only works when the length of the driver name is a multiple of 4." | |||
2011-03-02 | egl/wayland: build subdirs (wayland-drm) before depend | Benjamin Franzke | |
Autogenerated files need to be generated first. | |||
2011-03-02 | r300g: require DRM 2.3.0 (kernel 2.6.34) | Marek Olšák | |
Running any older kernel is not recommended anyway. | |||
2011-03-02 | r300g: do not use ioctl thread offloading on single-core machines | Marek Olšák | |
2011-03-02 | mesa: added gl_program_constants::MaxAddressOffset | Brian Paul | |
See https://bugs.freedesktop.org/show_bug.cgi?id=29418 | |||
2011-03-02 | mesa: increase INST_INDEX_BITS to 12 | Brian Paul | |
For more info see fd.o bug 29418. | |||
2011-03-02 | Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()" | Brian Paul | |
This reverts commit 1f9a0a4e6e5566c36c781add5f1e62af3efdfb58. This caused trouble with Lightsmark w/ i965 driver and fbo/fbo-blit-d24s8 (see bug 34894). It's probably something simple but no time to debug now. | |||
2011-03-02 | vbo: fix error parameter | Brian Paul | |
Spotted by Ian. | |||
2011-03-02 | r300g: Silence 'control reaches end of non-void function' warning. | Vinson Lee | |
Fixes this GCC warning. r300_hyperz.c: In function 'r300_get_hiz_func': r300_hyperz.c:65: warning: control reaches end of non-void function | |||
2011-03-01 | gallium: Add u_format_rgtc.c to SConscript. | Vinson Lee | |
2011-03-02 | i965: Maxinum the usage of urb space on SNB. | Zou Nan hai | |
SNB has 64k urb space, we only use piece of them. The more urb space we alloc, the more concurrent vs threads we can run. push the urb space usage to the limit. Signed-off-by: Zou Nan hai <nanhai.zou@intel.com> | |||
2011-03-02 | mesa/st: fix softpipe npot compressed mipmaps. | Dave Airlie | |
this fixes fbo-generatemipmap-formats rgtc and s3tc in NPOT mode with softpipe. r600g fails to even get level 0 correct so have to look into that a bit further. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | softpipe: enable RGTC now that we have u_format support. | Dave Airlie | |
2011-03-02 | mesa/st: fix generate mipmap for signed compressed formats. | Dave Airlie | |
This was always converting to 8-bit per channel unsigned formats, which isn't suitable for RGTC signed formats, this special cases those two formats and converts to floats for those. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | gallium: add RGTC UNORM support to u_format. | Dave Airlie | |
SNORM needs a bit of work in the state tracker in order for mipmap generation to work I believe. I'm also not sure that having unorm fetches for an snorm format is sane. | |||
2011-03-02 | rgtc: remove GL types from this file. | Dave Airlie | |
I'd like to share this file with gallium u_format stuff. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | rgtc: move the texel fetch into common unsigned/signed code. | Dave Airlie | |
This function can be done in the include file also. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | rgtc: fix issues with compressor and signed types. | Dave Airlie | |
With signed types we weren't hitting this test however the comment stating this doesn't happen often doesn't apply when using signed types since an all 0 block is quite common which isn't abs min or max. this fixes the limits correctly again also. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | rgtc: don't try to access off the end of the block. | Dave Airlie | |
if the values are all in the last dword, the high bits can be 0, This fixes a valgrind warning I saw when playing with mipmaps. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | rgtc: move to using ubyte for fetch instead of chan + fix limit | Dave Airlie | |
My previous fix to the byte max was incorrect. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-03-02 | st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible | Marek Olšák | |
With proper fallback formats. | |||
2011-03-01 | svga: reduce MAX_DMA_SIZE to 4MB | Brian Paul | |
2011-03-01 | vbo: add vbo_always_unmap_buffers() | Brian Paul | |
Drivers can call this function as needed. It tells the VBO module to always unmap the current glBegin/glEnd VBO when we flush. Otherwise it's possible to be in a flushed state but still have the VBO mapped. |