Age | Commit message (Expand) | Author |
2010-04-05 | r300g: typecast using the r300_texture function | Marek Olšák |
2010-04-05 | i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings | Brian Paul |
2010-04-05 | util: added util_dl_error() | Brian Paul |
2010-04-05 | r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets | Marek Olšák |
2010-04-05 | r300g: add fallback for back stencil reference value and masks for r3xx-r4xx | Marek Olšák |
2010-04-05 | r300g: simplify accessing screen from context | Marek Olšák |
2010-04-05 | r300g: remove some XXXs | Marek Olšák |
2010-04-05 | r300g: raise the number of texture units to 16 for all supported chipsets | Marek Olšák |
2010-04-05 | r300/compiler: make the max number of fragment shader temporaries adjustable | Marek Olšák |
2010-04-05 | r300g: is_npot -> uses_pitch | Marek Olšák |
2010-04-05 | r300g: enable conditional rendering also for SWTCL | Marek Olšák |
2010-04-04 | Merge branch '7.8' | Ian Romanick |
2010-04-04 | st/egl: Implement get_egl_image hook. | Chia-I Wu |
2010-04-04 | r300g: fix TFP stride override. | Dave Airlie |
2010-04-04 | r300g: add conditional rendering | Marek Olšák |
2010-04-04 | r300g: add r4xx fragment shader registers | Marek Olšák |
2010-04-04 | r300g: do not use the c++ template keyword | Marek Olšák |
2010-04-04 | r300g: properly setup textures from X server | Marek Olšák |
2010-04-03 | util: Use GCC atomic bultins on GCC 4.1 and higher only. | Vinson Lee |
2010-04-03 | r300g: fix color tiling for buffer from X server. | Dave Airlie |
2010-04-03 | util: Revert unsolicited, untested, unreviewed, and broken changes to format ... | José Fonseca |
2010-04-02 | gallium/docs: Dithering might not actually do anything. | Corbin Simpson |
2010-04-02 | r300g: Expound on dithering comment. | Corbin Simpson |
2010-04-03 | r300g: make dithering work like fglrx. | Dave Airlie |
2010-04-02 | gallium: fix dri_destroy_option_cache() when optionCache.info is NULL | Yann Droneaud |
2010-04-02 | llvmpipe: limit max texture size to 2Kx2K for now | Brian Paul |
2010-04-02 | gallivm: Add fallthrough comment at end of case statement. | Vinson Lee |
2010-04-02 | gallium/util: print \n after DXTn printf | Luca Barbieri |
2010-04-02 | softpipe: remove S3TC init, since it's done on-demand now | Luca Barbieri |
2010-04-01 | gallium/util: remove extraneous semicolon | Brian Paul |
2010-04-01 | gallium: remove old comment about return values | Brian Paul |
2010-04-02 | gallium/util: revert util_format_init addition | Luca Barbieri |
2010-04-02 | gallium/util: add util_format_is_supported to check for pack/unpack | Luca Barbieri |
2010-04-02 | gallium/util: load s3tc on demand | Luca Barbieri |
2010-04-02 | gallium/util: pregenerate half float tables | Luca Barbieri |
2010-04-02 | st/vega: Do not depend on libm. | Chia-I Wu |
2010-04-02 | st/egl: Add a missing break. | Chia-I Wu |
2010-04-01 | gallium/util: s/inline/INLINE/ | Vinson Lee |
2010-04-02 | nv50: call util_format_init | Luca Barbieri |
2010-04-02 | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri |
2010-04-02 | gallium/util: add one-time initialization helper | Luca Barbieri |
2010-04-02 | gallium/util: use #pragma section instead of #pragma data_seg | Luca Barbieri |
2010-04-02 | gallium/util: reindent u_half.c and u_half.h with Mesa coding style | Luca Barbieri |
2010-04-02 | Revert "util: Init half-float tables on demand." | Luca Barbieri |
2010-04-01 | util: Init half-float tables on demand. | Corbin Simpson |
2010-04-01 | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT. | José Fonseca |
2010-04-01 | util: Declare .CRT$XCU data segment. | Michal Krol |
2010-04-01 | scons: Remove `util/u_gctors.cpp'. | Michal Krol |
2010-04-01 | gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!) | Luca Barbieri |
2010-04-01 | llvmpipe: Support sampling from signed and mixed siged formats. | José Fonseca |