summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-03glcpp: Rework lexer to use a SKIP state rather than REJECT.Kenneth Graunke
2011-03-03glcpp/tests: Update 063-comments.c.expected to match output.Kenneth Graunke
2011-03-03rbug: Fix depth stencil surface not being sent to the clientJakob Bornecrantz
2011-03-03scons: More tweaks to fix MinGW build.José Fonseca
2011-03-03scons: Ensure generated headers are in the include path.José Fonseca
2011-03-03scons: Add human friendlier build messages for lex/yacc.José Fonseca
2011-03-03scons: Always load lex/yacc tool.José Fonseca
2011-03-03nv50: check grclass instead of chipset for 3D capsChristoph Bumiller
2011-03-03nv50: increase size of shader code boChristoph Bumiller
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs
2011-03-03i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai
2011-03-02glsl: Remove unused glcpp/Makefile.am.Kenneth Graunke
2011-03-02glsl: Remove 'tests' subfolder.Kenneth Graunke
2011-03-03r600g: correct mega_fetch_count in fetch shaderChristian König
2011-03-02tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin
2011-03-02docs: added news item for 7.9.2 and 7.10.1 releasesIan Romanick
2011-03-02docs: All links to 7.9.2 and 7.10.1 release notesIan Romanick
2011-03-02docs: Import 7.10.1 release notes from 7.10 branchIan Romanick
2011-03-02docs: Import 7.9.2 release notes from 7.9 branchIan Romanick
2011-03-02nv50: fix IB index buffer pathChristoph Bumiller
2011-03-02nv50: fix POINT_COORD_REPLACE_MAP method sizeChristoph Bumiller
2011-03-02nv50: primitive restart trick for vertex data through FIFO modeChristoph Bumiller
2011-03-02nv50: fix depth clamp for disabled primitive clippingChristoph Bumiller
2011-03-02nv50: implement independent blend functions for nva3+ and fix capChristoph Bumiller
2011-03-02nv50: fix tile size calculationsChristoph Bumiller
2011-03-02nv50: fix point sprite state validationChristoph Bumiller
2011-03-02nv50: allow accidentally disabled IB index buffers againChristoph Bumiller
2011-03-02nv50: apply relocations to shader codeChristoph Bumiller
2011-03-02nv50: fix wrong miptree tile flags taken over from nvc0Christoph Bumiller
2011-03-02egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke
2011-03-02egl/wayland: build subdirs (wayland-drm) before dependBenjamin Franzke
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák
2011-03-02r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák
2011-03-02mesa: added gl_program_constants::MaxAddressOffsetBrian Paul
2011-03-02mesa: increase INST_INDEX_BITS to 12Brian Paul
2011-03-02Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"Brian Paul
2011-03-02vbo: fix error parameterBrian Paul
2011-03-02r300g: Silence 'control reaches end of non-void function' warning.Vinson Lee
2011-03-01gallium: Add u_format_rgtc.c to SConscript.Vinson Lee
2011-03-02i965: Maxinum the usage of urb space on SNB.Zou Nan hai
2011-03-02mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie
2011-03-02softpipe: enable RGTC now that we have u_format support.Dave Airlie
2011-03-02mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie
2011-03-02rgtc: remove GL types from this file.Dave Airlie
2011-03-02rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie
2011-03-02rgtc: fix issues with compressor and signed types.Dave Airlie
2011-03-02rgtc: don't try to access off the end of the block.Dave Airlie
2011-03-02rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie
2011-03-02st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák