summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add debug prints to llvmpipenemanjaiOded Gabbay1-8/+94
2016-02-26enable shaders values dumpOded Gabbay1-1/+1
2016-02-26debug softpipeOded Gabbay2-1/+27
2016-02-26Update .gitignoreOded Gabbay1-0/+6
2016-02-25gallium/radeon: return correct values for BE in r600_translate_colorswapOded Gabbay1-4/+4
2016-02-25gallium: remove duplicate define from enum pipe_formatOded Gabbay1-1/+0
2016-02-24glsl: Detect do-while-false loops and unroll themIan Romanick1-4/+26
2016-02-24i965: Enable tiled mem_copy with sRGB-formatted resourcesNanley Chery1-2/+6
2016-02-24mesa: replace for loop with bitshifting in supported_buffer_bitmask()Brian Paul1-4/+1
2016-02-24mesa: updates some comments in buffers.cBrian Paul1-3/+6
2016-02-24mesa: make _mesa_draw_buffers() staticBrian Paul2-11/+7
2016-02-24mesa: make _mesa_draw_buffer() staticBrian Paul2-9/+6
2016-02-24mesa: make _mesa_read_buffer() staticBrian Paul2-10/+7
2016-02-24mesa: move declaration of buffer var in handle_first_current()Brian Paul1-2/+4
2016-02-24mesa: use gl_buffer_index in a few placesBrian Paul3-5/+6
2016-02-24st/mesa: remove useless break statementBrian Paul1-1/+0
2016-02-24st/mesa: rename st_readpixels to st_ReadPixelsBrian Paul1-2/+2
2016-02-24st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul1-2/+11
2016-02-23gallium/radeon: Correctly translate colorswaps for big endianOded Gabbay1-0/+11
2016-02-23mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen1-1/+1
2016-02-23tgsi/scan: handle holes between VS inputs, assert-fail in other casesMarek Olšák1-1/+9
2016-02-22docs: Mark off GL_OES_shader_image_atomic as done.Francisco Jerez2-1/+2
2016-02-22i965/fs: Return result of image atomic in a register of the expected type.Francisco Jerez1-1/+1
2016-02-22glsl: Implement the required built-in functions when OES_shader_image_atomic ...Francisco Jerez1-18/+43
2016-02-22glsl: Add usual extension boilerplate for OES_shader_image_atomic.Francisco Jerez3-0/+6
2016-02-22mesa: Add extension table entry for OES_shader_image_atomic.Francisco Jerez1-0/+1
2016-02-22nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset9-63/+64
2016-02-22nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset8-133/+133
2016-02-22nvc0: prefix compute macros with _CP_ instead of _COMPUTE_Samuel Pitoiset4-4/+4
2016-02-22nvc0: rename NVXX_COMPUTE to NVXX_CPSamuel Pitoiset5-117/+117
2016-02-22nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset8-64/+64
2016-02-22nvc0/ir: add missing emission of locked load predicateSamuel Pitoiset1-0/+7
2016-02-22nvc0/ir: add ld lock/st unlock emission on GK104Samuel Pitoiset1-10/+25
2016-02-22nv50/ir: restore OP_SELP to be a regular instructionSamuel Pitoiset4-14/+14
2016-02-22svga: unbind index buffer when drawing non-indexed primitivesBrian Paul1-0/+10
2016-02-22mesa: add GL_EXT_texture_border_clamp supportIlia Mirkin3-4/+35
2016-02-22mesa: add GL_OES_texture_border_clamp supportIlia Mirkin7-8/+81
2016-02-22mesa: bump versionIlia Mirkin2-1/+60
2016-02-22nouveau: update the Makefile.sources listEmil Velikov1-2/+3
2016-02-21radeonsi: implement binary shaders & shader cache in memory (v2)Marek Olšák5-7/+259
2016-02-21gallium/radeon: remove unused radeon_shader_binary_free_* functionsMarek Olšák2-33/+0
2016-02-21radeonsi: make radeon_shader_reloc name string fixed-sizedMarek Olšák2-6/+3
2016-02-21radeonsi: move some struct si_shader members to new struct si_shader_infoMarek Olšák3-68/+71
2016-02-21radeonsi: use smaller types for some si_shader membersMarek Olšák2-3/+8
2016-02-21radeonsi: enable compiling one variant per shaderMarek Olšák3-1/+5
2016-02-21radeonsi: print full shader name before disassemblyMarek Olšák1-1/+33
2016-02-21radeonsi: compile non-GS middle parts of shaders immediately if enabledMarek Olšák3-18/+87
2016-02-21radeonsi: rework polygon stippling for PS prologMarek Olšák1-39/+110
2016-02-21radeonsi: add PS prologMarek Olšák5-2/+345
2016-02-21radeonsi: add PS epilogMarek Olšák4-2/+297