Age | Commit message (Expand) | Author |
2011-01-23 | nvc0: don't apply base vertex to per-instance arrays | Christoph Bumiller |
2011-01-23 | nvc0: commute sources of SET too if beneficial | Christoph Bumiller |
2011-01-23 | nvc0: accept neg abs modifiers on lg2 | Christoph Bumiller |
2011-01-22 | glsl: Don't assert when the value returned by a function has no rvalue | Ian Romanick |
2011-01-22 | st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB | Brian Paul |
2011-01-22 | softpipe: pass surface format to get/put_tile functions | Brian Paul |
2011-01-22 | gallium/util: added pipe_put_tile_rgba_format() | Brian Paul |
2011-01-22 | gallium/util: simplify pipe_get_tile_rgba() | Brian Paul |
2011-01-22 | gallium/softpipe: replace pipe_get_tile_swizzle() | Brian Paul |
2011-01-22 | softpipe: use proper type for format field | Brian Paul |
2011-01-22 | gallium/util: added util_format_linear() | Brian Paul |
2011-01-22 | st/mesa: update comment, use st_fb_orientation() | Brian Paul |
2011-01-22 | st/mesa: comments in update_viewport() | Brian Paul |
2011-01-22 | scons: Add support for GLES. | Chia-I Wu |
2011-01-22 | mapi: ENTRY_CURRENT_TABLE_GET should be stringified. | Chia-I Wu |
2011-01-21 | glcpp: Regenerate parser files. | Kenneth Graunke |
2011-01-21 | glcpp: Remove use of talloc reference counting. | Kenneth Graunke |
2011-01-21 | glsl, i965: Remove unnecessary talloc includes. | Kenneth Graunke |
2011-01-21 | ra: Use the same context when realloc'ing arrays. | Kenneth Graunke |
2011-01-21 | glsl: Improve error message when read-only vars are written | Chad Versace |
2011-01-21 | glsl: Mark 'in' variables at global scope as read-only | Chad Versace |
2011-01-21 | glsl: Remove unused class ast_declaration_statment | Chad Versace |
2011-01-21 | i915g: Don't (un)map vbuf on each (un)map call | Jakob Bornecrantz |
2011-01-21 | i915g: Don't do unnecessary copies of constants | Jakob Bornecrantz |
2011-01-21 | i915g: Don't emit FS constants when VS contants change | Jakob Bornecrantz |
2011-01-21 | i915g: Use slab allocator for transfers | Jakob Bornecrantz |
2011-01-21 | st/dri: Fix warning | Jakob Bornecrantz |
2011-01-21 | r600g: check if hardware blits are possible bevore enabling tilling | Christian König |
2011-01-21 | r600g: FLT_TO_INT_FLOOR is trans instruction | Alex Deucher |
2011-01-21 | mesa: EXT_framebuffer_sRGB interface additions. | Dave Airlie |
2011-01-21 | r600c: get OQ results only for 4 DBs on r600 class | Andre Maasikas |
2011-01-20 | docs: update README.WIN32 per Karl's request | Brian Paul |
2011-01-20 | intel: Fix typeos from 3d028024 and 790ff232 | Ian Romanick |
2011-01-20 | i915: Set correct values for range/precision of fragment shader types | Ian Romanick |
2011-01-20 | i965: Set correct values for range/precision of fragment shader types | Ian Romanick |
2011-01-20 | mesa: Set correct values for range/precision of shader integer types | Ian Romanick |
2011-01-20 | mesa: Connect glGetShaderPrecisionFormat into the dispatch table | Ian Romanick |
2011-01-20 | softpipe: check for null pointers during context create/destroy | Brian Paul |
2011-01-20 | graw: fix logic error in pixel format selection | Brian Paul |
2011-01-20 | Fix the build from 887d2b64 | Ian Romanick |
2011-01-20 | mesa: clean-up _mesa_lookup_prim_by_nr() | Brian Paul |
2011-01-20 | mesa: move extra prim mode #defines | Brian Paul |
2011-01-20 | vbo: added comment | Brian Paul |
2011-01-20 | mesa: minor formatting fixes | Brian Paul |
2011-01-20 | st/mesa: clean up the sampler view format code | Brian Paul |
2011-01-20 | mesa: document sRGBDecode field | Brian Paul |
2011-01-20 | st/mesa: formatting, whitespace fixes | Brian Paul |
2011-01-20 | r600c: bump sq gpr resources if a shader needs more than default | Andre Maasikas |
2011-01-20 | glapi: Fix OpenGL and OpenGL ES interop. | Chia-I Wu |
2011-01-20 | glapi: Fix OpenGL ES 1.1 and 2.0 interop. | Chia-I Wu |