mesa.git
2014-07-24 Jason EkstrandAdd an accelerated version of F_TO_I for x86_64
2014-07-24 Matt Turneri965/fs: Decide predicate/predicate_inverse outside...
2014-07-24 Matt Turneri965/fs: Swap if/else conditions in SEL peephole.
2014-07-24 Matt Turneri965: Improve dead control flow elimination.
2014-07-24 Ilia Mirkinnvc0/ir: support 2d constbuf indexing
2014-07-24 Ilia Mirkingm107/ir: emit LDC subops
2014-07-24 Ilia Mirkingk110/ir: emit load constant subop
2014-07-24 Ilia Mirkinmesa/st: add support for interpolate_at_* ops
2014-07-24 Ilia Mirkinnv50/ir: fix phi/union sources when their def has been...
2014-07-24 Ilia Mirkinnv50/ir: fix hard-coded TYPE_U32 sized register
2014-07-24 Ilia Mirkinnvc0: mark shader header if fp64 is used
2014-07-24 Ilia Mirkinnv50/ir: keep track of whether the program uses fp64
2014-07-24 Ilia Mirkinnvc0: make sure that the local memory allocation is...
2014-07-24 Ilia Mirkinmesa: add ARB_clear_texture.xml to file list, remove...
2014-07-24 Chia-I Wuilo: check the tilings of imported handles
2014-07-24 Chia-I Wuilo: clean up resource bo renaming
2014-07-24 Chia-I Wuilo: share some code between {tex,buf}_create_bo
2014-07-24 Chia-I Wuilo: use native 3-component vertex formats on GEN7.5+
2014-07-24 Chia-I Wuilo: allow for device-dependent format translation
2014-07-23 Jason Ekstrandi965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_I...
2014-07-23 Ian Romanickmesa: Fix the name in the error message
2014-07-23 Ian Romanickglsl: Fix some bad indentation
2014-07-23 Kenneth Graunkei965/fs: Set LastRT on the final FB write on Broadwell.
2014-07-23 Kenneth Graunkei965: Port INTEL_DEBUG=optimizer to the vec4 backend.
2014-07-23 Kenneth Graunkei965: Save the gl_shader_stage enum in backend_visitor.
2014-07-23 Kenneth Graunkei965: Don't print WE_normal in disassembly.
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: fix p0 (kill, etc)
2014-07-23 Tom StellardRevert "r600g/compute: Fix warnings"
2014-07-23 Grigori Goronzyradeon/llvm: fix formatting
2014-07-23 Grigori Goronzyradeon/llvm: enable unsafe math for graphics shaders
2014-07-23 Tom Stellardr600g/compute: Fix warnings
2014-07-23 Glenn Kennardr600g: Use hardware sqrt instruction
2014-07-23 Bruno Jiménezr600g/compute: Remove unneeded code from compute_memory...
2014-07-23 Bruno Jiménezr600g/compute: Quick exit if there's nothing to add...
2014-07-23 Bruno Jiménezr600g/compute: Defrag the pool if it's necesary
2014-07-23 Bruno Jiménezr600g/compute: Add a function for defragmenting the...
2014-07-23 Bruno Jiménezr600g/compute: Add a function for moving items in the...
2014-07-23 Rob Clarkfreedreno/a3xx: more vtx formats
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: const file relative addressing
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: move function
2014-07-23 Rob Clarkfreedreno/a3xx: add back a few stalls
2014-07-23 Rob Clarktargets/dri: fix freedreno targets
2014-07-23 Rob Clarkfreedreno: update generated headers
2014-07-23 Neil Robertsdocs: Update GL3.txt and relnotes for GL_ARB_clear_texture
2014-07-23 Neil Robertsmeta: Add a meta implementation of GL_ARB_clear_texture
2014-07-23 Neil Robertsmeta: Add a state flag for the GL_DITHER
2014-07-23 Neil Robertstexstore: Add a generic implementation of GL_ARB_clear_...
2014-07-23 Neil Robertsmesa/main: Add generic bits of ARB_clear_texture implem...
2014-07-23 Neil Robertsteximage: Add utility func for format/internalFormat...
2014-07-23 Ilia Mirkinmesa/main: add ARB_clear_texture entrypoints
2014-07-23 Michel Dänzerr600g/radeonsi: Use write-combined CPU mappings of...
2014-07-23 Michel Dänzerwinsys/radeon: Use separate caching buffer managers...
2014-07-23 Dave Airliedocs/GL3.txt: update status for ARB_compute_shader
2014-07-22 Anuj Phogatmesa: Don't use memcpy() in _mesa_texstore() for float...
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
2014-07-21 Kenneth Graunkei965: Add missing persample_shading field to brw_wm_deb...
2014-07-21 Kenneth Graunkei965/disasm: Don't disassemble the URB complete field...
2014-07-21 Kenneth Graunkei965: Disable hex offset printing in disassembly.
2014-07-21 Matt Turneri965/vec4: Use foreach_inst_in_block a couple more...
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-21 Matt Turneri965/cfg: Add a foreach_block_and_inst macro.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-21 Tom Stellardradeonsi/compute: Add support scratch buffer support v2
2014-07-21 Tom Stellardradeonsi/compute: Bump number of user sgprs for LLVM 3.5
2014-07-21 Tom Stellardwinsys/radeon: Query the kernel for the number of...
2014-07-21 Tom Stellardradeonsi/compute: Share COMPUTE_DBG macro with r600g
2014-07-21 Tom Stellardradeonsi: Read rodata from ELF and append it to the...
2014-07-19 Ian Romanickglsl: Fix bad indentation
2014-07-19 Ian Romanicki965: Silence unused parameter warning
2014-07-19 Ian Romanicki965: Silence 'comparison is always true' warning
2014-07-19 Ian Romanicki965: Silence many unused parameter warnings
2014-07-19 Vinson Leeconfigure.ac: Add LLVM patch version to error message.
2014-07-19 Jason Ekstrandmain/format_pack: Fix a wrong datatype in pack_ubyte_R8...
2014-07-18 Carl Worthdocs: Import 10.2.4 release notes
2014-07-18 Jason EkstrandAdd support for RGBA8 and RGBX8 textures in intel_texsu...
2014-07-18 Jason Ekstrandi965: Improve debug output in intelTexImage and intelTe...
2014-07-17 Marek Olšákradeonsi: only update vertex buffers when they need...
2014-07-17 Marek Olšákradeonsi: remove nr_vertex_buffers
2014-07-17 Marek Olšákradeonsi: move vertex buffer descriptors from IB to...
2014-07-17 Marek Olšákradeonsi: add support for fine-grained sampler view...
2014-07-17 Marek Olšákradeonsi: move si_set_sampler_views to si_descriptors.c
2014-07-17 Marek Olšákradeonsi: move sampler descriptors from IB to memory
2014-07-17 Marek Olšákradeonsi: implement ARB_draw_indirect
2014-07-17 Marek Olšákradeonsi: don't add info->start to the index buffer...
2014-07-17 Marek Olšákradeonsi: use an SGPR instead of VGT_INDX_OFFSET
2014-07-17 Marek Olšákradeonsi: assume LLVM 3.4.2 is always present
2014-07-17 Marek Olšákconfigure.ac: require LLVM 3.4.2 for radeon
2014-07-17 Marek Olšákst/mesa,gallium: add a workaround for Unigine Heaven...
2014-07-17 Marek Olšákglsl: add a mechanism to allow #extension directives...
2014-07-17 Glenn Kennardr600g: Implement GL_ARB_texture_gather
2014-07-17 Anuj Phogati965: Fix z_offset computation in intel_miptree_unmap_d...
2014-07-17 Anuj PhogatRevert "i965: Extend compute-to-mrf pass to understand...
2014-07-17 Adel Gadllahi915: Fix up intelInitScreen2 for DRI3
2014-07-17 Pavel Popovmesa: Fix regression introduced by commit "mesa: fix...
2014-07-17 Thorsten Glasernv50: fix build failure on m68k due to invalid struct...
2014-07-17 Tom Stellardclover: Call end_query before getting timestamp result v2
2014-07-17 Tapani Pälliglsl: handle a switch where default is in the middle...
2014-07-16 Kenneth Graunkeglsl: Make the tree rebalancer use vector_elements...
2014-07-16 Kenneth Graunkeglsl: Guard against error_type in the tree rebalancer.
next