summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-17st/mesa: implement new DMA-buf based VDPAU interop v2vdpau-interopChristian König1-49/+132
2016-03-17st/vdpau: implement the new DMA-buf based interop v2Christian König4-3/+116
2016-03-17st/vdpau: move FormatRGBAToPipe into the interopChristian König5-28/+73
2016-03-17st/vdpau: add new interop interfaceChristian König2-1/+100
2016-03-17st/vdpau: use linear layout for output surfacesChristian König1-1/+2
2016-03-17radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2Christian König1-0/+5
2016-03-17radeon/winsys: add layer support for BO exportChristian König4-0/+7
2016-03-17radeon/winsys: add offset support for BO import/exportChristian König5-18/+33
2016-03-17gallium/winsys/drm: add layer to struct winsys_handleChristian König1-0/+5
2016-03-17gallium/winsys/drm: add offset to struct winsys_handleChristian König6-0/+13
2016-03-17nir: propagate bitsize information in nir_searchConnor Abbott3-27/+247
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott28-76/+137
2016-03-17nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga24-130/+130
2016-03-17nir: update opcode definitions for different bit sizesConnor Abbott7-158/+283
2016-03-17nir: add nir_{src,dest}_bit_size() helpersConnor Abbott1-0/+12
2016-03-17nir: Add a bit_size to nir_register and nir_ssa_defJason Ekstrand3-4/+46
2016-03-17nir/types: add a function to get the bitsize of a base typeConnor Abbott1-0/+21
2016-03-17i965/nir: fix check to resolve booleans to work with sized nir_alu_typeSamuel Iglesias Gonsálvez1-1/+1
2016-03-17nir: Add explicitly sized typesJason Ekstrand1-1/+28
2016-03-17i965/nir: Lower nir compute shader shared variablesJordan Justen3-0/+11
2016-03-17nir: Lower shared var atomics during nir_lower_ioJordan Justen1-2/+85
2016-03-17nir: Add support for lowering load/stores of shared variablesJordan Justen5-8/+32
2016-03-17nir: Add atomic operations on variablesJordan Justen1-0/+27
2016-03-17nir: Add compute shader shared variable storage classJordan Justen7-3/+26
2016-03-17nir/print: Add space after shader_storage var modeJordan Justen1-1/+1
2016-03-17i965: Skip execution size adjustment for instructions of width 4Iago Toral Quiroga1-1/+13
2016-03-17i965/vec4/gen6: fix exec_size for MOV with a width of 4 in generate_gs_ff_sync()Samuel Iglesias Gonsalvez1-1/+3
2016-03-17i965/vec4/gen6: fix exec_size for instructions with destination width of 4Samuel Iglesias Gonsalvez1-0/+6
2016-03-17i965/vec4/gen6: fix exec_size for instructions with width of 4 in generate_gs...Samuel Iglesias Gonsalvez1-0/+3
2016-03-17i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_progr...Samuel Iglesias Gonsalvez1-1/+10
2016-03-17i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channelIago Toral Quiroga1-0/+3
2016-03-17i965/eu: set execution size for SEND message in brw_send_indirect_messageIago Toral Quiroga1-0/+3
2016-03-17i965/fs: Set exec size for gen7 pull const loadsIago Toral Quiroga1-0/+1
2016-03-17i965/eu: set correct execution size in brw_NOPIago Toral Quiroga1-2/+3
2016-03-16meta: Don't use integer handles for shaders or programs.Kenneth Graunke7-147/+130
2016-03-16mesa: Expose compile_shader() and link_program() beyond the file.Kenneth Graunke2-10/+16
2016-03-16mesa: Make link_program() take a gl_shader_program, not a GLuint.Kenneth Graunke1-6/+4
2016-03-16mesa: Make compile_shader() take a gl_shader, not a GLuint.Kenneth Graunke1-9/+6
2016-03-16meta: Use the _mesa_meta_compile_and_link_program helper more places.Kenneth Graunke2-40/+8
2016-03-16vc4: Move discard handling to the condition flag.Eric Anholt5-34/+29
2016-03-16vc4: Don't make a temporary for setting flags.Eric Anholt1-1/+2
2016-03-16vc4: Add a safety check for setting flags.Eric Anholt1-0/+3
2016-03-16vc4: Reuse list_for_each_entry_safe_rev().Eric Anholt1-6/+2
2016-03-16meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.Kenneth Graunke3-19/+17
2016-03-15mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabledPlamena Manolova1-0/+2
2016-03-15vc4: Coalesce instructions using VPM reads into the VPM read.Varad Gautam3-7/+71
2016-03-15vc4: rename file to group vpm optimizations togetherVarad Gautam2-2/+2
2016-03-15vc4: Fix failures with nir_extract_* since the addition of the opcodes.Eric Anholt1-0/+2
2016-03-15llvmpipe: fix lp_rast_plane alignment on 32bitRoland Scheidegger2-0/+8
2016-03-15draw: fix line stipplingRoland Scheidegger1-15/+15