summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-05hw hates mefor-jakobDaniel Vetter1-2/+23
2011-03-05debug stuff for i915cDaniel Vetter1-0/+9
2011-03-05i915g: update TODODaniel Vetter1-2/+2
2011-03-05i915g: Use tgsi_info from fragment shader insteadJakob Bornecrantz1-4/+1
2011-03-04i915g: use passthough shader for empty fragment programsDaniel Vetter1-3/+15
2011-03-04egl_dri2: Fix incompatible vfunc-pointer warningBenjamin Franzke1-1/+1
2011-03-04egl/wayland: Move wayland-egl into a subdirBenjamin Franzke7-65/+87
2011-03-04i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt1-1/+8
2011-03-04r300g: preliminary implementation of clamping controlsMarek Olšák4-22/+33
2011-03-04r300g: implement FP16 alpha testMarek Olšák4-8/+55
2011-03-04r300g: implement blending for some of non-RGBA8 formatsMarek Olšák2-7/+52
2011-03-04draw: Silence tgsi_emit_sse2 failed messages.José Fonseca1-1/+2
2011-03-04tgsi: Disable SSE2 code generation.José Fonseca1-3/+20
2011-03-04scons: Unbreak mingw cross compilation.José Fonseca1-7/+12
2011-03-04st/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats if UNORM is supportedMarek Olšák1-2/+9
2011-03-04scons: Get glsl2 and glcpp programs building correctly.José Fonseca1-20/+21
2011-03-04glsl/glcpp: Use stdio.h instead of unistd.h.José Fonseca1-25/+15
2011-03-04glsl: Define YY_NO_UNISTD_H on MSVC.José Fonseca2-0/+8
2011-03-04gallium: Define __func__ on MSVC.José Fonseca1-0/+12
2011-03-04Merge remote branch 'origin/nvc0'Christoph Bumiller72-8212/+9070
2011-03-04i965: Fix extending VB packetsChris Wilson1-2/+2
2011-03-04i965: Handle URB_FENCE erratum for BroadwaterChris Wilson1-0/+8
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson5-13/+22
2011-03-04intel: Add couple of missing gen6 commands to decodeChris Wilson1-0/+2
2011-03-04i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson1-5/+6
2011-03-04r600g: disable tiling by default again.Dave Airlie1-4/+4
2011-03-03tgsi: Update assert.José Fonseca1-1/+1
2011-03-03glcpp: Remove trailing contexts from #if rules.Kenneth Graunke1-6/+6
2011-03-03glcpp: Rework lexer to use a SKIP state rather than REJECT.Kenneth Graunke1-21/+16
2011-03-03glcpp/tests: Update 063-comments.c.expected to match output.Kenneth Graunke1-0/+7
2011-03-03rbug: Fix depth stencil surface not being sent to the clientJakob Bornecrantz1-0/+3
2011-03-03scons: More tweaks to fix MinGW build.José Fonseca2-6/+17
2011-03-03scons: Ensure generated headers are in the include path.José Fonseca2-0/+7
2011-03-03scons: Add human friendlier build messages for lex/yacc.José Fonseca1-0/+2
2011-03-03scons: Always load lex/yacc tool.José Fonseca1-0/+2
2011-03-03nv50: check grclass instead of chipset for 3D capsChristoph Bumiller2-6/+4
2011-03-03nv50: increase size of shader code boChristoph Bumiller4-14/+23
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs4-7/+6
2011-03-03i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2-4/+19
2011-03-02glsl: Remove unused glcpp/Makefile.am.Kenneth Graunke1-44/+0
2011-03-02glsl: Remove 'tests' subfolder.Kenneth Graunke70-631/+0
2011-03-03r600g: correct mega_fetch_count in fetch shaderChristian König1-1/+1
2011-03-02tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin2-6/+45
2011-03-02docs: added news item for 7.9.2 and 7.10.1 releasesIan Romanick1-0/+9
2011-03-02docs: All links to 7.9.2 and 7.10.1 release notesIan Romanick1-0/+2
2011-03-02docs: Import 7.10.1 release notes from 7.10 branchIan Romanick1-0/+380
2011-03-02docs: Import 7.9.2 release notes from 7.9 branchIan Romanick1-0/+336
2011-03-02nv50: fix IB index buffer pathChristoph Bumiller1-8/+12
2011-03-02nv50: fix POINT_COORD_REPLACE_MAP method sizeChristoph Bumiller1-2/+2
2011-03-02nv50: primitive restart trick for vertex data through FIFO modeChristoph Bumiller1-12/+17