summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-18docs: mark GL_ARB_shader_image_load_store/_size as done for radeonsiimages-radeonsiNicolai Hähnle2-2/+4
2016-03-18radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGESEdward O'Callaghan1-1/+2
2016-03-18radeonsi: disable early Z if the fragment shader writes to memoryNicolai Hähnle1-2/+12
2016-03-18tgsi/scan: add writes_memory to flag presence of stores or atomicsNicolai Hähnle2-4/+9
2016-03-18radeonsi: force the DCC enable bit off in image descriptors for writingNicolai Hähnle1-8/+45
2016-03-18radeonsi: implement MemoryBarrierNicolai Hähnle1-0/+36
2016-03-18radeonsi: implement volatile memory accessNicolai Hähnle1-0/+4
2016-03-18radeonsi: implement coherent memory access (v2)Nicolai Hähnle1-4/+13
2016-03-18radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM opNicolai Hähnle1-0/+31
2016-03-18radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM opNicolai Hähnle1-8/+113
2016-03-18radeonsi: Lower TGSI_OPCODE_STORE down to LLVM opNicolai Hähnle1-3/+80
2016-03-18radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)Nicolai Hähnle1-0/+139
2016-03-18radeonsi: extract the LLVM type name construction into its own functionNicolai Hähnle1-7/+19
2016-03-18radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM opNicolai Hähnle1-0/+129
2016-03-18radeonsi: extract TXQ buffer size computation into its own functionNicolai Hähnle1-20/+35
2016-03-18radeonsi: decompress shader imagesNicolai Hähnle1-3/+33
2016-03-18radeonsi: update shader image descriptor for invalidated bufferNicolai Hähnle1-1/+21
2016-03-18radeonsi: implement set_shader_images (v2)Nicolai Hähnle6-29/+254
2016-03-18gallium/radeon: make r600_texture_disable_dcc externally accessibleNicolai Hähnle2-2/+4
2016-03-18tgsi/scan: track which shader images are really buffersNicolai Hähnle2-0/+7
2016-03-18tgsi/scan: add images_writemaskNicolai Hähnle2-2/+21
2016-03-18st/mesa: translate additional flags in MemoryBarrierNicolai Hähnle1-3/+18
2016-03-18gallium: add additional PIPE_BARRIER_* bitsNicolai Hähnle1-0/+7
2016-03-18st/mesa: use the texture view's format for render-to-textureNicolai Hähnle1-7/+15
2016-03-18st/mesa: clean up st_translate_texture_target()Brian Paul1-25/+44
2016-03-18st/mesa: simplify drawpixels shader code with tgsi transform helper functionsBrian Paul1-64/+18
2016-03-18st/mesa: simplify bitmap shader code with tgsi transform helper functionsBrian Paul1-37/+8
2016-03-18tgsi: add tgsi_transform_op3_inst() functionBrian Paul1-0/+34
2016-03-18doc: add 'vec4' option in INTEL_DEBUGJuan A. Suarez Romero1-0/+1
2016-03-18egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)Daniel Czarnowski3-1/+13
2016-03-17gallium/swr: Cleaned up some context-resource managementGeorge Kyriazis5-26/+27
2016-03-18mesa: remove remaining tabs in prog_parameter.cTimothy Arceri1-8/+8
2016-03-18mesa: inline _mesa_add_unnamed_constant()Timothy Arceri2-24/+6
2016-03-18mesa: simplify and inline _mesa_lookup_parameter_index()Timothy Arceri3-41/+18
2016-03-18mesa: make _mesa_lookup_parameter_constant staticTimothy Arceri2-100/+94
2016-03-18mesa: remove unused functionTimothy Arceri1-6/+0
2016-03-17st/mesa: honour sized internal formats in st_choose_format (v2)Nicolai Hähnle1-21/+6
2016-03-17configure.ac: enable_asm=yes when x-compiling across same X86 archDongwon Kim1-2/+4
2016-03-18glsl: disable varying packing when its not safeTimothy Arceri4-53/+180
2016-03-18glsl: pass disable_varying_packing bool to the lowering passTimothy Arceri3-15/+24
2016-03-17radeonsi: fix Hyper-Z hangs on P2 configsMarek Olšák1-2/+8
2016-03-17docs: Renormalize older extensions.Romain Failliot1-26/+26
2016-03-17docs: Renormalize some extensions.Romain Failliot1-3/+3
2016-03-17docs: Realign the "Status" column.Romain Failliot1-139/+139
2016-03-17docs: howto to read and edit GL3.txtRomain Failliot1-5/+20
2016-03-17r300g: add missing layer argument to rws->buffer_get_handle() callBrian Paul1-1/+1
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