summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-09-07scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.Vinson Lee
2009-09-07llvmpipe: Silent debug statement.José Fonseca
2009-09-07llvmpipe: Better abs for floating points.José Fonseca
2009-09-07llvmpipe: Code generate the texture sampling inside the shader.José Fonseca
2009-09-07llvmpipe: Texture sampling code generation primitives.José Fonseca
2009-09-07llvmpipe: Convenience function to obtain the integer type with same bitdepth ...José Fonseca
2009-09-07llvmpipe: Utility functions for linear and bilinear interpolation.José Fonseca
2009-09-07llvmpipe: Correct implementation of floor.José Fonseca
2009-09-07llvmpipe: Utility function to get the pointer to a structure member.José Fonseca
2009-09-07llvmpipe: SoA pixel unpacking specialization.José Fonseca
2009-09-07util: Utility function to check if a number is a power of two.José Fonseca
2009-09-07llvmpipe: Further abstract the texture sampling generation from TGSI translat...José Fonseca
2009-09-06r300g: Fix some issues pointed out by compiler warnings.Michel Dänzer
2009-09-06r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.Michel Dänzer
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
2009-09-06r300g: Debug flags infrastructureNicolai Hähnle
2009-09-05r300g: update the value of register VAP_VF_MAX_VTX_INDXCooper Yuan
2009-09-05r300g: update rs_block state after changing rasterizerCooper Yuan
2009-09-05r300g: need to validate scissor and viewport state if bind new rasterizerCooper Yuan
2009-09-04gallium/xlib: minor clean-upsBrian Paul
2009-09-04i915g: Fix warnings in scons build by using byte pointersJakob Bornecrantz
2009-09-04tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul
2009-09-03util: add version of u_blit_pixels which takes a writemaskKeith Whitwell
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul
2009-09-03st/xorg: add linear and radial gradient accelerationZack Rusin
2009-09-03st/xorg: radial gradient shaderZack Rusin
2009-09-03st/xorg: linear gradient shaderZack Rusin
2009-09-03i915g: Up the number of relocsJakob Bornecrantz
2009-09-03i915g: Don't run in sync with HWJakob Bornecrantz
2009-09-03i915g: Don't send flush flags to HWJakob Bornecrantz
2009-09-03st/xorg: cleanup and adjust to the changes in the ureg codeZack Rusin
2009-09-03st/xorg: adjust enums in preperation for gradientsZack Rusin
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell
2009-09-03nv50: move centroid, flat bits when making interp longChristoph Bumiller
2009-09-03nv50: fix vbo_static_attrib method size errorChristoph Bumiller
2009-09-03nv50: fix draw_elements_inline_u08/16Christoph Bumiller
2009-09-03r300g: specify point/line/triangle have stuffed texture coordCooper Yuan
2009-09-02st/xorg: fix warningsZack Rusin
2009-09-02st/xorg: handle xrender repeat modesZack Rusin
2009-09-02st/xorg: flip the coordinate systemZack Rusin
2009-09-02st/xorg: handle solid fills in the fragment shaderZack Rusin
2009-09-02st/xorg: Guard against realy old versions of XorgJakob Bornecrantz
2009-09-02util: add version of u_blit_pixels which takes a writemaskKeith Whitwell
2009-09-02draw: remove unused variableKeith Whitwell
2009-09-02st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer
2009-09-02st/xorg: Add support for xserver Git master DRI2 interface.Michel Dänzer
2009-09-02st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer