summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer2009-09-082-0/+10
* gdi: Fix prototype of gdi_softpipe_surface_buffer_create().Michal Krol2009-09-081-0/+1
* scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.Vinson Lee2009-09-071-1/+1
* llvmpipe: Silent debug statement.José Fonseca2009-09-071-1/+1
* llvmpipe: Better abs for floating points.José Fonseca2009-09-071-6/+17
* llvmpipe: Code generate the texture sampling inside the shader.José Fonseca2009-09-0711-6/+306
* llvmpipe: Texture sampling code generation primitives.José Fonseca2009-09-074-0/+478
* llvmpipe: Convenience function to obtain the integer type with same bitdepth ...José Fonseca2009-09-072-0/+15
* llvmpipe: Utility functions for linear and bilinear interpolation.José Fonseca2009-09-072-0/+45
* llvmpipe: Correct implementation of floor.José Fonseca2009-09-072-0/+95
* llvmpipe: Utility function to get the pointer to a structure member.José Fonseca2009-09-072-4/+29
* llvmpipe: SoA pixel unpacking specialization.José Fonseca2009-09-076-39/+252
* util: Utility function to check if a number is a power of two.José Fonseca2009-09-071-0/+10
* llvmpipe: Further abstract the texture sampling generation from TGSI translat...José Fonseca2009-09-075-125/+186
* r300g: Fix some issues pointed out by compiler warnings.Michel Dänzer2009-09-063-15/+19
* r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.Michel Dänzer2009-09-061-2/+5
* r300g: Fix a number of warningsNicolai Hähnle2009-09-0610-10/+23
* r300g: Debug flags infrastructureNicolai Hähnle2009-09-0610-21/+152
* r300g: update the value of register VAP_VF_MAX_VTX_INDXCooper Yuan2009-09-051-1/+2
* r300g: update rs_block state after changing rasterizerCooper Yuan2009-09-051-0/+1
* r300g: need to validate scissor and viewport state if bind new rasterizerCooper Yuan2009-09-051-0/+2
* gallium/xlib: minor clean-upsBrian Paul2009-09-041-14/+5
* i915g: Fix warnings in scons build by using byte pointersJakob Bornecrantz2009-09-041-2/+2
* tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol2009-09-041-2/+12
* gallium/xlib: silence unitialized var warningBrian Paul2009-09-031-1/+1
* gallium/xlib: silence uninitialized var warningBrian Paul2009-09-031-1/+1
* util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-034-15/+69
* st/xorg: add linear and radial gradient accelerationZack Rusin2009-09-031-20/+71
* st/xorg: radial gradient shaderZack Rusin2009-09-031-0/+85
* st/xorg: linear gradient shaderZack Rusin2009-09-031-0/+59
* i915g: Up the number of relocsJakob Bornecrantz2009-09-031-1/+1
* i915g: Don't run in sync with HWJakob Bornecrantz2009-09-031-4/+7
* i915g: Don't send flush flags to HWJakob Bornecrantz2009-09-031-0/+8
* st/xorg: cleanup and adjust to the changes in the ureg codeZack Rusin2009-09-031-3/+3
* st/xorg: adjust enums in preperation for gradientsZack Rusin2009-09-032-7/+15
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-0311-174/+429
* nv50: move centroid, flat bits when making interp longChristoph Bumiller2009-09-031-4/+4
* nv50: fix vbo_static_attrib method size errorChristoph Bumiller2009-09-031-3/+3
* nv50: fix draw_elements_inline_u08/16Christoph Bumiller2009-09-031-2/+2
* r300g: specify point/line/triangle have stuffed texture coordCooper Yuan2009-09-031-1/+3
* st/xorg: fix warningsZack Rusin2009-09-021-3/+3
* st/xorg: handle xrender repeat modesZack Rusin2009-09-021-4/+26
* st/xorg: flip the coordinate systemZack Rusin2009-09-021-1/+1
* st/xorg: handle solid fills in the fragment shaderZack Rusin2009-09-021-4/+18
* st/xorg: Guard against realy old versions of XorgJakob Bornecrantz2009-09-021-2/+8
* st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2009-09-024-59/+4
* st/xorg: Add support for xserver Git master DRI2 interface.Michel Dänzer2009-09-022-81/+151
* st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer2009-09-022-30/+27
* st/xorg: Add EXA UploadToScreen and DownloadFromScreen hooks.Michel Dänzer2009-09-021-0/+64
* nv50: SWZ is the same as MOV from our perspectiveBen Skeggs2009-09-021-0/+1