mesa.git
2014-07-28 Tom Stellardradeonsi: Use util_memcpy_cpu_to_le32()
2014-07-28 Tom Stellardutil: Add util_memcpy_cpu_to_le32() v3
2014-07-28 Tom Stellardclover: Add checks for image support to the image funct...
2014-07-28 Bruno Jiménezr600g/compute: Add debug information to promote and...
2014-07-28 Bruno Jiménezr600g/compute: Add documentation to compute_memory_pool
2014-07-28 Chia-I Wuilo: unblock an inline write with a staging bo
2014-07-28 Chia-I Wuilo: try unblocking a transfer with a staging bo
2014-07-28 Chia-I Wuilo: enable persistent and coherent transfers
2014-07-28 Chia-I Wuilo: drop ptr from ilo_transfer
2014-07-28 Chia-I Wuilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
2014-07-28 Chia-I Wuilo: drop unused context param from transfer functions
2014-07-28 Chia-I Wuilo: tidy up transfer mapping/unmapping
2014-07-28 Chia-I Wuilo: tidy up choose_transfer_method()
2014-07-28 Chia-I Wuilo: free transfers with util_slab_free()
2014-07-28 EdBclover: Add clUnloadPlatformCompiler.
2014-07-28 EdBclover: Add clCreateProgramWithBuiltInKernels.
2014-07-28 Jordan Justenglsl/cs: Add several GLSL compute shader variables
2014-07-28 Jordan Justenmain/cs: Add additional compute shader constant values
2014-07-26 Chris Forbesglsl: No longer require ubo block index to be constant...
2014-07-26 Chris Forbesglsl: Accept nonconstant array references in lower_ubo_...
2014-07-26 Chris Forbesglsl: Convert uniform_block in lower_ubo_reference...
2014-07-26 Chris Forbesglsl: Mark entire UBO array active if indexed with...
2014-07-26 Chris Forbesglsl: Allow non-constant UBO array indexing with GLSL4...
2014-07-26 Chia-I Wuilo: simplify ilo_flush()
2014-07-25 Bruno Jiménezr600g/compute: Defrag the pool at the same time as...
2014-07-25 Bruno Jiménezr600g/compute: Try to use a temporary resource when...
2014-07-25 Rob Clarkfreedreno: fix typo in gpu version check
2014-07-25 Rob Clarkfreedreno/ir3: split out shader compiler from a3xx
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: rename ir3_shader to ir3
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: scheduler vs pred reg
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: little cleanups
2014-07-25 Rob Clarkfreedreno/a3xx: enable/disable wa's based on patch...
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: make IR heap dyanmic
2014-07-25 Jan Veselyr600g/compute: Fix singed/unsigned comparison compiler...
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-07-25 Tom Stellardgallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_defrag to defragmen...
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_move_item to move...
2014-07-25 Dylan Bakergbm: Search LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH...
2014-07-24 Jerome Glissewinsys/radeon: fix indentation
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...
next