aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* svga: add new svga_pipe_streamout.c fileBrian Paul2015-09-021-0/+320
* svga: add new svga_pipe_gs.c fileBrian Paul2015-09-021-0/+142
* svga: add new svga_link.[ch] filesBrian Paul2015-09-022-0/+140
* svga: add new svga_cmd_vgpu10.c fileBrian Paul2015-09-021-0/+1289
* svga: add new svga_tgsi_vgpu10.c fileBrian Paul2015-09-021-0/+6778
* svga: remove unused SVGA3D_* command functionsBrian Paul2015-09-022-156/+0
* gallium/st: add pipe_context::get_timestamp()Brian Paul2015-09-022-2/+18
* svga/winsys: Add support for VGPU10Brian Paul2015-09-0222-134/+473
* svga: update the svga3d device header filesBrian Paul2015-09-0211-1043/+2206
* svga: add new version 10 device header filesBrian Paul2015-09-022-0/+2010
* winsys/svga: add new vmw_query.c[h] filesBrian Paul2015-09-023-1/+214
* meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson2015-09-021-15/+30
* i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro2015-09-021-0/+2
* r600g: Add doubles support for CYPRESSGlenn Kennard2015-09-021-2/+25
* r600g: add doubles support for CAYMANDave Airlie2015-09-025-6/+421
* tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2015-09-022-1/+5
* r600g: add multiple stream support for geom shadersGlenn Kennard2015-09-025-74/+171
* r600g/sb: add support for multiple streams to SB backendDave Airlie2015-09-022-5/+15
* r600g: add support for streams to the assembler.Dave Airlie2015-09-025-2/+11
* r600g/sb: dump sampler/resource index modes for textures.Dave Airlie2015-09-021-0/+4
* mesa/readpixels: check strides are equal before skipping conversionDave Airlie2015-09-021-1/+2
* texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2015-09-022-5/+5
* st/readpixels: fix accel path for skipimages.Dave Airlie2015-09-021-2/+2
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-025-0/+64
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-025-0/+123
* mesa: handle SwapBytes in compressed texture get code.Dave Airlie2015-09-021-0/+7
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-026-56/+89
* auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca2015-09-011-0/+2
* util: add a couple primitive restart helper functionsBrian Paul2015-09-013-0/+331
* tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee2015-09-013-0/+346
* tgsi: adds tgsi utility to transform a shader to support point spriteCharmaine Lee2015-09-013-0/+622
* tgsi: add new tgsi_two_side.c utility codeBrian Paul2015-09-013-0/+264
* util: add util_strcasecmp() wrapperBrian Paul2015-09-011-0/+3
* gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2015-09-012-0/+57
* gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger2015-09-011-1/+6
* gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger2015-09-011-1/+6
* tgsi: add some more helper functionsCharmaine Lee2015-09-011-4/+65
* tgsi: added tgsi_is_shadow_target() helperBrian Paul2015-09-012-0/+21
* tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul2015-09-014-5/+8
* util: added ffsll() functionBrian Paul2015-09-011-0/+20
* util: added util_set_index_buffer()Brian Paul2015-09-012-0/+18
* mesa: Move gl_vert_attrib from mtypes.h to shader_enums.hJason Ekstrand2015-09-012-107/+108
* glapi: Inline x86_64_current_tls().Matt Turner2015-09-011-8/+2
* r600g: Simplify out a couple of unnecessary branchesEdward O'Callaghan2015-09-011-6/+2
* radeonsi: use an indirect buffer for init_configMarek Olšák2015-09-012-0/+3
* radeonsi: add IB2 indirect buffer support for pm4 statesMarek Olšák2015-09-013-2/+54
* winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák2015-09-013-6/+10
* winsys/amdgpu: remove IB padding for SIMarek Olšák2015-09-011-17/+5
* radeonsi: remove unused macro si_pm4_set_stateMarek Olšák2015-09-011-10/+0
* radeonsi: remove si_pm4_cleanupMarek Olšák2015-09-013-10/+0