summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: add MESA_NO_MINMAX_CACHE environment variableNicolai Hähnle2016-02-032-0/+23
* vbo: disable the minmax cache when the hit rate is lowNicolai Hähnle2016-02-032-2/+34
* mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistoryNicolai Hähnle2016-02-032-1/+3
* vbo: cache/memoize the result of vbo_get_minmax_indices (v3)Nicolai Hähnle2016-02-034-1/+186
* vbo: move vbo_get_minmax_indices into its own source fileNicolai Hähnle2016-02-033-148/+180
* mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_dataNicolai Hähnle2016-02-031-8/+8
* mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2016-02-032-0/+10
* mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2016-02-032-0/+4
* util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2016-02-032-3/+6
* util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle2016-02-034-0/+120
* st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu2016-02-021-2/+5
* vl: add zig zag scan for list 4x4Leo Liu2016-02-022-0/+8
* llvmpipe: use scissor_planes_needed helper functionRoland Scheidegger2016-02-033-18/+33
* i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONEJordan Justen2016-02-021-2/+2
* mesa: use default geometry's samples when there are no attachmentsIlia Mirkin2016-02-021-1/+1
* mesa: invalidate framebuffer when changing parametersIlia Mirkin2016-02-021-0/+3
* mesa: use geometric helper for computing min samplesIlia Mirkin2016-02-021-3/+4
* mesa: the _mesa_geometric_* functions require full types from mtypes.hIlia Mirkin2016-02-021-1/+1
* winsys/radeon: Do not deinit the pb cache if it was not initializedNiels Ole Salscheider2016-02-021-2/+3
* tgsi/scan: add tgsi_shader_info::reads_samplemaskMarek Olšák2016-02-022-0/+3
* radeonsi: rework RB+ for StoneyMarek Olšák2016-02-024-109/+228
* radeonsi: rename cb_target_mask state to cb_render_stateMarek Olšák2016-02-025-14/+15
* radeonsi: treat intensity render targets exactly like redMarek Olšák2016-02-021-1/+3
* tgsi: set correct src type for UP2HMarek Olšák2016-02-021-0/+1
* util/hash_table: don't compare deleted entriesConnor Abbott2016-02-021-1/+2
* util/set: don't compare against deleted entriesConnor Abbott2016-02-021-1/+2
* glsl: Disable tree grafting optimization for shared variablesJordan Justen2016-02-021-5/+6
* glsl: Enable debug prints for do_common_optimizationJordan Justen2016-02-021-32/+49
* Revert "i965: Provide sse2 version for rgba8 <-> bgra8 swizzle"Roland Scheidegger2016-02-022-62/+12
* virgl: mark function as staticDave Airlie2016-02-021-1/+1
* gallivm: add PK2H/UP2H supportRoland Scheidegger2016-02-022-7/+9
* gallivm: add PK2H/UP2H supportRoland Scheidegger2016-02-025-2/+119
* tgsi: add PK2H/UP2H supportRoland Scheidegger2016-02-022-3/+48
* llvmpipe: drop scissor planes early if the tri is fully inside themRoland Scheidegger2016-02-022-69/+110
* llvmpipe: minor cleanup of sse2 for calc_fixed_positionRoland Scheidegger2016-02-021-6/+5
* llvmpipe: use vector loads for (optimized) tri raster funcsRoland Scheidegger2016-02-022-37/+24
* i965: Provide sse2 version for rgba8 <-> bgra8 swizzleRoland Scheidegger2016-02-022-12/+62
* mesa: fix typo in python scriptsRoland Scheidegger2016-02-022-2/+2
* virgl: also build vtest for AndroidRob Herring2016-02-023-2/+35
* virgl: fix reference counting of prime handlesRob Herring2016-02-022-12/+33
* virgl: reuse screen when fd is already openRob Herring2016-02-025-8/+97
* nouveau/video: wrap assertion within #ifndef NDEBUGMauro Rossi2016-02-011-0/+2
* st/mesa: treat a write as a read for range purposesIlia Mirkin2016-02-011-1/+4
* i965/gen7+: Use NIR for lowering of pack/unpack opcodes.Matt Turner2016-02-013-19/+29
* i965/vec4: Implement nir_op_pack_uvec2_to_uint.Matt Turner2016-02-011-0/+18
* nir: Add lowering support for unpacking opcodes.Matt Turner2016-02-012-0/+32
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-014-0/+66
* i965/fs: Implement support for extract_word.Matt Turner2016-02-015-0/+56
* nir: Add opcodes to extract bytes or words.Matt Turner2016-02-013-0/+28
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-019-170/+8