| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 2 | -3/+3 |
* | gallium: add an interface for EXT_depth_bounds_test | Marek Olšák | 2015-08-14 | 1 | -0/+1 |
* | gallium: add support for GLES texture float extensions (v3) | Marek Olšák | 2015-08-14 | 1 | -0/+2 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 13 | -51/+51 |
* | gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS | Marek Olšák | 2015-07-16 | 1 | -0/+1 |
* | gallium: remove redundant pipe_context::fence_signalled | Marek Olšák | 2015-07-05 | 1 | -10/+0 |
* | softpipe/query: force parenthesis around a logical not | Martin Peres | 2015-06-08 | 1 | -1/+1 |
* | softpipe: fix offset wrapping calculations (v2) | Dave Airlie | 2015-05-29 | 1 | -78/+68 |
* | softpipe: start adding gather support (v2) | Dave Airlie | 2015-05-20 | 3 | -83/+210 |
* | softpipe: use arrays to make gather easier | Dave Airlie | 2015-05-20 | 1 | -36/+36 |
* | softpipe: add textureOffset support. | Dave Airlie | 2015-05-20 | 2 | -62/+97 |
* | softpipe: move control into a filter args struct | Dave Airlie | 2015-05-20 | 2 | -26/+32 |
* | softpipe: move some image filter parameters into a struct | Dave Airlie | 2015-05-20 | 2 | -258/+224 |
* | gallium/drivers: Add extern "C" wrappers to public entry | Alexander von Gluck IV | 2015-05-15 | 1 | -0/+8 |
* | softpipe: enable ARB_texture_view | Roland Scheidegger | 2015-05-13 | 5 | -124/+179 |
* | gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY | Marek Olšák | 2015-05-12 | 1 | -0/+1 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -1/+2 |
* | softpipe: fix stencil write to use an integer value | Dave Airlie | 2015-04-23 | 1 | -1/+1 |
* | gallium: implement get_device_vendor() for existing drivers | Giuseppe Bilotta | 2015-03-23 | 1 | -0/+1 |
* | softpipe,trace: Set MSVC 2008 compat flags. | Jose Fonseca | 2015-03-04 | 2 | -1/+3 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -1/+1 |
* | llvmpipe,softpipe: only support ETC1, not the upcoming ETC2 | Ilia Mirkin | 2015-02-18 | 1 | -0/+4 |
* | gallium: add interface and state tracker support for GL_AMD_pinned_memory | Marek Olšák | 2015-02-17 | 1 | -0/+1 |
* | gallium: Add MULTISAMPLE_Z_RESOLVE cap | Axel Davy | 2015-02-06 | 1 | -0/+2 |
* | gallium/u_pstipple: add ability to specify a fixed texture unit | Marek Olšák | 2015-02-04 | 1 | -1/+1 |
* | gallium: add a cap to determine whether the driver supports offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -0/+2 |
* | gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX | Roland Scheidegger | 2014-12-16 | 1 | -0/+2 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION | Marek Olšák | 2014-12-09 | 1 | -0/+2 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 1 | -2/+1 |
* | softpipe: use the tgsi_free_tokens() function | Brian Paul | 2014-10-31 | 1 | -6/+6 |
* | util: simplify util_pstipple_create_fragment_shader() params | Brian Paul | 2014-10-31 | 1 | -18/+15 |
* | softpipe: remove unused softpipe_create_fs_variant_exec() parameter | Brian Paul | 2014-10-31 | 3 | -5/+3 |
* | softpipe: check for SP_NEW_STIPPLE when building quad pipeline | Brian Paul | 2014-10-31 | 1 | -0/+1 |
* | gallium: introduce PIPE_CAP_CLIP_HALFZ. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+2 |
* | tgsi: change tgsi_shader_info::properties to a one-dimensional array | Marek Olšák | 2014-10-04 | 2 | -3/+3 |
* | tgsi: remove some not so useful variables from tgsi_shader_info | Marek Olšák | 2014-10-04 | 2 | -7/+10 |
* | softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout() | Brian Paul | 2014-09-30 | 1 | -2/+3 |
* | gallium/softpipe,llvmpipe: add automake target 'templates' | Emil Velikov | 2014-09-24 | 1 | -0/+15 |
* | gallium: add a texture target to sampler view and a CAP to use it | Ilia Mirkin | 2014-09-12 | 1 | -0/+1 |
* | gallium/softpipe: ship all files in the tarball | Emil Velikov | 2014-09-05 | 2 | -10/+32 |
* | softpipe: handle vertex texture sampling when using llvm for draw | Roland Scheidegger | 2014-08-30 | 7 | -34/+207 |
* | softpipe: don't assert on illegal wrap mode for rect textures | Roland Scheidegger | 2014-08-30 | 1 | -2/+2 |
* | gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE | Timothy Arceri | 2014-08-27 | 1 | -0/+2 |
* | draw: fix base instance handling in llvm path | Roland Scheidegger | 2014-08-28 | 1 | -1/+1 |
* | llvmpipe/softpipe: enable ARB_conditional_render_inverted | Tobias Klausmann | 2014-08-19 | 1 | -1/+1 |
* | gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED | Tobias Klausmann | 2014-08-19 | 1 | -0/+2 |
* | gallium/softpipe/llvmpipe: handle query_renderer caps | Emil Velikov | 2014-08-15 | 1 | -0/+19 |
* | gallium: add opcodes/cap for fine derivative support | Ilia Mirkin | 2014-08-14 | 1 | -0/+1 |
* | softpipe,llvmpipe: mark BPTC formats as unsupported | Ilia Mirkin | 2014-08-12 | 1 | -0/+5 |