summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/es: Remove unnedded --whole-archive.Chia-I Wu2010-04-061-6/+4
* scons: Link expat in dri builds.Vinson Lee2010-04-051-0/+4
* r300g: enforce microtiled zbuffer from X serverMarek Olšák2010-04-051-0/+31
* r300g: typecast using the r300_texture functionMarek Olšák2010-04-057-23/+28
* i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul2010-04-051-1/+1
* util: added util_dl_error()Brian Paul2010-04-052-0/+20
* r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák2010-04-051-5/+1
* r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák2010-04-055-37/+275
* r300g: simplify accessing screen from contextMarek Olšák2010-04-0513-94/+79
* r300g: remove some XXXsMarek Olšák2010-04-052-2/+0
* r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-056-11/+13
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-051-0/+1
* r300g: is_npot -> uses_pitchMarek Olšák2010-04-054-7/+9
* r300g: enable conditional rendering also for SWTCLMarek Olšák2010-04-051-0/+8
* Merge branch '7.8'Ian Romanick2010-04-042-3/+4
|\
| * util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee2010-04-031-1/+1
| * st/vega: Do not depend on libm.Chia-I Wu2010-04-021-2/+3
* | st/egl: Implement get_egl_image hook.Chia-I Wu2010-04-041-0/+32
* | r300g: fix TFP stride override.Dave Airlie2010-04-041-1/+1
* | r300g: add conditional renderingMarek Olšák2010-04-043-0/+33
* | r300g: add r4xx fragment shader registersMarek Olšák2010-04-041-1/+47
* | r300g: do not use the c++ template keywordMarek Olšák2010-04-042-27/+27
* | r300g: properly setup textures from X serverMarek Olšák2010-04-041-4/+3
* | r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-035-1/+38
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-038-205/+130
* | gallium/docs: Dithering might not actually do anything.Corbin Simpson2010-04-021-1/+1
* | r300g: Expound on dithering comment.Corbin Simpson2010-04-021-4/+9
* | r300g: make dithering work like fglrx.Dave Airlie2010-04-031-2/+4
* | gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud2010-04-021-4/+6
* | llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-023-1/+8
* | gallivm: Add fallthrough comment at end of case statement.Vinson Lee2010-04-021-0/+1
* | gallium/util: print \n after DXTn printfLuca Barbieri2010-04-021-3/+3
* | softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri2010-04-021-2/+0
* | gallium/util: remove extraneous semicolonBrian Paul2010-04-011-1/+1
* | gallium: remove old comment about return valuesBrian Paul2010-04-011-1/+1
* | gallium/util: revert util_format_init additionLuca Barbieri2010-04-024-13/+1
* | gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-024-25/+39
* | gallium/util: load s3tc on demandLuca Barbieri2010-04-022-107/+151
* | gallium/util: pregenerate half float tablesLuca Barbieri2010-04-026-170/+191
* | st/egl: Add a missing break.Chia-I Wu2010-04-021-0/+1
* | gallium/util: s/inline/INLINE/Vinson Lee2010-04-011-1/+1
* | nv50: call util_format_initLuca Barbieri2010-04-021-0/+3
* | gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-025-6/+23
* | gallium/util: add one-time initialization helperLuca Barbieri2010-04-021-0/+15
* | gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri2010-04-021-1/+1
* | gallium/util: reindent u_half.c and u_half.h with Mesa coding styleLuca Barbieri2010-04-022-107/+112
* | Revert "util: Init half-float tables on demand."Luca Barbieri2010-04-023-14/+57
* | util: Init half-float tables on demand.Corbin Simpson2010-04-013-57/+14
* | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2010-04-012-4/+45
* | util: Declare .CRT$XCU data segment.Michal Krol2010-04-011-0/+1