radeonsi: Really dump TGSI code before any TGSI->LLVM conversion attempt
[mesa.git] / src /
2014-01-29 Michel Dänzerradeonsi: Really dump TGSI code before any TGSI->LLVM...
2014-01-29 Michel Dänzerradeonsi: Also export clip distances with geometry...
2014-01-29 Michel Dänzerradeonsi: Take GS into account for VS state in more...
2014-01-29 Michel Dänzerradeonsi: Handle adjacency primitives
2014-01-29 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_PRIMID
2014-01-29 Michel Dänzerradeonsi: Generalize counting of shader parameters
2014-01-29 Michel Dänzerradeonsi: Fix handling of geometry shader output vertex ID
2014-01-29 Michel Dänzerradeonsi: Initial geometry shader support
2014-01-29 Michel Dänzerradeonsi: Refactor shader input / output handling code
2014-01-29 Matt Turneri965/fs: Add a saturation propagation optimization...
2014-01-29 Matt Turneri965: Add can_do_saturate() method to backend_instruction.
2014-01-28 Anuj Phogatmesa: Generate correct error code in glDrawBuffers()
2014-01-28 Anuj Phogati965: Ignore 'centroid' interpolation qualifier in...
2014-01-28 Matt Turnergbm: Make libgbm.so.1 symlink.
2014-01-28 Kevin Rogovinmesa: Allow depth = 0 parameter for TexImage3D.
2014-01-28 Tom Stellardr600g,radeonsi: Don't set resource_create in r600_commo...
2014-01-28 Emil Velikovloader: include dlfcn.h when building with HAVE_LIBUDEV
2014-01-28 José Fonsecagallivm: Workaround http://llvm.org/PR18600
2014-01-28 Matt Turnerglsl: Avoid combining statements from different basic...
2014-01-28 Matt Turnerglsl: Set proper swizzle when a channel is missing...
2014-01-28 Matt Turnerglsl: Use bitfieldInsert in ldexp() lowering.
2014-01-28 Matt Turnerglsl: Add constant evaluation of ir_binop_bfm.
2014-01-28 Matt Turnerglcpp: Resolve implicit GLSL version to 100 if the...
2014-01-28 Matt Turnerglcpp: Check version_resolved in the proper place.
2014-01-28 Michel Dänzerr600g: s/r600_llvm_gpu_string/r600_get_llvm_processor_name/
2014-01-28 Marek Olšákradeonsi: cleanup includes, add missing license
2014-01-28 Marek Olšákradeonsi: remove open-coded PS_PARTIAL_FLUSH event
2014-01-28 Marek Olšákradeonsi: move some inline functions from si_pipe.h...
2014-01-28 Marek Olšákradeonsi: remove si_resource.h
2014-01-28 Marek Olšákradeonsi: remove si.h
2014-01-28 Marek Olšákradeonsi: move si_upload_const_buffer to a better place
2014-01-28 Marek Olšákradeonsi: inline si_translate_index_buffer
2014-01-28 Marek Olšákradeonsi: inline si_upload_index_buffer
2014-01-28 Marek Olšákr600g,radeonsi: consolidate remaining obviously duplica...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_compute_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_paramf and get_video_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate variables for CS tracing
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_timestamp, get_driver_q...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_name and get_vendor...
2014-01-28 Marek Olšákradeon: place context-related functions first in r600_p...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate the contents of r600_resource.c
2014-01-28 Marek Olšákradeonsi: advertise the pipeline statistics query
2014-01-28 Marek Olšákradeonsi: use queries from r600g
2014-01-28 Marek Olšákr600g: remove a no-op while loop
2014-01-28 Marek Olšákr600g: convert query emission code to radeon_emit
2014-01-28 Marek Olšákr600g: only emit NOP relocations for queries if VM...
2014-01-28 Marek Olšákr600g: move queries to drivers/radeon
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickglcpp: Make sure GL_AMD_shader_trinary_minmax is defined
2014-01-27 Ian Romanickmesa: Clean up bad code formatting left from previous...
2014-01-27 Ian Romanickmesa: GL_EXT_framebuffer_blit is not optional
2014-01-27 Ian Romanickradeon: Enable GL_EXT_framebuffer_blit
2014-01-27 Ian Romanickr200: Enable GL_EXT_framebuffer_blit
2014-01-27 Ian Romanickradeon / r200: Pass the API into _mesa_initialize_context
2014-01-27 Ian Romanickmesa: Validate internalFormat with target in glTexStora...
2014-01-27 Ian Romanickmesa: Refactor internalFormat / target checks to a...
2014-01-27 Ian Romanickmesa: Generate the correct error for a depth format...
2014-01-27 Emil Velikovloader: Add missing \n on message printing
2014-01-27 Eric Anholtdri: Reuse dri_message to implement our other message...
2014-01-27 Eric Anholtdri: Fix the logger error message handling.
2014-01-27 Eric Anholtdri2: Trust our own driver name lookup over the server's.
2014-01-27 Eric Anholtdri2: Open the fd before loading the driver.
2014-01-27 Eric Anholtdri3: Fix two little memory leaks.
2014-01-27 Eric Anholtloader: Use dlsym to get our udev symbols instead of...
2014-01-27 Tom Stellardr600g/compute: Emit DEALLOC_STATE on cayman after dispa...
2014-01-27 Ilia Mirkinnv50, nvc0: update reported glsl version to 330
2014-01-27 Christoph Bumillermesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_U...
2014-01-27 Christoph Bumillernv50: add more RGB10A2 formats
2014-01-27 Christoph Bumillerst/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD
2014-01-27 Ilia Mirkinnv50: enable seamless cube maps on all hw
2014-01-27 Ilia Mirkinnv50: report glsl 1.50 now that gp tests pass
2014-01-27 Ilia Mirkinnv50: add support for texelFetch'ing MS textures, ARB_t...
2014-01-27 Ilia Mirkinnv50: copy nvc0's get_sample_position implementation
2014-01-27 Ilia Mirkinnv50: add comments about CB_AUX contents
2014-01-27 Ilia Mirkinnvc0: don't forget to also clear additional layers
2014-01-27 Ilia Mirkinnv50: don't forget to also clear additional layers
2014-01-27 Ilia Mirkinnv50: allocate an extra code bo to avoid dmesg spam
2014-01-27 Ilia Mirkinnv50: GP_REG_ALLOC_RESULT must be positive
2014-01-27 Ilia Mirkinnv50: VP_RESULT_MAP_SIZE has to be positive
2014-01-27 Ilia Mirkinnv50: enable primitive id generation when it is an...
2014-01-27 Ilia Mirkinnv50: handle gl_Layer writes in GP
2014-01-27 Ilia Mirkinnv50: properly set the PRIMITIVE_ID enable flag when...
2014-01-27 Ilia Mirkinnv50/ir: add support for gl_PrimitiveIDIn
2014-01-27 Ilia Mirkinnv50/ir: fix support for shader input + immediate in gp
2014-01-27 Ilia Mirkinnv50/ir: disallow shader input + cbuf in same instructi...
2014-01-27 Ilia Mirkinnv50/ir: disallow predicates on emit/restart ops
2014-01-27 Ilia Mirkinnv50: allow vert_count to be >255
2014-01-27 Bryan Cainnv50: add support for geometry shaders
2014-01-27 Bryan Cainnv50/ir: delay calculation of indirect addresses
2014-01-27 Christoph Bumillernv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPs
2014-01-27 Ilia Mirkinnv50/ir: txg not available on nvaa/nvac
2014-01-27 Ilia Mirkinnv50, nvc0: only clear out the buffers that we were...
2014-01-27 Ilia Mirkinnv50, nvc0: clear out RT on a null cbuf
2014-01-27 Ilia Mirkinnv50: don't leak heap on tls alloc failure
next