summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-22swr: [rasterizer scripts] Knob scripts tweaksTim Rowley2-2/+27
2016-04-22swr: [rasterizer] Interpolation utility functionsTim Rowley3-6/+55
2016-04-22swr: [rasterizer core] TemplateArgUnrollerTim Rowley5-109/+101
2016-04-22swr: [rasterizer core] Arena: make most allocated blocks the same sizeTim Rowley1-16/+52
2016-04-22swr: [rasterizer core] Fix global arena allocator bugTim Rowley2-42/+51
2016-04-22swr: [rasterizer core] Fix thread binding for 32-bit windowsTim Rowley1-1/+15
2016-04-22swr: [rasterizer fetch] Add support for fetching non-uniform component formatsTim Rowley1-1/+189
2016-04-22swr: [rasterizer core] Use CS spill/fill size in coreTim Rowley4-5/+9
2016-04-22swr: fix memory leaks from vs/fs compilationTim Rowley3-23/+41
2016-04-22swr: fix clang warningsTim Rowley2-5/+5
2016-04-22freedreno/a4xx: fix encoding of blend color stateRob Clark1-35/+14
2016-04-22freedreno: update generated headersRob Clark5-9/+33
2016-04-22vc4: Make sure we recompile when sample_mask changes.Eric Anholt1-0/+1
2016-04-22vc4: Fix validation of full res tile offset if used for non-MSAA.Eric Anholt3-2/+14
2016-04-22vc4: Only do MSAA FB operations if the FB is MSAA.Eric Anholt1-5/+8
2016-04-22vc4: Fix tests for format supported with nr_samples == 1.Eric Anholt1-3/+4
2016-04-22vc4: Don't try to blit from MSAA surfaces with mismatched width to dst.Eric Anholt1-11/+14
2016-04-22i965: Disable channel expressions for scalar GS, TCS, TES.Kenneth Graunke1-1/+3
2016-04-22i965/blorp: Add support for 2x msaaTopi Pohjolainen2-10/+9
2016-04-22i965/blorp: Add support for encoding/decoding interleaved 2x msaaTopi Pohjolainen1-8/+36
2016-04-22i965: don't lower mod() in glsl irSamuel Iglesias Gonsálvez1-1/+0
2016-04-22glsl: fix cross validation for explicit locations on structs and arraysTimothy Arceri1-13/+30
2016-04-21radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATIONNicolai Hähnle1-0/+11
2016-04-22swr: ignore generated files in rasterizerIlia Mirkin1-0/+7
2016-04-22nvc0: fix retrieving query results into buffer for timestampsIlia Mirkin1-5/+15
2016-04-21i965/surface_state: Use libisl functions for image format loweringJason Ekstrand3-120/+12
2016-04-21i965/fs_surface_builder: Use isl instead of mesa for format infoJason Ekstrand1-66/+52
2016-04-21i965/fs_surface_builder: Add a helper for converting GL to ISL formatsJason Ekstrand1-0/+55
2016-04-21i965/fs_surface_builder: Explicitly handle FORMAT_NONE in num_image_coordinatesJason Ekstrand1-0/+1
2016-04-21i965/fs_surface_builder: Take a GL format enum instead of mesa_formatJason Ekstrand3-9/+10
2016-04-21isl/format: Add a get_num_channels helperJason Ekstrand2-0/+17
2016-04-21isl/format: Add more isl_format_has_type_channel functionsJason Ekstrand2-4/+43
2016-04-21isl/format: Break the guts of has_[us]int_channel into a helperJason Ekstrand1-18/+16
2016-04-21anv/image: Use the has_matching_typed_storage_image_format helper from islJason Ekstrand1-12/+3
2016-04-21isl: Add a helper for determining when a typed load/store can be usedJason Ekstrand2-0/+20
2016-04-21isl: Take a devinfo in lower_storage_image_format instead of an isl_deviceJason Ekstrand4-18/+19
2016-04-21isl: Don't use designated initializers in the headerJason Ekstrand1-13/+24
2016-04-21isl: Include c99_compat.hJason Ekstrand1-0/+1
2016-04-21i965: Add a dependency on libislJason Ekstrand3-9/+15
2016-04-21radeon: handle query buffer allocation and mapping failuresNicolai Hähnle2-9/+33
2016-04-21radeon: wire end_query return value to sw/hw_endNicolai Hähnle2-7/+10
2016-04-21st/mesa: check return value of begin/end_queryNicolai Hähnle1-22/+33
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle19-26/+49
2016-04-21i965: Always use Y-tiled buffers on SKL+Ben Widawsky4-8/+30
2016-04-22softpipe: fix a warning due to an incorrect enum comparisonMarek Olšák1-1/+1
2016-04-22gallium: remove helpers converting to/from TGSI_PROCESSOR_*Marek Olšák4-37/+3
2016-04-22gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák48-369/+360
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák63-499/+489
2016-04-22gallium: use enums in p_shader_tokens.h (v2)Marek Olšák1-139/+164
2016-04-22gallium: use enums in p_defines.h (v2)Marek Olšák1-173/+205