summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx/dri2: fix build failure on HURDJulien Cristau2014-03-051-0/+5
* i965: Validate (and resolve) all the bound textures.Chris Forbes2014-03-032-2/+2
* i965: Widen sampler key bitfields for 32 samplersChris Forbes2014-03-031-3/+3
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-012-2/+2
* mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2014-03-011-0/+22
* i915: Allocate the sys_buffer using _mesa_align_mallocIan Romanick2014-02-281-7/+8
* i915: Only allow 8 vertex texture unitsIan Romanick2014-02-281-0/+1
* i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...Petri Latvala2014-02-284-2/+28
* r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUsTom Stellard2014-02-281-1/+3
* glsl: Don't vectorize horizontal expressions.Matt Turner2014-02-281-0/+15
* glsl: Add is_horizontal() method to ir_expression.Matt Turner2014-02-281-0/+12
* mesa: do depth/stencil format conversion in glGetTexImageBrian Paul2014-02-281-2/+9
* winsys/svga: Avoid calling drm getparam for max surface size on older kernelsThomas Hellstrom2014-02-281-7/+8
* i965: Fix the region's pitch condition to use blitterAnuj Phogat2014-02-261-3/+3
* i965: Don't try to dump shader source for fixed-function FS programs.Kenneth Graunke2014-02-261-1/+1
* glsl: Delete LRP_TO_ARITH lowering pass flag.Kenneth Graunke2014-02-262-35/+2
* i965: Stop lowering ir_triop_lrp.Kenneth Graunke2014-02-261-2/+0
* i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.Kenneth Graunke2014-02-262-7/+38
* i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.Kenneth Graunke2014-02-261-0/+1
* i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :...Francisco Jerez2014-02-261-0/+24
* gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul2014-02-264-8/+8
* svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2014-02-265-26/+44
* svga/winsys: implement GBS supportBrian Paul2014-02-2619-323/+3064
* gallium/util: Add flush/map debug utility codeThomas Hellstrom2014-02-263-0/+530
* gallium/pipebuffer: Add a cache buffer manager bypass maskThomas Hellstrom2014-02-263-5/+23
* pipebuffer, winsys: Add a size match parameter to the cached buffer managerThomas Hellstrom2014-02-263-4/+8
* svga: update texture code for GBSBrian Paul2014-02-262-64/+326
* svga: update buffer code for GBSBrian Paul2014-02-262-42/+224
* svga: add new helper functions for GBS buffersBrian Paul2014-02-261-0/+76
* svga: remove a couple unneeded assertionsBrian Paul2014-02-262-2/+0
* svga: adjust adjustment for point coordinatesBrian Paul2014-02-261-1/+4
* svga: track which textures are rendered toBrian Paul2014-02-262-18/+38
* svga: add helpers for tracking rendering to texturesBrian Paul2014-02-262-0/+68
* svga: update shader code for GBSBrian Paul2014-02-268-20/+142
* svga: update constant buffer code for GBSBrian Paul2014-02-265-69/+175
* svga: add svga_have_gb_objects/dma() functionsBrian Paul2014-02-261-0/+14
* svga: add new GBS commandsBrian Paul2014-02-262-5/+637
* svga: update svga_winsys interface for GBSBrian Paul2014-02-266-13/+141
* svga: update dumping code with new GBS commands, etcBrian Paul2014-02-261-44/+268
* svga: split / update svga3d header filesBrian Paul2014-02-2617-1976/+4808
* svga: replace out-of-temps assertion with debug warningBrian Paul2014-02-261-2/+4
* svga: check shader size against max command buffer sizeBrian Paul2014-02-262-12/+49
* svga: refactor some shader codeBrian Paul2014-02-2611-76/+171
* glx: Fix the GLXFBConfig attrib sort prioritiesFredrik Höglund2014-02-261-7/+4
* glx: Fix the default values for GLXFBConfig attributesFredrik Höglund2014-02-261-7/+2
* nv50: correctly calculate the number of vertical blocks during transfer mapEmil Velikov2014-02-251-1/+1
* nv50: make sure to clear _all_ layers of all attachmentsIlia Mirkin2014-02-243-3/+21
* nv50/ir/ra: fix SpillCodeInserter::offsetSlot usageChristoph Bumiller2014-02-241-7/+7
* st/vdpau: add flush on unmapChristian König2014-02-241-0/+4
* vdpau: flush the context before exporting the surface v2Marek Olšák2014-02-241-0/+1