aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* softpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2015-10-242-9/+31
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-031-0/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* softpipe: Change faces type to uintKrzesimir Nowak2015-09-132-6/+6
* softpipe: Constify variablesKrzesimir Nowak2015-09-111-242/+199
* softpipe: Constify sp_tgsi_samplerKrzesimir Nowak2015-09-111-12/+23
* softpipe: Constify sampler and view parameters in mip filtersKrzesimir Nowak2015-09-112-18/+18
* softpipe: Constify sampler and view parameters in img filtersKrzesimir Nowak2015-09-112-36/+36
* tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak2015-09-111-1/+1
* softpipe: Constify some sampler and view parametersKrzesimir Nowak2015-09-112-27/+28
* softpipe: Move the faces array from view to filter_argsKrzesimir Nowak2015-09-112-17/+23
* tgsi,softpipe: capitalize the tgsi_sampler_control enum valuesBrian Paul2015-09-111-24/+24
* softpipe: Implement and enable textureQueryLodKrzesimir Nowak2015-09-102-2/+55
* softpipe: Add functions for computing relative mipmap levelKrzesimir Nowak2015-09-102-0/+120
* softpipe: Split 3D to 2D coords conversion into separate functionKrzesimir Nowak2015-09-102-51/+45
* softpipe: Split code getting a filter into separate functionKrzesimir Nowak2015-09-101-17/+41
* softpipe: Put mip_filter_func inside a structKrzesimir Nowak2015-09-102-12/+38
* softpipe: Split compute_lambda_lod into two functionsKrzesimir Nowak2015-09-101-17/+40
* softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS valueKrzesimir Nowak2015-09-101-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-262-3/+3
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2113-51/+51
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-10/+0
* softpipe/query: force parenthesis around a logical notMartin Peres2015-06-081-1/+1
* softpipe: fix offset wrapping calculations (v2)Dave Airlie2015-05-291-78/+68
* softpipe: start adding gather support (v2)Dave Airlie2015-05-203-83/+210
* softpipe: use arrays to make gather easierDave Airlie2015-05-201-36/+36
* softpipe: add textureOffset support.Dave Airlie2015-05-202-62/+97
* softpipe: move control into a filter args structDave Airlie2015-05-202-26/+32
* softpipe: move some image filter parameters into a structDave Airlie2015-05-202-258/+224
* gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV2015-05-151-0/+8
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-135-124/+179
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* softpipe: fix stencil write to use an integer valueDave Airlie2015-04-231-1/+1
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+1
* softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2015-03-042-1/+3
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* llvmpipe,softpipe: only support ETC1, not the upcoming ETC2Ilia Mirkin2015-02-181-0/+4
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+1
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+2
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-041-1/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+2
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+2
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-12-091-0/+2
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1