summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-04-05r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák
2010-04-05r300g: is_npot -> uses_pitchMarek Olšák
2010-04-05r300g: enable conditional rendering also for SWTCLMarek Olšák
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-04st/egl: Implement get_egl_image hook.Chia-I Wu
2010-04-04r300g: fix TFP stride override.Dave Airlie
2010-04-04r300g: add conditional renderingMarek Olšák
2010-04-04r300g: add r4xx fragment shader registersMarek Olšák
2010-04-04r300g: do not use the c++ template keywordMarek Olšák
2010-04-04r300g: properly setup textures from X serverMarek Olšák
2010-04-03util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/docs: Dithering might not actually do anything.Corbin Simpson
2010-04-02r300g: Expound on dithering comment.Corbin Simpson
2010-04-03r300g: make dithering work like fglrx.Dave Airlie
2010-04-02gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud
2010-04-02llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul
2010-04-02gallivm: Add fallthrough comment at end of case statement.Vinson Lee
2010-04-02gallium/util: print \n after DXTn printfLuca Barbieri
2010-04-02softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri
2010-04-01gallium/util: remove extraneous semicolonBrian Paul
2010-04-01gallium: remove old comment about return valuesBrian Paul
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri
2010-04-02gallium/util: load s3tc on demandLuca Barbieri
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri
2010-04-02st/vega: Do not depend on libm.Chia-I Wu
2010-04-02st/egl: Add a missing break.Chia-I Wu
2010-04-01gallium/util: s/inline/INLINE/Vinson Lee
2010-04-02nv50: call util_format_initLuca Barbieri
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri
2010-04-02gallium/util: add one-time initialization helperLuca Barbieri
2010-04-02gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri
2010-04-02gallium/util: reindent u_half.c and u_half.h with Mesa coding styleLuca Barbieri
2010-04-02Revert "util: Init half-float tables on demand."Luca Barbieri
2010-04-01util: Init half-float tables on demand.Corbin Simpson
2010-04-01llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca
2010-04-01util: Declare .CRT$XCU data segment.Michal Krol
2010-04-01scons: Remove `util/u_gctors.cpp'.Michal Krol
2010-04-01gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri
2010-04-01llvmpipe: Support sampling from signed and mixed siged formats.José Fonseca
2010-04-01st/python: Allow to sample only in the [0,1] range.José Fonseca
2010-04-01st/python: Always use softpipe as reference driver.José Fonseca
2010-04-01gallium/util: add copyright header to u_half.cLuca Barbieri
2010-04-01llvmpipe: More tweaks to the supported texture formats.José Fonseca
2010-04-01util: Declare util_half_init_tables only once.José Fonseca
2010-04-01util: Use u_math.h's union fi instead of redefining it.José Fonseca
2010-04-01util: Add support for other DXTn RGBA formats.José Fonseca
2010-04-01util: Get DXT1_RGB format working correctly.José Fonseca