summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-2/+4
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák1-0/+1
2015-08-14gallium: add support for GLES texture float extensions (v3)Marek Olšák1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin17-58/+58
2015-07-16gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák1-0/+1
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-13/+0
2015-07-05gallium: handle fence_finish timeout in various driversMarek Olšák1-0/+3
2015-06-19llvmpipe: Truncate the binned constants to max const buffer size.Jose Fonseca1-1/+4
2015-06-10llvmpipe: simplify lp_resource_copy()Brian Paul1-59/+2
2015-06-04llvmpipe: Implement stencil exportRoland Scheidegger4-15/+21
2015-05-25llvmpipe: (trivial) add parantheses in (!x == y) expressionRoland Scheidegger1-1/+1
2015-05-15gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV1-0/+8
2015-05-13llvmpipe: enable ARB_texture_viewRoland Scheidegger3-9/+44
2015-05-12gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák1-0/+1
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+2
2015-04-27Fix a few typosZoë Blade2-2/+2
2015-04-09gallivm: don't use control flow when doing indirect constant buffer lookupsRoland Scheidegger1-2/+4
2015-03-31llvmpipe: enable ARB_texture_gatherRoland Scheidegger1-2/+3
2015-03-31gallivm: simplify sampler interfaceRoland Scheidegger1-26/+7
2015-03-28llvmpipe: simplify address calculation for 4x4 blocksRoland Scheidegger4-76/+35
2015-03-27gallivm: pass jit_context pointer through to samplingRoland Scheidegger3-18/+19
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+1
2015-03-21llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDEDRoland Scheidegger1-0/+11
2015-03-04scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca1-0/+2
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-2/+4
2015-02-27Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke1-4/+2
2015-02-27configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-2/+4
2015-02-18llvmpipe,softpipe: only support ETC1, not the upcoming ETC2Ilia Mirkin1-0/+4
2015-02-17gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák1-0/+1
2015-02-13os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca1-1/+7
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+2
2015-02-05llvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT.Jose Fonseca1-1/+2
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+2
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt5-5/+5
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger1-0/+2
2014-12-09draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák1-0/+2
2014-12-06llvmpipe: decrease MAX_SCENES from 2 to 1Roland Scheidegger2-1/+13
2014-11-26draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.José Fonseca2-6/+6
2014-11-25llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_mainRoland Scheidegger1-2/+0
2014-11-25llvmpipe: fix lp_test_arit denorm handlingRoland Scheidegger1-1/+37
2014-11-19llvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORTRoland Scheidegger1-0/+1
2014-11-18gallivm: fix alignment issue for vertex data fetchRoland Scheidegger1-1/+2
2014-11-13llvmpipe: Call pipe_thread_wait() on Linux.José Fonseca1-0/+6
2014-11-07llvmpipe: Avoid deadlock when unloading opengl32.dllJosé Fonseca1-2/+6
2014-10-24llvmpipe: Ensure the packed input of the lp_test_format is aligned.José Fonseca1-2/+10
2014-10-24llvmpipe: Flush stdout on lp_test_* unit tests.José Fonseca2-0/+3
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich1-0/+2
2014-10-23gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2-14/+0
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-2/+2
2014-10-04tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák1-1/+3