summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nir/regs_to_ssa: Handle regs in phi sources properlyJason Ekstrand2019-07-161-2/+32
* spirv: Add a warning for ArrayStride on arrays of blocksJason Ekstrand2019-07-161-2/+9
* anv: Increase state allocation size limit to 2MBCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-161-0/+2
* swrast: Move _mesa_format_pack_colormask() to the only caller.Eric Anholt2019-07-163-78/+72
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-1614-35/+22
* mesa: Drop redundant checks for sRGB before sRGB to linear conversion.Eric Anholt2019-07-162-6/+4
* mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.Eric Anholt2019-07-163-34/+14
* mesa: Convert format_pack/unpack off of GL types.Eric Anholt2019-07-164-353/+352
* mesa: Port format_pack/unpack off of _mesa_problem().Eric Anholt2019-07-162-47/+17
* mesa: Mostly switch Mesa format info off of GL types other than GLenum.Eric Anholt2019-07-162-142/+144
* mesa: Rename gl_pack typedefs to mesa_pack.Eric Anholt2019-07-165-20/+20
* mesa: Rename gl_format_info to mesa_format_info.Eric Anholt2019-07-162-29/+29
* state_tracker: Move the format test out to be an actual unit test.Eric Anholt2019-07-163-51/+117
* u_format: Remove pointless comments.Eric Anholt2019-07-161-6/+0
* src/util: Switch _mesa_half_to_float() to u_half.h's version.Eric Anholt2019-07-161-43/+2
* u_half_test: Turn it into an actual unit test.Eric Anholt2019-07-161-4/+5
* android: radv/gfx10: generate gfx10_format_table.hMauro Rossi2019-07-162-1/+17
* mesa/st: add sampler uniformsRob Clark2019-07-161-6/+45
* egl/android: handle multi-fd native windowsRob Clark2019-07-161-25/+55
* st,i965: Stop looping on 64-bit loweringJason Ekstrand2019-07-163-30/+13
* nir/lower_doubles: Handle fdiv and fsub directlyJason Ekstrand2019-07-162-2/+17
* nir/lower_doubles: Use the new NIR lowering frameworkJason Ekstrand2019-07-161-72/+65
* nir/lower_doubles: Use "alu" for the nir_alu_instrJason Ekstrand2019-07-161-15/+15
* nir/lower_int64: Use the core NIR lowering frameworkJason Ekstrand2019-07-161-74/+49
* nir/alu_to_scalar: Use the new NIR lowering frameworkJason Ekstrand2019-07-161-93/+54
* nir/alu_to_scalar: Use "alu" as the name for the nir_alu_instrJason Ekstrand2019-07-161-50/+50
* nir/lower_system_values: Support lowering more intrinsicsJason Ekstrand2019-07-161-87/+83
* nir/lower_system_values: Drop the context-aware builder functionsJason Ekstrand2019-07-161-97/+96
* nir/lower_system_values: Use the new generic NIR lowering helpersJason Ekstrand2019-07-161-96/+55
* nir/lower_subgroups: Use the new generic NIR lowering helpersJason Ekstrand2019-07-161-45/+14
* nir: Add some generic helpers for writing lowering passesJason Ekstrand2019-07-162-0/+192
* nir: Add a helper for fetching the SSA def from an instructionJason Ekstrand2019-07-162-0/+49
* pandecode: Add more addresses to traceTomeu Vizoso2019-07-161-5/+5
* panfrost: Use 64-bit descriptors globallyTomeu Vizoso2019-07-165-67/+26
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-161-0/+2
* panfrost: Implement opportunistic AFBCAlyssa Rosenzweig2019-07-165-1/+100
* panfrost/mfbd: Zero out framebuffer_strideAlyssa Rosenzweig2019-07-161-2/+3
* panfrost: AFBC buffers must be cache-line alignedAlyssa Rosenzweig2019-07-161-0/+5
* panfrost: Add Z/S and MRT BOs to the jobAlyssa Rosenzweig2019-07-162-10/+12
* panfrost: Set usage2 during draw, not CSOAlyssa Rosenzweig2019-07-162-24/+37
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-161-0/+14
* radv: add radv_emit_streamout_{begin,end} helpersSamuel Pitoiset2019-07-161-8/+35
* radv: pass output values to radv_emit_stream_output()Samuel Pitoiset2019-07-161-13/+18
* radv: allow to select DST_SEL with RELEASE_MEMSamuel Pitoiset2019-07-164-3/+11
* radv: allow to emit PS_DONE/CS_DONE with RELEASE_MEMSamuel Pitoiset2019-07-161-1/+2
* radv: restore an assertion in handle_vs_outputs()Samuel Pitoiset2019-07-161-1/+1
* radv/gfx10: emit ES outputs of TES when it's not NGGSamuel Pitoiset2019-07-161-3/+3
* radv: update LATE_ALLOC_VS.LIMITSamuel Pitoiset2019-07-161-18/+42
* radv/gfx10: support pixel shaders without exportsSamuel Pitoiset2019-07-161-1/+7