summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-11gallium: doc tweaks for bypass_vs_clip_and_viewportgallium-fb-dimensionsKeith Whitwell1-3/+7
2010-01-08llvmpipe: update for framebuffer width/height removalKeith Whitwell3-4/+11
2010-01-08python/samples: simple mrt testKeith Whitwell1-0/+243
2010-01-07st/xorg: update for framebuffer width/height removalKeith Whitwell1-2/+0
2010-01-07st/python: update for framebuffer width/height removalKeith Whitwell5-12/+0
2010-01-07st/vega: update for framebuffer width/height removalKeith Whitwell8-50/+65
2010-01-07nv: attempt to update for framebuffer changesKeith Whitwell4-11/+21
2010-01-07cell: attempt to update for framebuffer changesKeith Whitwell3-4/+9
2010-01-07gallium: remove width, height fields from pipe_framebuffer_stateKeith Whitwell22-80/+198
2010-01-07gallium/util: added util_unreference_framebuffer_state()Brian Paul1-0/+16
2010-01-07gallium/util: simplify util_framebuffer_state_equal()Brian Paul2-10/+16
2010-01-07gallium/util: added framebuffer compare, copy util funcsBrian Paul2-0/+58
2010-01-07configure: Fix matching for dri driver to actually workKristian Høgsberg1-0/+2
2010-01-07makefile: added src/glsl/Makefile.template to tarball listBrian Paul1-0/+1
2010-01-07i965g: updates for draw retvalKeith Whitwell1-11/+9
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca5-1727/+0
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol5-53/+113
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol5-98/+123
2010-01-07tgsi: Cleanup exec_tex().Michal Krol1-49/+40
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol2-5/+9
2010-01-06r300g: add back-face color VS outputsMarek Olšák2-7/+37
2010-01-06r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák1-1/+1
2010-01-06r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák2-2/+10
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák4-34/+58
2010-01-06r300g: add WPOSMarek Olšák6-3/+124
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák4-6/+16
2010-01-06r300g: consolidate paramsMarek Olšák1-3/+6
2010-01-06r300g: fix outputting depth in the FSMarek Olšák2-3/+18
2010-01-06r300g: optimize blending by conditionally disabling reads from the colorbufferMarek Olšák2-3/+30
2010-01-06r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák2-3/+162
2010-01-06r300g: fix blending when SRC_ALPHA_SATURATE is usedMarek Olšák1-2/+7
2010-01-06util/blitter: allow NULL CSOs to be savedMarek Olšák1-10/+17
2010-01-06softpipe: fix draw return valueKeith Whitwell1-1/+1
2010-01-06r300g: add missing is_anistropic paramBrian Paul1-1/+2
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul1-1/+1
2010-01-06gallium/docs: finish up description of pipe_rasterizer_state fieldsBrian Paul1-29/+94
2010-01-06configs: set INTEL_LIBS, INTEL_CFLAGS, etcBrian Paul1-0/+6
2010-01-06util: Fix format descriptor table entries.Michal Krol1-11/+11
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol6-9/+9
2010-01-06util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol1-23/+4
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol4-27/+25
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul1-1/+1
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca13-340/+379
2010-01-06glew: Update to version 1.5.2.José Fonseca7-120/+3230
2010-01-06pipebuffer: Multi-threading fixes for fencing.José Fonseca1-111/+170
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri13-36/+17
2010-01-05docs: added more GL3 itemsBrian Paul1-1/+5
2010-01-05mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queriesBrian Paul2-0/+26
2010-01-05mesa: call _mesa_compute_version() to set context's version infoBrian Paul2-80/+6
2010-01-05mesa: added version.c to buildBrian Paul2-0/+2