summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: avoid stack smashing when there are too many attributesIlia Mirkin2016-03-071-0/+7
* i965/vec4: Propagate swizzles correctly during copy propagation.Francisco Jerez2016-03-061-66/+59
* i965: Don't try copy propagation if constant propagation succeeded.Francisco Jerez2016-03-062-4/+2
* i965/vec4: Use swizzle() to swizzle immediates during constant propagation.Francisco Jerez2016-03-061-18/+1
* i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().Francisco Jerez2016-03-063-3/+54
* i965: Pass symbolic swizzle to brw_swizzle() as a single argument.Francisco Jerez2016-03-064-20/+16
* nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2016-03-062-2/+3
* nv50/ir: using sampleid/pos shouldn't force per-sample interpolationIlia Mirkin2016-03-052-6/+1
* st/mesa: don't force per-sample interp if only sampleid/pos are usedIlia Mirkin2016-03-052-12/+6
* swrast: fix GL_ANY_SAMPLES_PASSED values in ResultIlia Mirkin2016-03-051-0/+5
* st/mesa: 78-column wrapping in st_extensions.cBrian Paul2016-03-051-68/+107
* gallium/util: add new comments, assertions in u_debug_refcnt.cBrian Paul2016-03-051-0/+20
* gallium/util: update comments and URL in u_debug_refcnt.cBrian Paul2016-03-051-4/+10
* gallium/util: make stream variable static in u_debug_refcnt.cBrian Paul2016-03-051-1/+1
* gallium/util: re-indent u_debug_refcnt.[ch]Brian Paul2016-03-052-50/+65
* gallium/tests: silence warning in compute.cBrian Paul2016-03-051-1/+1
* glsl: replace remaining tabs in link_varyings.cppTimothy Arceri2016-03-051-9/+9
* glsl: replace remaining tabs in link_uniforms.cppTimothy Arceri2016-03-051-69/+69
* glsl: apply align layout qualifier rules to block offsetsTimothy Arceri2016-03-051-3/+48
* glsl: parse align layout qualifierTimothy Arceri2016-03-053-0/+26
* glsl: use explicit offset when lowering buffer accessTimothy Arceri2016-03-051-0/+4
* glsl: copy explicit offset to uniform storageTimothy Arceri2016-03-053-0/+20
* glsl: update comment on offset fieldTimothy Arceri2016-03-051-1/+1
* glsl: add offset to glsl interface typeTimothy Arceri2016-03-054-0/+18
* glsl: apply compile-time rules for the offset layout qualifierTimothy Arceri2016-03-051-0/+49
* glsl: enable offset layout qualifier for ARB_enhanced_layoutsTimothy Arceri2016-03-051-1/+2
* glsl: reject invalid input layout qualifiersTimothy Arceri2016-03-051-0/+29
* glsl: only apply default stream to output blocksTimothy Arceri2016-03-051-1/+2
* glsl: rework parsing of blocksTimothy Arceri2016-03-052-32/+24
* glsl: don't apply uniform/buffer layouts to interface blocksTimothy Arceri2016-03-051-6/+7
* i965: Only magnify depth for 3D textures, not array textures.Kenneth Graunke2016-03-041-1/+1
* i965/vec4: add opportunistic behaviour to opt_vector_float()Juan A. Suarez Romero2016-03-042-21/+43
* st/xlib: Don't destroy screen on XCloseDisplay()George Kyriazis2016-03-041-3/+7
* i965/fs: Optimize float conversions of byte/word extract.Matt Turner2016-03-042-0/+48
* nir: Recognize open-coded extract_u16.Matt Turner2016-03-041-0/+5
* nir: Recognize open-coded extract_u8.Matt Turner2016-03-041-0/+7
* st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis2016-03-043-35/+27
* st/xlib: Support unlimited number of display connectionsGeorge Kyriazis2016-03-041-19/+103
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-044-7/+23
* svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul2016-03-042-0/+14
* svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul2016-03-041-9/+9
* svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh2016-03-041-1/+10
* svga: fix an error in svga_texture_generate_mipmapCharmaine Lee2016-03-041-1/+6
* winsys/svga: Increase the fence timeoutThomas Hellstrom2016-03-041-1/+2
* winsys/svga: Fix an uninitialized return valueThomas Hellstrom2016-03-041-0/+2
* i965: Set MaxFramebufferWidth/Height to 16384, not viewport.Kenneth Graunke2016-03-031-2/+2
* glsl: Improve the accuracy of the acos() approximation.Francisco Jerez2016-03-031-1/+1
* glsl: Parameterize asin_expr() on the fit coefficients.Kenneth Graunke2016-03-031-6/+6
* mesa: Allow Get*() of several forgotten IsEnabled() pnames.Kenneth Graunke2016-03-032-0/+5
* mesa: Make glGet queries initialize ctx->Debug when necessary.Kenneth Graunke2016-03-031-14/+6