summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv40: respect do_flip in surface_copy()Ben Skeggs2008-03-251-2/+14
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-251-0/+10
|\
| * gallium: wrap decls in extern "C"José Fonseca2008-03-231-0/+10
* | nv40: maintain pipe_surface status fieldBen Skeggs2008-03-242-0/+9
* | nv40: respect rasterizer cso bypass_clipping flagBen Skeggs2008-03-242-2/+15
* | nv40: vp reg changes similar to recent fp changesBen Skeggs2008-03-231-20/+86
* | nv40: fix fp depth writeBen Skeggs2008-03-231-1/+1
* | nv40: remove some badness from fp temp/result allocationBen Skeggs2008-03-231-51/+107
* | nv40: catch fp extra-const cases where both const and immd have same idxBen Skeggs2008-03-231-3/+14
* | nv40: fp: fix multiple refs to a single const withing an instructionBen Skeggs2008-03-231-1/+7
* | nv40: workaround fp result.data[0] clobberageBen Skeggs2008-03-231-1/+3
* | nv40: add dxtn formats (disabled)Ben Skeggs2008-03-232-4/+10
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-238-121/+98
|\|
| * gallium: remove temporary _screen suffix from function namesBrian2008-03-221-10/+10
| * cell: Generate blend / depth test code when state atom is createdIan Romanick2008-03-211-21/+9
| * cell: Change code-gen for CONST_COLOR blend factorIan Romanick2008-03-215-49/+53
| * Tabs to spacesIan Romanick2008-03-211-27/+27
| * cell: Remove unnecessary default_blend work-aroundIan Romanick2008-03-211-21/+0
| * i915: added to-do note about setting the max_lod register to get proper min/m...Brian2008-03-211-0/+6
* | nv40: fix bug in query codeBen Skeggs2008-03-211-0/+9
* | nv40: add 16-bit SSCALED vb formatsBen Skeggs2008-03-211-0/+10
* | nv40: ensure vb relocs don't end up on list for swtnlBen Skeggs2008-03-211-0/+1
* | nv40: call semi-magic 0x1d88 methodBen Skeggs2008-03-211-0/+2
* | nv40: swtnl fallback on unsupported array formatBen Skeggs2008-03-211-2/+6
* | nv40: oopsBen Skeggs2008-03-211-1/+0
* | nv40: s/free/FREE/Ben Skeggs2008-03-216-12/+12
* | nv40: align each level to 64 pixelsBen Skeggs2008-03-211-6/+7
* | nv40: use num_cbufsBen Skeggs2008-03-211-4/+1
* | nv40: use new pipe_framebuffer width/height fieldsBen Skeggs2008-03-211-13/+3
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-2116-187/+235
|\|
| * cell: Fix several bugs in blend code-genIan Romanick2008-03-201-20/+92
| * cell: Call the correct function to generate blending codeIan Romanick2008-03-201-1/+1
| * cell: Fix bus error when there is no depth bufferIan Romanick2008-03-201-0/+3
| * cell: Use code-gen for alpha blendIan Romanick2008-03-209-132/+129
| * gallium: use new framebuffer width, height fieldsBrian2008-03-205-22/+7
| * cell: use pipe_framebuffer_state.width, heightBrian2008-03-202-13/+4
* | nouveau: match gallium API changesBen Skeggs2008-03-213-3/+6
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-2110-17/+27
|\|
| * gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-195-13/+18
| * gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-194-4/+8
| * gallium: set tc->surface_map = NULL after unmappingBrian2008-03-191-0/+1
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-1918-182/+1593
|\|
| * cell: Fix various stencil test code-gen bugsIan Romanick2008-03-181-27/+43
| * cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORMIan Romanick2008-03-181-3/+2
| * cell: Fix depth read / write for s8z24.Ian Romanick2008-03-182-2/+24
| * cell: Fix added whitespace errors.Ian Romanick2008-03-181-2/+2
| * cell: Minor changes to make stencil not crashIan Romanick2008-03-182-5/+11
| * cell: Move and (conditionally) silence debug codeIan Romanick2008-03-182-10/+39
| * cell: Don't segfault when unbinding alpha / stencil / depth test stateIan Romanick2008-03-173-13/+29
| * cell: Initial code-gen for alpha / stencil / depth testingIan Romanick2008-03-1715-170/+1409