summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-08llvmpipe: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+3
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-1/+2
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri3-4/+4
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri3-4/+4
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri3-3/+3
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri3-3/+3
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri3-3/+3
2017-03-07gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri1-1/+1
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-24llvmpipe: enable clear_texture with util_clear_textureLars Hamre2-2/+4
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+9
2017-02-09gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin1-0/+1
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-0/+1
2017-01-29llvmpipe: Use LLVMDumpModule, not DumpModule.Bas Nieuwenhuizen1-1/+1
2017-01-29various: Fix missing DumpModule with recent LLVM.Bas Nieuwenhuizen1-1/+7
2017-01-27gallium: enable int64 on radeonsi, llvmpipe, softpipeNicolai Hähnle1-1/+1
2017-01-27gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-0/+1
2017-01-06llvmpipe: do transpose/untwiddle after conversion for 8bit formatsRoland Scheidegger1-7/+143
2017-01-06llvmpipe: use alpha from already converted color if possibleRoland Scheidegger2-18/+54
2017-01-06llvmpipe: use scalar load instead of vectors for small vectors in fs backendRoland Scheidegger1-6/+50