mesa.git
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 Romanickdocs: Update GL3.txt due to recent work
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 Matt Turnerglx: Update glxext.h to revision 24777.
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 Mirkindocs: sync up nv50/nvc0 status on GL4.x extensions
2014-01-27 Ilia Mirkindocs: update GL3.txt, relnotes to reflect current nv50...
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
2014-01-27 Ilia Mirkinnouveau/codegen: set dType to S32 for OP_NEG U32
2014-01-27 Ilia Mirkinutil/u_vbuf: correct map offset calculation for crazy...
2014-01-27 Ilia Mirkintranslate: deal with size overflows by casting to ptrdiff_t
2014-01-27 Emil Velikovgallium/rtasm: handle mmap failures appropriately
2014-01-27 Alexander von... haiku: change atomic int to non-volatile
2014-01-26 Kenneth Graunkei965: Don't store qpitch / 4 as mt->qpitch for compress...
2014-01-25 Vinson Leec11: Do not use pthread_mutex_timedlock on NetBSD.
2014-01-24 Kenneth Graunkeglsl: Simplify built-in generator functions for min3...
2014-01-24 Kenneth Graunkeglsl: Fix chained assignments of vector channels.
2014-01-24 Kenneth Graunkeglsl: Rename "expr" to "lhs_expr" in vector_extract...
2014-01-24 Paul BerryUpdate .gitignore for Catalan translations build artifacts
2014-01-24 Ian Romanickmesa: Increment the list pointer while freeing instruct...
2014-01-24 Brian Paulsvga: rename "tex_usage" to "bindings", add comments
2014-01-24 Brian Paulst/mesa: add a simple sanity check assertion in st_vali...
2014-01-23 Paul Berryi965/gen7: Use to the correct program when uploading...
2014-01-23 Paul Berrymesa: Ensure that transform feedback refers to the...
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
2014-01-23 Matt Turnergles3: Update gl3.h to revision 24614.
2014-01-23 Matt Turnergles2: Update gl2ext.h to revision 24614.
2014-01-23 Matt Turnergles2: Update gl2.h to revision 24614.
2014-01-23 Matt Turnerglcpp: Define GL_EXT_shader_integer_mix in both GL...
next