summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add a debug flag for unsafe math LLVM optimizationsMarek Olšák2016-06-213-0/+18
* radeonsi: use u_blitter for mipmap generationMarek Olšák2016-06-212-1/+32
* gallium/u_blitter: implement mipmap generationMarek Olšák2016-06-212-114/+238
* st/mesa: cache staging texture for glReadPixelsNicolai Hähnle2016-06-214-14/+110
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-2112-0/+17
* st/mesa: add readpix_cache structureNicolai Hähnle2016-06-213-0/+22
* st/mesa: move ReadPixels blit into a separate functionNicolai Hähnle2016-06-211-52/+78
* st/mesa: flush bitmap cache before CopyImageSubDataNicolai Hähnle2016-06-211-0/+3
* st/mesa: flush bitmap cache before texture functionsNicolai Hähnle2016-06-212-0/+12
* st/mesa: flush bitmap cache before compute dispatchNicolai Hähnle2016-06-211-0/+3
* i965: get PrimitiveMode from the program rather than the shader structTimothy Arceri2016-06-211-3/+2
* clover: Fix build against clang SVN >= r273191Vedran Miletić2016-06-211-1/+1
* i965: Fix multiplication of immediates on Cherryview/Broxton.Kenneth Graunke2016-06-201-1/+4
* anv: Add proper support for depth clampingJason Ekstrand2016-06-208-10/+22
* anv/cmd_buffer: Split emit_viewport in twoJason Ekstrand2016-06-203-13/+30
* anv/cmd_buffer: Set depth/stencil extent based on the imageJason Ekstrand2016-06-201-5/+5
* anv/cmd_buffer: Don't crash if push constants are provided for missing stagesJason Ekstrand2016-06-201-1/+1
* anv/pipeline: Do invariance propagation on SPIR-V shadersJason Ekstrand2016-06-201-0/+3
* nir/alu_to_scalar: Respect the exact ALU operation qualifierJason Ekstrand2016-06-201-0/+2
* nir: Add a pass for propagating invariant decorationsJason Ekstrand2016-06-203-0/+199
* nir/algebraic: Remove imprecise flog2 optimizationsJason Ekstrand2016-06-201-2/+0
* i965: Delete redundant extension enablesIan Romanick2016-06-201-9/+0
* mesa: Fix incorrect "see also" commentsIan Romanick2016-06-202-2/+2
* mesa: Silence unused parameter warningIan Romanick2016-06-201-1/+1
* gallium: make image_view constRob Clark2016-06-207-10/+10
* gallium: make constant_buffer constRob Clark2016-06-2021-24/+23
* gallium: make shader_buffers constRob Clark2016-06-206-9/+9
* radeonsi: use trapezoid distribution for tess on Fiji and PolarisNicolai Hähnle2016-06-202-8/+24
* radeonsi/sid: add Fiji+ tesselation distribution modeNicolai Hähnle2016-06-201-3/+7
* radeonsi: emit PA_SC_RASTER_CONFIG_1 only onceNicolai Hähnle2016-06-201-16/+17
* radeonsi: fix calculation of valid RB mask per SENicolai Hähnle2016-06-201-4/+9
* radeonsi: raise SI_PM4_MAX_DWNicolai Hähnle2016-06-201-1/+1
* gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9Roland Scheidegger2016-06-201-2/+4
* nvc0: don't make use of push hint if there are no non-const user vbosIlia Mirkin2016-06-191-1/+3
* gk104/ir: fix tex use generation to be more careful about eliding usesIlia Mirkin2016-06-192-12/+27
* nv50: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-187-5/+74
* nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-187-5/+72
* st/mesa: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-1811-1/+176
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-1817-0/+18
* gallium: add API for setting window rectanglesIlia Mirkin2016-06-183-3/+25
* mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin2016-06-188-3/+120
* glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin2016-06-186-0/+48
* nv50/ir: add missing strings for some recent sysvalsSamuel Pitoiset2016-06-181-0/+3
* swr: Update screen->context pointer with multiple contexts.Bruce Cherniak2016-06-172-3/+7
* scons: put the generated git_sha1.h file in top-level src/ directoryBrian Paul2016-06-172-44/+50
* swr: switch from overriding -march to selecting featuresTim Rowley2016-06-171-2/+2
* mesa: remove remaining tabs in api_validate.cTimothy Arceri2016-06-171-11/+11
* i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXTSamuel Iglesias Gonsálvez2016-06-171-3/+25
* i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXTIago Toral Quiroga2016-06-171-0/+25
* i965: Fix comment about CS scratch space encodings on Broadwell+.Kenneth Graunke2016-06-161-1/+1