aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* freedreno: add adreno 420 supportRob Clark2014-11-1532-12/+3870
* freedreno: update generated headersRob Clark2014-11-156-66/+2274
* freedreno/ir3: move some helpersRob Clark2014-11-142-65/+71
* freedreno: rename draw->draw_vboRob Clark2014-11-144-6/+6
* freedreno/a3xx: missing u_upload_destroyRob Clark2014-11-141-0/+2
* freedreno: fix borked check for a320.0Rob Clark2014-11-141-1/+1
* freedreno/ir3: half vs full reg in standalone compiler outputRob Clark2014-11-141-6/+10
* llvmpipe: Call pipe_thread_wait() on Linux.José Fonseca2014-11-131-0/+6
* i915g: we also have more than 0 viewports!Kenneth Graunke2014-11-121-0/+3
* vc4: Avoid reusing a pointer from c->outputs[] after add_output().Eric Anholt2014-11-121-5/+6
* vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.Eric Anholt2014-11-121-5/+5
* nvc0: remove unused mm_VRAM_fe0Ilia Mirkin2014-11-122-9/+0
* ilo: clean up gen6_3DSTATE_SF()Chia-I Wu2014-11-113-90/+105
* ilo: clean up gen7_3DSTATE_STREAMOUT()Chia-I Wu2014-11-112-45/+35
* ilo: rework gen7_3DSTATE_SO_DECL_LIST()Chia-I Wu2014-11-111-60/+66
* ilo: add 3DSTATE_SO_BUFFER variantsChia-I Wu2014-11-112-24/+25
* ilo: add gen6_3dstate_constant()Chia-I Wu2014-11-112-84/+67
* ilo: add variants of 3DSTATE_{HS,DS}Chia-I Wu2014-11-112-12/+6
* ilo: add variants of 3DSTATE_GSChia-I Wu2014-11-113-63/+100
* ilo: add variants of 3DSTATE_VSChia-I Wu2014-11-113-16/+22
* ilo: add variants of 3DSTATE_PSChia-I Wu2014-11-112-36/+41
* ilo: add variants of 3DSTATE_WMChia-I Wu2014-11-113-54/+61
* ilo: add variants of 3DSTATE_CLIPChia-I Wu2014-11-113-24/+32
* ilo: prefix 3DSTATE_VF with gen75Chia-I Wu2014-11-112-4/+4
* ilo: derive fb blending caps at bind timeChia-I Wu2014-11-103-78/+101
* ilo: remove inlined state functionsChia-I Wu2014-11-104-236/+177
* ilo: use top/bottom split for state functionsChia-I Wu2014-11-109-1852/+1856
* llvmpipe: Avoid deadlock when unloading opengl32.dllJosé Fonseca2014-11-071-2/+6
* ilo: tidy up message descriptor decodingChia-I Wu2014-11-071-189/+302
* ilo: decode INTERFACE_DESCRIPTOR_DATAChia-I Wu2014-11-073-1/+42
* ilo: add two missing headers to the sources listEmil Velikov2014-11-061-0/+2
* ilo: let ilo_shader_compile_cs() return a dummy shaderChia-I Wu2014-11-061-1/+185
* ilo: hook up launch_grid()Chia-I Wu2014-11-061-3/+73
* ilo: add ilo_render_emit_launch_grid()Chia-I Wu2014-11-068-2/+621
* ilo: improve media command helpersChia-I Wu2014-11-061-71/+141
* ilo: disassemble DP DC messagesChia-I Wu2014-11-061-2/+140
* ilo: disassemble TS messagesChia-I Wu2014-11-061-0/+35
* ilo: update genhw headers for media pipelineChia-I Wu2014-11-067-148/+479
* ilo: add ilo_finalize_compute_states()Chia-I Wu2014-11-062-0/+37
* ilo: use a dynamic array for global bindingsChia-I Wu2014-11-062-32/+70
* ilo: add kernel queries for compute shadersChia-I Wu2014-11-063-0/+37
* ilo: fix compute paramsChia-I Wu2014-11-061-12/+36
* ilo: add eu_count and thread_count to ilo_dev_infoChia-I Wu2014-11-063-55/+77
* softpipe: use the tgsi_free_tokens() functionBrian Paul2014-10-311-6/+6
* util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul2014-10-311-18/+15
* softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul2014-10-313-5/+3
* softpipe: check for SP_NEW_STIPPLE when building quad pipelineBrian Paul2014-10-311-0/+1
* r600g: Fix build with opencl and radeonsi disabledTom Stellard2014-10-311-6/+6
* radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard2014-10-314-59/+127
* r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard2014-10-318-97/+180