summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-02svga/winsys: Add support for VGPU10Brian Paul22-134/+473
2015-09-02svga: update the svga3d device header filesBrian Paul11-1043/+2206
2015-09-02svga: add new version 10 device header filesBrian Paul2-0/+2010
2015-09-02winsys/svga: add new vmw_query.c[h] filesBrian Paul3-1/+214
2015-09-02meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson1-15/+30
2015-09-02i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro1-0/+2
2015-09-02r600g: Add doubles support for CYPRESSGlenn Kennard1-2/+25
2015-09-02r600g: add doubles support for CAYMANDave Airlie5-6/+421
2015-09-02tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2-1/+5
2015-09-02r600g: add multiple stream support for geom shadersGlenn Kennard5-74/+171
2015-09-02r600g/sb: add support for multiple streams to SB backendDave Airlie2-5/+15
2015-09-02r600g: add support for streams to the assembler.Dave Airlie5-2/+11
2015-09-02r600g/sb: dump sampler/resource index modes for textures.Dave Airlie1-0/+4
2015-09-02mesa/readpixels: check strides are equal before skipping conversionDave Airlie1-1/+2
2015-09-02texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2-5/+5
2015-09-02st/readpixels: fix accel path for skipimages.Dave Airlie1-2/+2
2015-09-02mesa/formats: 8-bit channel integer formats additionDave Airlie5-0/+64
2015-09-02mesa/formats: add some formats from GL3.3Dave Airlie5-0/+123
2015-09-02mesa: handle SwapBytes in compressed texture get code.Dave Airlie1-0/+7
2015-09-02mesa: fix SwapBytes handling in numerous placesDave Airlie6-56/+89
2015-09-01auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca1-0/+2
2015-09-01util: add a couple primitive restart helper functionsBrian Paul3-0/+331
2015-09-01tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee3-0/+346
2015-09-01tgsi: adds tgsi utility to transform a shader to support point spriteCharmaine Lee3-0/+622
2015-09-01tgsi: add new tgsi_two_side.c utility codeBrian Paul3-0/+264
2015-09-01util: add util_strcasecmp() wrapperBrian Paul1-0/+3
2015-09-01gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2-0/+57
2015-09-01gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger1-1/+6
2015-09-01gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger1-1/+6
2015-09-01tgsi: add some more helper functionsCharmaine Lee1-4/+65
2015-09-01tgsi: added tgsi_is_shadow_target() helperBrian Paul2-0/+21
2015-09-01tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul4-5/+8
2015-09-01util: added ffsll() functionBrian Paul1-0/+20
2015-09-01util: added util_set_index_buffer()Brian Paul2-0/+18
2015-09-01mesa: Move gl_vert_attrib from mtypes.h to shader_enums.hJason Ekstrand2-107/+108
2015-09-01glapi: Inline x86_64_current_tls().Matt Turner1-8/+2
2015-09-01r600g: Simplify out a couple of unnecessary branchesEdward O'Callaghan1-6/+2
2015-09-01radeonsi: use an indirect buffer for init_configMarek Olšák2-0/+3
2015-09-01radeonsi: add IB2 indirect buffer support for pm4 statesMarek Olšák3-2/+54
2015-09-01winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák3-6/+10
2015-09-01winsys/amdgpu: remove IB padding for SIMarek Olšák1-17/+5
2015-09-01radeonsi: remove unused macro si_pm4_set_stateMarek Olšák1-10/+0
2015-09-01radeonsi: remove si_pm4_cleanupMarek Olšák3-10/+0
2015-09-01radeonsi: rework uploading border colorsMarek Olšák5-92/+75
2015-09-01radeonsi: use all built-in border colorsMarek Olšák1-3/+18
2015-09-01radeonsi: inline si_cmd_context_controlMarek Olšák4-41/+4
2015-09-01radeonsi: remove unused si_pm4_state codeMarek Olšák2-28/+2
2015-09-01radeonsi: reorder si_context variablesMarek Olšák1-40/+45
2015-09-01radeonsi: don't send IB dword usage to si_need_cs_spaceMarek Olšák5-8/+6
2015-09-01radeonsi: don't set number of IB dwords for statesMarek Olšák4-29/+18