summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-25svga: minimize surface flushCharmaine Lee2-15/+85
2016-04-25glapi: fix _glapi_get_proc_address() for mangled function namesFrederic Devernay1-12/+6
2016-04-25util/blitter: use ARRAY_SIZE macroBrian Paul1-9/+3
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul19-55/+55
2016-04-25svga: whitespace and formatting fixes in svga_pipe_rasterizer.cBrian Paul1-16/+13
2016-04-25svga: whitespace and formatting fixes in svga_pipe_depthstencil.cBrian Paul1-14/+14
2016-04-25svga: whitespace and formatting fixes in svga_pipe_sampler.cBrian Paul1-31/+33
2016-04-25gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul1-1/+1
2016-04-25util/cache: add comments, fix formattingBrian Paul1-5/+35
2016-04-25i965: Mark URB reads as volatile.Kenneth Graunke1-0/+3
2016-04-25i965: Make a few tessellation related functions non-static.Kenneth Graunke3-47/+51
2016-04-25svga: separate HUD counters for state objectsBrian Paul7-12/+29
2016-04-25st/omx: Fix resource leak on OMX_ErrorNoneRobert Foss1-0/+1
2016-04-25isl: remove ffs function that conflicts with system headersJonathan Gray1-5/+1
2016-04-25gallium: use unreachable instead of assertsGrazvydas Ignotas1-1/+1
2016-04-25anv: fix warnings in release buildGrazvydas Ignotas4-4/+4
2016-04-25isl: fix warnings in release buildGrazvydas Ignotas2-2/+2
2016-04-25spirv: fix warning in release buildGrazvydas Ignotas1-1/+1
2016-04-25gallium: fix warnings in release buildGrazvydas Ignotas7-7/+9
2016-04-25glsl: fix warning in release buildGrazvydas Ignotas1-1/+1
2016-04-25util: add MAYBE_UNUSED for config dependent variablesGrazvydas Ignotas1-0/+2
2016-04-25nouveau: codegen: combineLd/St do not combine indirect loadsHans de Goede1-0/+7
2016-04-24freedreno/ir3: relax restriction in groupingRob Clark1-3/+5
2016-04-24freedreno/ir3: fix small memory leakRob Clark1-0/+2
2016-04-24freedreno/ir3: fix small RA bugRob Clark1-1/+2
2016-04-24freedreno/a4xx: better workaround for astc+srgbRob Clark10-22/+195
2016-04-24Revert "freedreno/a4xx: lower srgb in shader for astc textures"Rob Clark7-62/+6
2016-04-24freedreno/a4xx: blend state no longer depends on fb stateRob Clark1-4/+1
2016-04-24Revert "st/dri: add 32-bit RGBX/RGBA formats"Marek Olšák2-10/+0
2016-04-23genxml: use PYTHON3Jonathan Gray2-1/+3
2016-04-23i965/tex_image: Flush certain subnormal ASTC channel valuesNanley Chery1-0/+87
2016-04-23i965/blorp: Enable for buffer resolvesTopi Pohjolainen1-1/+1
2016-04-23i965/blorp: Enable for normal color clearsTopi Pohjolainen1-0/+9
2016-04-23i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+Topi Pohjolainen1-7/+26
2016-04-23mesa/formats: Take luminance into account in component countTopi Pohjolainen1-0/+1
2016-04-23i965/blorp: Do not trigger re-emission of base state addressTopi Pohjolainen2-2/+0
2016-04-23i965/blorp: Reconfigure base state address only if neededTopi Pohjolainen3-3/+7
2016-04-23i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bitsTopi Pohjolainen2-5/+2
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke62-46/+179
2016-04-23i965: Introduce state flag for blorpTopi Pohjolainen2-0/+3
2016-04-23i965/blorp/gen6: Use normal base state address setupTopi Pohjolainen3-54/+5
2016-04-23i965: Remove pointers to non-existing atomsTopi Pohjolainen1-8/+0
2016-04-22radeonsi: Implement ddx/ddy on VI using ds_bpermuteTom Stellard1-12/+30
2016-04-22radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tidTom Stellard1-1/+16
2016-04-22radeonsi: Set range metadata on calls to llvm.SI.tidTom Stellard1-3/+26
2016-04-22radeonsi: Create a helper function for computing the thread idTom Stellard1-6/+11
2016-04-22i965: Disable KHR_texture_compression_astc_hdr on Gen9Nanley Chery2-4/+3
2016-04-22swr: [rasterizer memory] Constify load tilesTim Rowley2-6/+8
2016-04-22swr: [rasterizer core] CompleteDrawContext changes for gccTim Rowley1-4/+11
2016-04-22swr: [rasterizer] Small cleanupsTim Rowley7-20/+29