| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: convert sub image for cube map arrays to 2d arrays for upload | Dave Airlie | 2015-04-14 | 1 | -0/+5 |
* | st/mesa: Remove unused emit_scs(). | Matt Turner | 2015-04-06 | 1 | -98/+0 |
* | glsl: Remove never used sin_reduced/cos_reduced. | Matt Turner | 2015-04-06 | 1 | -6/+0 |
* | st/mesa: initialize have_fma in constructor | Ilia Mirkin | 2015-03-26 | 1 | -0/+1 |
* | st/mesa: update arrays when the current attrib has been updated | Ilia Mirkin | 2015-03-26 | 1 | -1/+1 |
* | st_glsl_to_tgsi: only do mov copy propagation on temps (v2) | Dave Airlie | 2015-03-26 | 1 | -0/+1 |
* | st/vdpau: Avoid constness cast warnings. | Jose Fonseca | 2015-03-22 | 1 | -1/+1 |
* | main: Refactor ClearBuffer[Sub]Data. | Laura Ekstrand | 2015-03-17 | 1 | -2/+2 |
* | gallium: add FMA and DFMA opcodes (v3) | Marek Olšák | 2015-03-16 | 1 | -4/+9 |
* | st/mesa: drop unused texture function | Dave Airlie | 2015-03-09 | 2 | -50/+0 |
* | mesa/st: remove unused TexData | Dave Airlie | 2015-03-09 | 2 | -27/+0 |
* | st/mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 2 | -0/+2 |
* | st/mesa: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 10 | -45/+45 |
* | st/mesa: replace INLINE with inline | Brian Paul | 2015-02-26 | 15 | -37/+37 |
* | st/mesa: remove unused/broken function st_print_shaders | Marek Olšák | 2015-02-24 | 2 | -49/+0 |
* | st/mesa: remove struct qualifier from st_src_reg parameter | Brian Paul | 2015-02-24 | 1 | -1/+1 |
* | st/mesa: cleanup st_translate_geometry_program | Marek Olšák | 2015-02-24 | 1 | -102/+30 |
* | st/mesa: inline st_free_tokens | Marek Olšák | 2015-02-24 | 3 | -17/+3 |
* | st/mesa: cleanup st_geometry_program structure | Marek Olšák | 2015-02-24 | 3 | -74/+36 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 2 | -7/+7 |
* | st/mesa: lower DFRACEXP/DLDEXP when they are not supported | Ilia Mirkin | 2015-02-19 | 1 | -0/+3 |
* | st/mesa: disable lowering of dops to dfrac when dround is available | Ilia Mirkin | 2015-02-19 | 1 | -7/+6 |
* | st/mesa: add support for new double opcodes | Ilia Mirkin | 2015-02-19 | 1 | -1/+5 |
* | st/mesa: add st fp64 support (v7.1) | Dave Airlie | 2015-02-20 | 2 | -125/+460 |
* | mesa/st_tgsi_to_glsl: prepare add_constant for fp64 | Dave Airlie | 2015-02-20 | 1 | -20/+21 |
* | st/glsl_to_tgsi: convert dst to an array | Dave Airlie | 2015-02-20 | 1 | -65/+65 |
* | st/mesa: add GSL_TYPE_DOUBLE, new ir_unop_* switch cases | Brian Paul | 2015-02-19 | 1 | -0/+12 |
* | st/mesa: fix sampler view reference counting bug in glDraw/CopyPixels | Brian Paul | 2015-02-19 | 1 | -6/+9 |
* | st/mesa: don't die for ETC2 formats when no driver support | Ilia Mirkin | 2015-02-19 | 1 | -0/+3 |
* | st/mesa: pass etc2 textures to driver if supported | Ilia Mirkin | 2015-02-19 | 4 | -11/+40 |
* | st/mesa: add ARB_pipeline_statistics_query support | Ilia Mirkin | 2015-02-18 | 2 | -4/+55 |
* | gallium: add interface and state tracker support for GL_AMD_pinned_memory | Marek Olšák | 2015-02-17 | 2 | -5/+14 |
* | st/glsl_to_tgsi: fix whitespace | Dave Airlie | 2015-02-17 | 1 | -202/+178 |
* | st/mesa: treat resource-less xfb buffers as if they weren't there | Ilia Mirkin | 2015-02-14 | 1 | -1/+1 |
* | st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB | Michel Dänzer | 2015-02-06 | 1 | -2/+9 |
* | st/mesa: mark constant array of swizzles as static const | Nils Wallménius | 2015-02-04 | 1 | -1/+1 |
* | glsl: Improve precision of mod(x,y) | Iago Toral Quiroga | 2015-02-03 | 1 | -1/+1 |
* | st/mesa: add EXT_polygon_offset_clamp support | Ilia Mirkin | 2015-02-02 | 2 | -0/+2 |
* | DD: Refactor BlitFramebuffer. | Laura Ekstrand | 2015-02-02 | 1 | -3/+3 |
* | mesa: Add assert to check number of vector elements | Jan Vesely | 2015-01-21 | 1 | -0/+1 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 9 | -12/+14 |
* | st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colors | Marek Olšák | 2015-01-19 | 3 | -5/+10 |
* | mesa: rename RGBA8888_* format constants to something appropriate. | Iago Toral Quiroga | 2015-01-14 | 1 | -2/+2 |
* | st/mesa: Use _mesa_format_convert to implement st_GetTexImage. | Iago Toral Quiroga | 2015-01-12 | 1 | -4/+13 |
* | state_tracker: Fix assertion failures in conditional block movs. | Eric Anholt | 2015-01-10 | 1 | -31/+26 |
* | main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw. | Laura Ekstrand | 2015-01-08 | 1 | -1/+1 |
* | main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw. | Laura Ekstrand | 2015-01-08 | 1 | -5/+5 |
* | st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX | Marek Olšák | 2015-01-07 | 1 | -1/+2 |
* | mesa: create, use new _mesa_texture_base_format() function | Brian Paul | 2015-01-05 | 2 | -7/+4 |
* | st/mesa: use new _mesa_base_tex_image() helper | Brian Paul | 2015-01-05 | 5 | -5/+14 |