summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-23r600g/compute: Add a function for moving items in the poolBruno Jiménez2-0/+93
2014-07-23freedreno/a3xx: more vtx formatsRob Clark1-0/+17
2014-07-23freedreno/a3xx/compiler: const file relative addressingRob Clark8-68/+203
2014-07-23freedreno/a3xx/compiler: move functionRob Clark1-35/+35
2014-07-23freedreno/a3xx: add back a few stallsRob Clark1-0/+8
2014-07-23targets/dri: fix freedreno targetsRob Clark2-3/+11
2014-07-23freedreno: update generated headersRob Clark4-14/+14
2014-07-23docs: Update GL3.txt and relnotes for GL_ARB_clear_textureNeil Roberts2-1/+2
2014-07-23meta: Add a meta implementation of GL_ARB_clear_textureNeil Roberts4-0/+198
2014-07-23meta: Add a state flag for the GL_DITHERNeil Roberts2-0/+12
2014-07-23texstore: Add a generic implementation of GL_ARB_clear_textureNeil Roberts2-0/+79
2014-07-23mesa/main: Add generic bits of ARB_clear_texture implementationNeil Roberts3-1/+271
2014-07-23teximage: Add utility func for format/internalFormat compatibility checkNeil Roberts1-21/+38
2014-07-23mesa/main: add ARB_clear_texture entrypointsIlia Mirkin7-1/+69
2014-07-23r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer17-26/+77
2014-07-23winsys/radeon: Use separate caching buffer managers for VRAM and GTTMichel Dänzer3-9/+20
2014-07-23docs/GL3.txt: update status for ARB_compute_shaderDave Airlie1-1/+1
2014-07-21mesa: Don't use memcpy() in _mesa_texstore() for float depth texture dataAnuj Phogat1-0/+15
2014-07-21i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.Kenneth Graunke1-5/+0
2014-07-21i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.Kenneth Graunke3-1/+11
2014-07-21i965: Add missing persample_shading field to brw_wm_debug_recompile.Kenneth Graunke1-0/+2
2014-07-21i965/disasm: Don't disassemble the URB complete field on Broadwell.Kenneth Graunke1-2/+4
2014-07-21i965: Disable hex offset printing in disassembly.Kenneth Graunke1-1/+2
2014-07-21i965/vec4: Use foreach_inst_in_block a couple more places.Matt Turner2-8/+2
2014-07-21i965: Replace cfg instances with calls to calculate_cfg().Matt Turner5-22/+22
2014-07-21i965/cfg: Add a foreach_block_and_inst macro.Matt Turner1-0/+4
2014-07-21i965: Add cfg to backend_visitor.Matt Turner9-33/+48
2014-07-21radeonsi/compute: Add support scratch buffer support v2Tom Stellard3-2/+85
2014-07-21radeonsi/compute: Bump number of user sgprs for LLVM 3.5Tom Stellard1-1/+6
2014-07-21winsys/radeon: Query the kernel for the number of SEs and SHs per SETom Stellard2-0/+8
2014-07-21radeonsi/compute: Share COMPUTE_DBG macro with r600gTom Stellard3-13/+10
2014-07-21radeonsi: Read rodata from ELF and append it to the end of shadersTom Stellard3-1/+22
2014-07-19glsl: Fix bad indentationIan Romanick1-1/+1
2014-07-19i965: Silence unused parameter warningIan Romanick1-1/+1
2014-07-19i965: Silence 'comparison is always true' warningIan Romanick1-2/+0
2014-07-19i965: Silence many unused parameter warningsIan Romanick1-0/+10
2014-07-18configure.ac: Add LLVM patch version to error message.Vinson Lee1-1/+1
2014-07-18main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORMJason Ekstrand1-1/+1
2014-07-18docs: Import 10.2.4 release notesCarl Worth3-0/+134
2014-07-17Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpyJason Ekstrand1-0/+11
2014-07-17i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand2-1/+9
2014-07-18radeonsi: only update vertex buffers when they need updatingMarek Olšák3-2/+22
2014-07-18radeonsi: remove nr_vertex_buffersMarek Olšák3-6/+23
2014-07-18radeonsi: move vertex buffer descriptors from IB to memoryMarek Olšák7-106/+133
2014-07-18radeonsi: add support for fine-grained sampler view updatesMarek Olšák3-30/+21
2014-07-18radeonsi: move si_set_sampler_views to si_descriptors.cMarek Olšák3-73/+68
2014-07-18radeonsi: move sampler descriptors from IB to memoryMarek Olšák5-82/+82
2014-07-18radeonsi: implement ARB_draw_indirectMarek Olšák7-20/+132
2014-07-18radeonsi: don't add info->start to the index buffer offsetMarek Olšák1-11/+25
2014-07-18radeonsi: use an SGPR instead of VGT_INDX_OFFSETMarek Olšák4-14/+23