summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-04meson: define driver dependenciesDylan Baker1-0/+8
2017-11-21llvmpipe: fix snorm blendingRoland Scheidegger2-28/+159
2017-11-13meson: don't use build_by_default for specific gallium driversDylan Baker1-1/+0
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle6-6/+6
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2-6/+7
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul1-1/+1
2017-10-18llvmpipe: handle shader sample mask outputRoland Scheidegger1-2/+24
2017-10-16meson: build llvmpipeDylan Baker1-0/+116
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-03llvmpipe: silence 'variable may be used uninitialized' warningsBrian Paul1-1/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner2-4/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner2-9/+0
2017-09-25scons: use python3-compatible print()Eric Engestrom1-1/+1
2017-09-20llvmpipe, gallivm: implement lod queries (LODQ opcode)Roland Scheidegger1-1/+1
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle3-0/+8
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-09-09llvmpipe, draw: improve shader cache debuggingRoland Scheidegger1-9/+16
2017-09-09llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICSRoland Scheidegger1-1/+1
2017-09-07llvmpipe, draw: increase shader cache limitsRoland Scheidegger1-3/+1
2017-08-29llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSORBrian Paul1-0/+6
2017-08-21llvmpipe: add some whitespace between functions in lp_texture.cBrian Paul1-0/+3
2017-08-17llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2-1/+4
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri1-0/+1
2017-08-02gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2-33/+33
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle1-0/+1
2017-06-24llvmpipe: initialize default fb correctly in setupRoland Scheidegger1-0/+4
2017-06-23llvmpipe:fix using 32bit rasterization mistakenly, causing overflowsRoland Scheidegger4-31/+43
2017-06-23llvmpipe: fill in debug vertex info for tri rasterizationRoland Scheidegger1-1/+1
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-13llvmpipe: Match pipe_context::render_condition prototype.Jose Fonseca2-5/+5
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-27llvmpipe: add LP_NEW_GS flag for updating vertex infoRoland Scheidegger1-0/+1
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák3-24/+6
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2-5/+6
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-13llvmpipe: remove unused subpixel_snap() and fixed_to_float()Samuel Pitoiset1-6/+3
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri1-1/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1