summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2017-06-01freedreno: fix fence creation fail if no renderingRob Clark1-13/+1
2017-05-18freedreno: fix crash when flush() but no renderingRob Clark1-0/+6
2017-05-08freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark3-0/+7
2017-04-24freedreno: fix crash if ctx torn down with no renderingRob Clark1-1/+1
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-14freedreno: enable draw/batch reordering by defaultRob Clark2-3/+3
2017-04-14freedreno/ir3: small re-orderRob Clark1-24/+23
2017-04-14freedreno/ir3: move 'keeps' to block levelRob Clark5-20/+22
2017-04-14freedreno/ir3: convert dynamic arrays to rallocRob Clark3-14/+8
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-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-2/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-24freedreno: free compiler when screen is destroyedRob Clark3-6/+2
2017-03-24freedreno: fix memory leakRob Clark1-0/+2
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-14nir: Rework conversion opcodesJason Ekstrand1-4/+4
2017-03-13freedreno/ir3: fragz cannot be half precisionRob Clark1-0/+6
2017-03-13freedreno/ir3: optimize less in glslRob Clark1-1/+1
2017-03-10freedreno: remove shebang from ir3_nir_trig.pyEmil Velikov1-1/+0
2017-03-10freedreno: remove execute bit from ir3_nir_trig.pyEmil Velikov1-0/+0
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+2
2017-03-08freedreno: 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/+2
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri5-15/+15
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri5-15/+15
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-25freedreno: add support for user index buffersMarek Olšák2-1/+13
2017-02-22gallium/u_queue: isolate util_queue_fence implementationMarek Olšák1-1/+1
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-1/+1
2017-01-27freedreno: automake: correctly set MKDIR_GENEmil Velikov1-0/+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-22freedreno/a5xx: set frag shader threadsizeRob Clark1-2/+7
2017-01-22freedreno/a5xx: set fragcoordxy properlyRob Clark1-1/+1
2017-01-22freedreno/ir3: setup var locations in standalone compilerRob Clark1-1/+69
2017-01-22freedreno/a5xx: fix psizeRob Clark2-8/+5
2017-01-22freedreno/a5xx: srgb fixRob Clark1-1/+2
2017-01-22freedreno/a5xx: fix int vbosRob Clark1-1/+3
2017-01-22freedreno/a5xx: fix clear for uint/sint formatsRob Clark1-19/+28
2017-01-22freedreno/a5xx: fix cull stateRob Clark1-5/+5
2017-01-22freedreno: update generated headersRob Clark6-13/+36
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-1/+2