summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-03radeonsi: add placeholder MC and SRBM performance counter groupsqueryNicolai Hähnle1-16/+54
2016-02-03radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle3-39/+42
2016-02-03radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle1-12/+18
2016-02-03gallium/radeon: add GPIN driver query groupNicolai Hähnle2-3/+87
2016-02-03gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZENicolai Hähnle1-1/+1
2016-02-03gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle3-5/+25
2016-02-03st/mesa: implement PBO upload for glCompressedTex(Sub)ImageNicolai Hähnle1-0/+115
2016-02-03st/mesa: redirect CompressedTexSubImage to our own implementationNicolai Hähnle1-6/+18
2016-02-03st/mesa: inline the implementation of _mesa_store_compressed_teximageNicolai Hähnle1-1/+27
2016-02-03st/mesa: implement PBO upload for multiple layersNicolai Hähnle2-19/+143
2016-02-03st/mesa: Accelerate PBO uploadsFredrik Höglund4-9/+898
2016-02-03st/mesa: use the correct address generation functions in st_TexSubImage blitNicolai Hähnle1-5/+5
2016-02-03gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle16-0/+22
2016-02-03gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle16-0/+27
2016-02-03mesa: add MESA_NO_MINMAX_CACHE environment variableNicolai Hähnle2-0/+23
2016-02-03vbo: disable the minmax cache when the hit rate is lowNicolai Hähnle2-2/+34
2016-02-03mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistoryNicolai Hähnle2-1/+3
2016-02-03vbo: cache/memoize the result of vbo_get_minmax_indices (v3)Nicolai Hähnle4-1/+186
2016-02-03vbo: move vbo_get_minmax_indices into its own source fileNicolai Hähnle3-148/+180
2016-02-03mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_dataNicolai Hähnle1-8/+8
2016-02-03mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2-0/+10
2016-02-03mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2-0/+4
2016-02-03util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2-3/+6
2016-02-03util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle4-0/+120
2016-02-02st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu1-2/+5
2016-02-02vl: add zig zag scan for list 4x4Leo Liu2-0/+8
2016-02-03llvmpipe: use scissor_planes_needed helper functionRoland Scheidegger3-18/+33
2016-02-02i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONEJordan Justen1-2/+2
2016-02-02mesa: use default geometry's samples when there are no attachmentsIlia Mirkin1-1/+1
2016-02-02mesa: invalidate framebuffer when changing parametersIlia Mirkin1-0/+3
2016-02-02mesa: use geometric helper for computing min samplesIlia Mirkin1-3/+4
2016-02-02mesa: the _mesa_geometric_* functions require full types from mtypes.hIlia Mirkin1-1/+1
2016-02-02winsys/radeon: Do not deinit the pb cache if it was not initializedNiels Ole Salscheider1-2/+3
2016-02-02tgsi/scan: add tgsi_shader_info::reads_samplemaskMarek Olšák2-0/+3
2016-02-02radeonsi: rework RB+ for StoneyMarek Olšák4-109/+228
2016-02-02radeonsi: rename cb_target_mask state to cb_render_stateMarek Olšák5-14/+15
2016-02-02radeonsi: treat intensity render targets exactly like redMarek Olšák1-1/+3
2016-02-02tgsi: set correct src type for UP2HMarek Olšák1-0/+1
2016-02-02util/hash_table: don't compare deleted entriesConnor Abbott1-1/+2
2016-02-02util/set: don't compare against deleted entriesConnor Abbott1-1/+2
2016-02-02glsl: Disable tree grafting optimization for shared variablesJordan Justen1-5/+6
2016-02-02glsl: Enable debug prints for do_common_optimizationJordan Justen1-32/+49
2016-02-02Revert "i965: Provide sse2 version for rgba8 <-> bgra8 swizzle"Roland Scheidegger2-62/+12
2016-02-02virgl: mark function as staticDave Airlie1-1/+1
2016-02-02gallivm: add PK2H/UP2H supportRoland Scheidegger2-7/+9
2016-02-02gallivm: add PK2H/UP2H supportRoland Scheidegger5-2/+119
2016-02-02tgsi: add PK2H/UP2H supportRoland Scheidegger2-3/+48
2016-02-02llvmpipe: drop scissor planes early if the tri is fully inside themRoland Scheidegger2-69/+110
2016-02-02llvmpipe: minor cleanup of sse2 for calc_fixed_positionRoland Scheidegger1-6/+5
2016-02-02llvmpipe: use vector loads for (optimized) tri raster funcsRoland Scheidegger2-37/+24