summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-12cell: adjust structure paddinggallium-dynamicstencilrefBrian Paul1-1/+2
2010-02-12cell: remove unused varBrian Paul1-1/+0
2010-02-12cell: include cell_context.hBrian Paul1-0/+1
2010-02-12cell: re-fix undeclared varBrian Paul1-1/+1
2010-02-12cell: declare stencil_value variableBrian Paul1-0/+1
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger12-34/+34
2010-02-11nouveau: fix compile errors...Roland Scheidegger3-8/+8
2010-02-11nv50: adapt to stencil ref changesRoland Scheidegger3-5/+32
2010-02-11nv40: adapt to stencil ref changesRoland Scheidegger4-6/+47
2010-02-11nv30: adapt to stencil ref changesRoland Scheidegger4-6/+46
2010-02-11gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger3-0/+11
2010-02-11r300g: adapt to stencil ref changesRoland Scheidegger3-4/+17
2010-02-11cell: adapt to stencil ref changesRoland Scheidegger4-29/+54
2010-02-11i965g: adapt to stencil ref changesRoland Scheidegger3-6/+34
2010-02-11i915g: adapt to stencil ref changesRoland Scheidegger4-6/+24
2010-02-11gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger3-5/+18
2010-02-11gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2-20/+8
2010-02-10svga: adapt to stencil ref changesRoland Scheidegger3-6/+42
2010-02-10llvmpipe: adapt to stencil ref changesRoland Scheidegger4-2/+28
2010-02-10identity: adapt to stencil ref changesRoland Scheidegger1-0/+12
2010-02-10fo: adapt to stencil ref changesRoland Scheidegger3-6/+24
2010-02-10st/mesa: more fixes for stencil ref change.Roland Scheidegger2-2/+20
2010-02-10trace: adapt to stencil ref changesRoland Scheidegger3-1/+37
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger6-6/+20
2010-02-10gallium: adapt state trackers to stencil ref changeRoland Scheidegger3-13/+18
2010-02-09docs: fix up documentation for stencil ref value changesRoland Scheidegger2-8/+12
2010-02-09gallium: make valuemask/writemask in pipe_stencil_state bitfield membersRoland Scheidegger1-2/+2
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger6-50/+60
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger28-104/+1381
2010-02-09docs: fix typo: s/osdemo/osdemos/Brian Paul1-1/+1
2010-02-09gallium: Adding the %.s rule to generate asm codeChris Li1-0/+3
2010-02-09gallium: Using the proper pattern rules for Makefile template.Chris Li1-3/+3
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li1-3/+2
2010-02-08st/mesa: fix wrong initialization of MaxPointSizegallium-nopointsizeminmaxRoland Scheidegger1-0/+4
2010-02-06vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz1-1/+1
2010-02-06vmware/core: Use correct flags in scanout codeJakob Bornecrantz1-4/+4
2010-02-06vmware/core: Handle new scanout fieldJakob Bornecrantz4-4/+35
2010-02-06vmware/core: Update header to latest versionJakob Bornecrantz1-3/+9
2010-02-06vmware/core: Remove old ioctl structs not usedJakob Bornecrantz1-43/+0
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol1-1/+0
2010-02-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg1-1/+1
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg70-4367/+114
2010-02-09egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAYKristian Høgsberg1-6/+6
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul1-2/+1
2010-02-09progs/tests: add line drawing option to cylwrap.cBrian Paul1-10/+34
2010-02-09progs/tests: add x/y rotation to cylwrap.cBrian Paul1-14/+45
2010-02-09st/mesa: remove special-case cyl-wrap codeBrian Paul1-9/+1
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol1-31/+148
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol1-35/+11
2010-02-09progs/tests: new test program for exercising cylindrical tex wrap modeBrian Paul3-0/+206