Age | Commit message (Expand) | Author |
2010-09-15 | r600c: fix buffer height setting in dri2 case | Andre Maasikas |
2010-09-14 | mesa: Include missing header in program.h. | Vinson Lee |
2010-09-14 | r600c: fix setting negative values to bitfields | Andre Maasikas |
2010-09-14 | mesa: update to version 64 of GL/glext.h | Brian Paul |
2010-09-14 | mesa: move, redefine MESA_GEOMETRY_PROGRAM | Brian Paul |
2010-09-14 | mesa: Remove unnecessary FEATURE tests. | Chia-I Wu |
2010-09-14 | mesa: Less FEATURE_ARB_sync tests. | Chia-I Wu |
2010-09-14 | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu |
2010-09-14 | mesa/st: ask GLSL to not emit noise since we have a dummy implementation | Luca Barbieri |
2010-09-14 | mesa/st: set compiler options based on Gallium shader caps | Luca Barbieri |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-09-13 | glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps | Luca Barbieri |
2010-09-13 | i965: Request that returns be lowered in shader main | Ian Romanick |
2010-09-13 | glsl: call ir_lower_jumps according to compiler options | Luca Barbieri |
2010-09-13 | r600c: const buffer sizes must be a multiple of 16 consts | Alex Deucher |
2010-09-13 | r600c/eg: remove obselete comment | Alex Deucher |
2010-09-13 | r600c/eg: remove unused emit timestamp function | Alex Deucher |
2010-09-13 | r600c/eg: emit CB_BLEND_ALPHA with the other blend values | Alex Deucher |
2010-09-13 | r600c: remove redundant state emit on evergreen | Alex Deucher |
2010-09-13 | mesa: Revert accidentally committed vertex code chunk | Kristian Høgsberg |
2010-09-13 | r600c: eg: fix typo | Andre Maasikas |
2010-09-13 | r600c: eg: 256 float4 constants may need more than 256 bytes | Andre Maasikas |
2010-09-13 | r600c: eg - fix uninitialized variable | Andre Maasikas |
2010-09-13 | glx: Don't destroy DRI2 drawables for legacy glx drawables | Kristian Høgsberg |
2010-09-13 | r600c: remove stray unmap call | Andre Maasikas |
2010-09-13 | r300/compiler: fix warnings | Marek Olšák |
2010-09-12 | mesa: Fix depend.es[12] generation when LLVM is enabled. | Chia-I Wu |
2010-09-10 | r300/compiler: Reorganize presub_helper() | Tom Stellard |
2010-09-10 | r300/compiler: Don't use presubtract in TEX instructions | Tom Stellard |
2010-09-10 | r300/compiler: Print the presub subtract operation in the correct order | Tom Stellard |
2010-09-10 | r300/compiler: Fix dataflow bug in presub_helper() | Tom Stellard |
2010-09-10 | r300/compiler: Replace asserts with error messages | Tom Stellard |
2010-09-10 | r300/compiler: Fix copy propigation for some presub instructions | Tom Stellard |
2010-09-10 | r300/compiler: Add peephole optimization for the 'sub' presubtract operation | Tom Stellard |
2010-09-10 | r300/compiler: Add peephole optimization for the 'add' presubtract operation | Tom Stellard |
2010-09-10 | r300/compiler: Clean up rc_pair_alloc_source() | Tom Stellard |
2010-09-10 | r300/compiler: Enable presubtract sources | Tom Stellard |
2010-09-10 | mesa: Remove unused Emit flags from gl_shader_compiler_options | Ian Romanick |
2010-09-10 | intel: Remove noise opcode support from i915 and i965 drivers | Ian Romanick |
2010-09-10 | r600c: add missing header | Alex Deucher |
2010-09-10 | r600c: add OQ support for evergreen | Alex Deucher |
2010-09-10 | r600c: oq updates | Alex Deucher |
2010-09-10 | r600c: add blit support for evergreen | Alex Deucher |
2010-09-10 | r600c: emit start3d packet on evergreen | Alex Deucher |
2010-09-10 | r600c: fix some typos | Alex Deucher |
2010-09-10 | r600c: fix type in cb setup on evergreen | Alex Deucher |
2010-09-10 | r600c: add support for more rendering formats on evergreen | Alex Deucher |
2010-09-10 | r600: set correct initial point_minmax values | Andre Maasikas |
2010-09-10 | r600: dont bswap rgba FLOAT formats | Andre Maasikas |
2010-09-10 | gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. | Chia-I Wu |