summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-0712-6/+18
* svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul2014-05-071-8/+10
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-063-6/+47
* nv50,nvc0: add X8Z24_UNORM, fix stencil-only formatsIlia Mirkin2014-05-041-3/+9
* radeonsi: add support for Mullins asics.Samuel Li2014-05-022-0/+9
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-0210-5/+112
* nouveau: remove cb_dirty, it's never usedIlia Mirkin2014-05-022-4/+1
* nvc0: treat non-linear 2DRect textures the same as 2DIlia Mirkin2014-05-021-1/+1
* radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2014-04-291-0/+7
* nvc0/ir: offset appears to come before the Z refIlia Mirkin2014-04-281-1/+3
* nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin2014-04-288-20/+61
* nvc0/ir: do constant folding of extbf/insbfIlia Mirkin2014-04-281-1/+66
* nvc0/ir: add support for MUL_HI tgsi opcodesIlia Mirkin2014-04-281-1/+12
* nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin2014-04-287-4/+127
* nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin2014-04-261-1/+4
* nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin2014-04-261-0/+2
* nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin2014-04-261-3/+1
* nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin2014-04-263-2/+1
* nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin2014-04-265-0/+8
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-2615-14/+131
* nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-2614-8/+107
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-2612-0/+12
* llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger2014-04-256-163/+190
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-259-18/+18
* llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger2014-04-251-1/+1
* r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák2014-04-255-7/+27
* r600g: fix for an MSAA hang on RV770Marek Olšák2014-04-253-1/+12
* r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák2014-04-254-61/+64
* r600g: fix for HTILE on R6xxMarek Olšák2014-04-251-0/+6
* r600g: fix buffer copying on R600-R700Marek Olšák2014-04-251-0/+6
* r600g: fix flushing on RV670, RS780, RS880 againMarek Olšák2014-04-251-0/+9
* r600g: fix MSAA resolve on R6xx when the destination is 1D-tiledMarek Olšák2014-04-251-0/+6
* r600g: fix edge flags and layered rendering on R600-R700Marek Olšák2014-04-251-2/+4
* r300g: don't crash when getting NULL colorbuffersMarek Olšák2014-04-254-29/+60
* r300g: fix runtime warning after winsys cleanupMarek Olšák2014-04-251-1/+0
* radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák2014-04-251-0/+6
* llvmpipe: Advertise GLSL 3.30.José Fonseca2014-04-241-1/+1
* freedreno/a3xx: fix TOTALATTRTOVSRob Clark2014-04-234-1/+7
* radeonsi: Fix calculation of number of banks for SIMichel Dänzer2014-04-223-16/+20
* svga: move draw debug code into separate functionBrian Paul2014-04-211-123/+135
* nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2014-04-192-7/+9
* nvc0: change logic for centering of eng2d blit when downsamplingIlia Mirkin2014-04-191-2/+2
* nv50: use 2d blit when src/dst have same number of samplesIlia Mirkin2014-04-191-4/+4
* radeonsi: fix num banks selection on SI for dma setup (v2)Alex Deucher2014-04-183-24/+19
* r600g,radeonsi: don't skip the context flush if a fence should be returnedMarek Olšák2014-04-182-2/+2
* svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul2014-04-171-3/+3
* svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul2014-04-173-13/+9
* svga: add VS code to set attribute W component to 1Brian Paul2014-04-175-46/+100
* svga: implement support for signed byte vertex attributesBrian Paul2014-04-176-14/+151
* svga: move translated vertex declaration types into svga_velems_stateBrian Paul2014-04-174-40/+45