summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600: increment ring index after emit vertex not before.Dave Airlie2015-12-021-18/+24
* r600: add alu + cf nop to copy shader on r600Dave Airlie2015-12-021-0/+10
* r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2015-12-022-1/+13
* r600: do SQ flush ES ring rolling workaroundDave Airlie2015-12-023-1/+8
* nv50,nvc0: allow to create resources other than buffersSamuel Pitoiset2015-12-015-4/+9
* clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard2015-12-011-1/+2
* automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray2015-12-011-1/+1
* st/va: also retrieve reference frames info for h264Julien Isorce2015-12-011-0/+52
* st/va: delay decoder creation until max_references is knownJulien Isorce2015-12-014-34/+68
* r600: workaround empty geom shader.Dave Airlie2015-12-011-0/+5
* r600: rv670 use at least 16es/gs threadsDave Airlie2015-12-011-4/+5
* r600: geometry shader gsvs itemsize workaroundDave Airlie2015-12-011-0/+20
* r600/shader: split address get out to a function.Dave Airlie2015-12-011-1/+6
* vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce2015-11-301-1/+1
* r600: move per-type settings into a switch statementDave Airlie2015-11-301-5/+13
* r600: split out common alu_writes pattern.Dave Airlie2015-11-301-7/+12
* r600/llvm: fix r600/llvm buildDave Airlie2015-11-301-1/+1
* r600: fixes for register definitions.Dave Airlie2015-11-301-3/+3
* r600: add missing register to initial stateDave Airlie2015-11-303-7/+15
* r600: define registers required for tessellationDave Airlie2015-11-302-27/+113
* r600: consolidate clip state updatesDave Airlie2015-11-302-17/+16
* nv50/ir: always display the opcode number for unknown instructionsSamuel Pitoiset2015-11-292-2/+2
* auxiliary/vl/dri: fd management cleanupsEmil Velikov2015-11-291-2/+5
* auxiliary/vl/drm: fd management cleanupsEmil Velikov2015-11-291-1/+7
* st/xa: fd management cleanupsEmil Velikov2015-11-291-1/+8
* st/dri: fd management cleanupsEmil Velikov2015-11-291-2/+14
* pipe-loader: check if winsys.name is non-null prior to strcmpEmil Velikov2015-11-291-4/+4
* st/va: add missing break statementEmil Velikov2015-11-291-0/+1
* radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2015-11-282-2/+9
* scons: Use LD version script for libgl-xlib.Jose Fonseca2015-11-271-2/+6
* svga: Don't return value from void function.Jose Fonseca2015-11-271-1/+2
* gallium: Make pipe_query_result::batch array length non-zero.Jose Fonseca2015-11-271-2/+2
* freedreno/ir3: assign varying locations laterRob Clark2015-11-264-29/+37
* freedreno/ir3: use instr flag to mark unused instructionsRob Clark2015-11-264-14/+24
* freedreno/a4xx: rework vinterp/vpsreplRob Clark2015-11-261-12/+36
* freedreno/a3xx: rework vinterp/vpsreplRob Clark2015-11-261-12/+37
* clover: fix tgsi compiler crash with invalid srcSerge Martin2015-11-261-0/+5
* radeon: use PIPE_DRIVER_QUERY_FLAG_DONT_LIST for perfcountersNicolai Hähnle2015-11-261-0/+2
* gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LISTNicolai Hähnle2015-11-262-1/+12
* radeon: delay the generation of driver query names until first useNicolai Hähnle2015-11-263-104/+113
* st/va: add missing profiles in PipeToProfile's switch.Julien Isorce2015-11-261-0/+7
* targets/xvmc: use the non-inline sw helpersMichel Dänzer2015-11-261-0/+1
* targets/nine: remove freedreno targetEmil Velikov2015-11-251-3/+0
* targets/nine: remove vc4 targetEmil Velikov2015-11-251-2/+0
* gallium: remove unused function declarationsEmil Velikov2015-11-252-6/+0
* targets: use the non-inline sw helpersEmil Velikov2015-11-257-1/+8
* target-hepers: add non inline sw helpersEmil Velikov2015-11-252-0/+83
* pipe-loader: fix off-by one errorEmil Velikov2015-11-251-1/+1
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-11-252-31/+7
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-11-253-6/+6