| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move software texel fetch code into swrast | Brian Paul | 2011-09-17 | 9 | -24/+26 |
* | mesa: move _mesa_update_fetch_functions() calls into swrast | Brian Paul | 2011-09-17 | 5 | -18/+7 |
* | mesa: implement unpack_SIGNED_GR1616 in format_unpack.c | Brian Paul | 2011-09-17 | 1 | -1/+5 |
* | meta: fix/add checks for GL_EXT_framebuffer_sRGB | Brian Paul | 2011-09-17 | 1 | -2/+4 |
* | mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16() | Brian Paul | 2011-09-17 | 1 | -1/+1 |
* | Change strerror(ret) to strerror(-ret). | Eugeni Dodonov | 2011-09-15 | 1 | -1/+1 |
* | mesa: fix error handling for dlist image unpacking | Brian Paul | 2011-09-15 | 1 | -1/+14 |
* | st/mesa: rewrap a long line | Brian Paul | 2011-09-15 | 1 | -3/+4 |
* | mesa: add missing ')' in error message | Brian Paul | 2011-09-15 | 1 | -1/+1 |
* | uniforms: accept all int/unsigned int sampler types in uniform checks. | Dave Airlie | 2011-09-15 | 1 | -0/+22 |
* | DRI: Log something if we don't support legacy DRI | Andrew Deason | 2011-09-14 | 1 | -1/+3 |
* | st/mesa: fix/update comment on st_translate_color() | Brian Paul | 2011-09-14 | 1 | -2/+3 |
* | mesa: minor clean-up on _mesa_unclamped_float_rgba_to_ubyte() | Brian Paul | 2011-09-14 | 1 | -1/+7 |
* | mesa: white space, comment fixes in mtypes.h | Brian Paul | 2011-09-14 | 1 | -7/+14 |
* | mesa/colormac: introduce inline helper for 4 unclamped float to ubyte. | Dave Airlie | 2011-09-14 | 9 | -50/+21 |
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 18 | -140/+146 |
* | st/mesa: fix incorrect debug output | Brian Paul | 2011-09-13 | 1 | -3/+2 |
* | mesa/pack: don't apply transfer operations to integer format buffers. (v3) | Dave Airlie | 2011-09-13 | 1 | -0/+23 |
* | st/mesa: clamp Max program param limits | Marek Olšák | 2011-09-12 | 1 | -2/+2 |
* | glsl_to_tgsi: use UARL instead of I2F and ARL | Bryan Cain | 2011-09-10 | 1 | -10/+6 |
* | mesa: fix more valgrind warnings | Marek Olšák | 2011-09-10 | 1 | -2/+4 |
* | mesa: fix a valgrind warning | Marek Olšák | 2011-09-10 | 1 | -1/+1 |
* | glsl_to_tgsi: fix shadow2DArray comparison | Marek Olšák | 2011-09-10 | 1 | -3/+14 |
* | ir_to_mesa: fix shadow2DArray comparison | Marek Olšák | 2011-09-10 | 1 | -3/+14 |
* | st/mesa: convert shadow array samplers to TGSI | Marek Olšák | 2011-09-10 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS | Marek Olšák | 2011-09-10 | 1 | -1/+4 |
* | dri: Remove all extension enabling utility functions | Ian Romanick | 2011-09-09 | 4 | -148/+0 |
* | swrast-dri: Remove call to driInitExtensions | Ian Romanick | 2011-09-09 | 1 | -2/+0 |
* | radeon: Enable extensions by just setting the flags | Ian Romanick | 2011-09-09 | 1 | -59/+39 |
* | r600: Enable extensions by just setting the flags | Ian Romanick | 2011-09-09 | 1 | -105/+61 |
* | r300: Enable extensions by just setting the flags | Ian Romanick | 2011-09-09 | 1 | -100/+62 |
* | r200: Enable extensions by just setting the flags | Ian Romanick | 2011-09-09 | 1 | -107/+63 |
* | nouveau: Enable extensions by just setting the flags | Ian Romanick | 2011-09-09 | 3 | -43/+28 |
* | intel: Move S3TC extension enable bits to intel_extensions.c | Ian Romanick | 2011-09-09 | 2 | -7/+8 |
* | intel: Enable extensions by just setting the flags | Ian Romanick | 2011-09-09 | 1 | -191/+98 |
* | nvprogram: Silence "warning: unused parameter ‘ctx’" | Ian Romanick | 2011-09-09 | 3 | -3/+3 |
* | swrast: Silence many "warning: unused parameter ‘ctx’" | Ian Romanick | 2011-09-09 | 1 | -0/+7 |
* | tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e... | Ian Romanick | 2011-09-09 | 1 | -1/+2 |
* | spantmp2: Silence many "warning: unused parameter ‘ctx’" | Ian Romanick | 2011-09-09 | 1 | -0/+20 |
* | mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’" | Ian Romanick | 2011-09-09 | 1 | -0/+1 |
* | swrast-dri: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -0/+14 |
* | dri: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -0/+8 |
* | dri_util: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -1/+11 |
* | intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expr... | Ian Romanick | 2011-09-09 | 1 | -3/+3 |
* | intel: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -0/+2 |
* | intel: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -13/+4 |
* | intel: Silence "warning: unused parameter ‘depth0’" | Ian Romanick | 2011-09-09 | 3 | -7/+4 |
* | intel: Silence "warning: unused parameter ‘target’" | Ian Romanick | 2011-09-09 | 3 | -13/+5 |
* | intel: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 6 | -53/+30 |
* | intel: Silence "warning: unused parameter ‘fb’" | Ian Romanick | 2011-09-09 | 4 | -7/+7 |