summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: fix _glapi_get_proc_address() for mangled function namesFrederic Devernay2016-04-251-12/+6
* util/blitter: use ARRAY_SIZE macroBrian Paul2016-04-251-9/+3
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-2519-55/+55
* svga: whitespace and formatting fixes in svga_pipe_rasterizer.cBrian Paul2016-04-251-16/+13
* svga: whitespace and formatting fixes in svga_pipe_depthstencil.cBrian Paul2016-04-251-14/+14
* svga: whitespace and formatting fixes in svga_pipe_sampler.cBrian Paul2016-04-251-31/+33
* gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul2016-04-251-1/+1
* util/cache: add comments, fix formattingBrian Paul2016-04-251-5/+35
* i965: Mark URB reads as volatile.Kenneth Graunke2016-04-251-0/+3
* i965: Make a few tessellation related functions non-static.Kenneth Graunke2016-04-253-47/+51
* svga: separate HUD counters for state objectsBrian Paul2016-04-257-12/+29
* st/omx: Fix resource leak on OMX_ErrorNoneRobert Foss2016-04-251-0/+1
* isl: remove ffs function that conflicts with system headersJonathan Gray2016-04-251-5/+1
* gallium: use unreachable instead of assertsGrazvydas Ignotas2016-04-251-1/+1
* anv: fix warnings in release buildGrazvydas Ignotas2016-04-254-4/+4
* isl: fix warnings in release buildGrazvydas Ignotas2016-04-252-2/+2
* spirv: fix warning in release buildGrazvydas Ignotas2016-04-251-1/+1
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-257-7/+9
* glsl: fix warning in release buildGrazvydas Ignotas2016-04-251-1/+1
* util: add MAYBE_UNUSED for config dependent variablesGrazvydas Ignotas2016-04-251-0/+2
* nouveau: codegen: combineLd/St do not combine indirect loadsHans de Goede2016-04-251-0/+7
* freedreno/ir3: relax restriction in groupingRob Clark2016-04-241-3/+5
* freedreno/ir3: fix small memory leakRob Clark2016-04-241-0/+2
* freedreno/ir3: fix small RA bugRob Clark2016-04-241-1/+2
* freedreno/a4xx: better workaround for astc+srgbRob Clark2016-04-2410-22/+195
* Revert "freedreno/a4xx: lower srgb in shader for astc textures"Rob Clark2016-04-247-62/+6
* freedreno/a4xx: blend state no longer depends on fb stateRob Clark2016-04-241-4/+1
* Revert "st/dri: add 32-bit RGBX/RGBA formats"Marek Olšák2016-04-242-10/+0
* genxml: use PYTHON3Jonathan Gray2016-04-232-1/+3
* i965/tex_image: Flush certain subnormal ASTC channel valuesNanley Chery2016-04-231-0/+87
* i965/blorp: Enable for buffer resolvesTopi Pohjolainen2016-04-231-1/+1
* i965/blorp: Enable for normal color clearsTopi Pohjolainen2016-04-231-0/+9
* i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+Topi Pohjolainen2016-04-231-7/+26
* mesa/formats: Take luminance into account in component countTopi Pohjolainen2016-04-231-0/+1
* i965/blorp: Do not trigger re-emission of base state addressTopi Pohjolainen2016-04-232-2/+0
* i965/blorp: Reconfigure base state address only if neededTopi Pohjolainen2016-04-233-3/+7
* i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bitsTopi Pohjolainen2016-04-232-5/+2
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-2362-46/+179
* i965: Introduce state flag for blorpTopi Pohjolainen2016-04-232-0/+3
* i965/blorp/gen6: Use normal base state address setupTopi Pohjolainen2016-04-233-54/+5
* i965: Remove pointers to non-existing atomsTopi Pohjolainen2016-04-231-8/+0
* radeonsi: Implement ddx/ddy on VI using ds_bpermuteTom Stellard2016-04-221-12/+30
* radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tidTom Stellard2016-04-221-1/+16
* radeonsi: Set range metadata on calls to llvm.SI.tidTom Stellard2016-04-221-3/+26
* radeonsi: Create a helper function for computing the thread idTom Stellard2016-04-221-6/+11
* i965: Disable KHR_texture_compression_astc_hdr on Gen9Nanley Chery2016-04-222-4/+3
* swr: [rasterizer memory] Constify load tilesTim Rowley2016-04-222-6/+8
* swr: [rasterizer core] CompleteDrawContext changes for gccTim Rowley2016-04-221-4/+11
* swr: [rasterizer] Small cleanupsTim Rowley2016-04-227-20/+29
* swr: [rasterizer scripts] Knob scripts tweaksTim Rowley2016-04-222-2/+27