mesa.git
2013-12-03 Emil Velikovautomake: include only one copy VERSION in tarball
2013-12-03 Juha-Pekka... glx: Add missing null check in gxl/dri2_glx.c
2013-12-03 Juha-Pekka... glx: Check malloc return value before accessing memory...
2013-12-03 Chad Versacei965: Add extra-alignment for non-msrt fast color clear...
2013-12-03 Marek Olšákconfigure.ac: require libdrm_radeon 2.4.50
2013-12-03 Marek Olšákst/mesa: implement layered framebuffer clear for the...
2013-12-03 Marek Olšákgallium/util: implement layered framebuffer clear in...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-12-03 Marek Olšákradeonsi: add driver support for layered rendering...
2013-12-03 Marek Olšákradeonsi: implement OpenGL edge flags
2013-12-03 Marek Olšákst/mesa: add support for layered framebuffers and conso...
2013-12-03 Marek Olšákmesa: expose AMD_vertex_shader_layer in the core profil...
2013-12-03 Tapani Pälliegl: add HAVE_LIBDRM define, fix EGL X11 platform
2013-12-02 Andreas Heiderfreedreno: Add a few texture formats
2013-12-02 Kenneth Graunkei965: Skip the register write check on Broadwell.
2013-12-02 Kenneth Graunkei965: Fix texture border color on Broadwell.
2013-12-02 Kenneth Graunkei965: Don't use MACH for integer multiplies on Gen8+.
2013-12-02 Kenneth Graunkei965: Fix texture swizzling on Broadwell.
2013-12-02 Kenneth Graunkei965: Set vertical alignment unit to 4 on Broadwell.
2013-12-02 Kenneth Graunkei965/vs: Always store pull constant offsets in GRFs...
2013-12-02 Kenneth Graunkei965/vs: Don't copy propagate into SEND-from-GRF messages.
2013-12-02 Francisco Jerezclover: Fix missing minus sign in 'iterator_adaptor...
2013-12-02 Chad Versacei965/hsw: Apply non-msrt fast color clear w/a to all...
2013-12-01 Kenneth Graunkeglsl: Simplify the built-in function linking code.
2013-12-01 Kenneth Graunkeglsl: Create an accessor for the built-in function...
2013-12-01 Kenneth Graunkeglsl: Drop crazy looping from no_matching_function_error().
2013-12-01 Kenneth Graunkeglsl: Merge "candidates are: " message to the previous...
2013-12-01 Kenneth Graunkeglsl: Drop unused call_ir parameter from generate_call().
2013-12-01 Kenneth Graunkeglsl: Remove useless iteration through function parameters.
2013-12-01 Jon TURNEYFix 'make check' in src/mapi/glapi/tests when builddir...
2013-12-01 Ian Romanickdocs: Import 10.0 release notes, add news item
2013-11-30 Paul Berryi965/gen6: Fix multisample resolve blits for luminance...
2013-11-30 Paul Berryglsl: Remove unused field loop_variable_state::loop.
2013-11-30 Paul Berryglsl: Improve documentation of ir_loop counter/control...
2013-11-30 Paul Berryglsl: In ir_validate, check that ir_loop::counter alway...
2013-11-30 Paul Berryglsl: Fix inconsistent assumptions about ir_loop::counter.
2013-11-30 Paul Berryglsl: Teach ir_variable_refcount about ir_loop::counter...
2013-11-29 Brian Paulmesa: fix mem leak of glPixelMap data in display list
2013-11-29 Brian Paulmesa: added memory-related comment in save_error()
2013-11-29 Brian Paulmesa: fix flags assignment in save_WaitSync()
2013-11-29 Brian Paulmesa: remove old colortable, histogram, etc. code from...
2013-11-29 Brian Paulmesa: have old convolution functions generate GL_INVALI...
2013-11-29 Brian Paulmesa: have old glColorTable functions generate GL_INVAL...
2013-11-28 José Fonsecatrace: Dump PIPE_QUERY_* enums.
2013-11-28 José Fonsecatrace: Dump query results faithfully.
2013-11-28 Carl Worthdocs: Import 9.2.4 release notes, add news item.
2013-11-28 Roland Scheideggergallium/cso: fix sampler / sampler_view counts
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-28 Roland Scheideggergallium/drivers: support more sampler views than sample...
2013-11-27 Ian Romanicki965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCE...
2013-11-27 Matt TurnerRevert "drop old INTEL_DEBUG names for `perf` (fall...
2013-11-27 Vinson Leeglsl: Link glcpp with math library.
2013-11-27 Kenneth Graunkei965: Always reserve binding table space for at least...
2013-11-27 Francisco Jerezglsl: Initialize _mesa_glsl_parse_state::atomic_counter...
2013-11-27 Francisco Jerezi965/fs: Fix misleading comment.
2013-11-27 Francisco Jerezi965: Bump number of supported atomic counter buffers.
2013-11-26 Paul Berryglsl/linker: Validate IR just before reparenting.
2013-11-26 Paul Berryglsl: Fix lowering of direct assignment in lower_clip_d...
2013-11-26 Paul Berryi965/gs: Set GS prog_data to NULL if there is no GS...
2013-11-26 Paul Berryi965/gs: Properly skip GS binding table upload when...
2013-11-26 Ian Romanickdri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCr...
2013-11-26 Ian Romanicki965: Only enable __DRI2_ROBUSTNESS if kernel support...
2013-11-26 Ian RomanickRevert "i965: Make the driver compile until a proper...
2013-11-26 Ian Romanicki965: Bump libdrm requirement
2013-11-26 Chad Versaceegl: Kill macro _EGL_DECLARE_MUTEX
2013-11-26 Chad Versaceegl: Enable EGL_EXT_client_extensions
2013-11-26 Tom Stellardradeon/compute: Unconditionally inline all functions v2
2013-11-26 Kenneth Graunkei965: Use __attribute__((flatten)) on fast tiled texima...
2013-11-25 Zack Rusinllvmpipe: support 8bit subpixel precision
2013-11-25 Maarten Lankhorstgbm/dri: hide extension loader symbols
2013-11-25 Chris Forbesi965: Enable ARB_draw_indirect (and ARB_multi_draw_indi...
2013-11-25 Chris Forbesvbo: map indirect buffer and extract params if doing...
2013-11-25 Chris Forbesmesa: pass indirect buffer to sw primitive restart
2013-11-25 Chris Forbesi965: pass indirect buffer to primitive restart check
2013-11-25 Chris Forbesi965: implement indirect drawing for Gen7
2013-11-25 Chris Forbesi965: Add new defines for indirect draws
2013-11-25 Chris Forbesvbo: Flesh out implementation of indirect draws
2013-11-25 Chris Forbesmesa: add indirect_offset, is_indirect to _mesa_prim
2013-11-25 Chris Forbesmesa: Add validation helpers for new indirect draws
2013-11-25 Chris Forbesmesa: Add binding point for indirect buffer
2013-11-25 Chris Forbesmesa: Add extension scaffolding for ARB_draw_indirect
2013-11-25 Chris Forbesglapi: add plumbing for GL_ARB_draw_indirect and GL_ARB...
2013-11-25 Christoph Bumillermesa: add indirect drawing buffer parameter to draw...
2013-11-25 José Fonsecadocs/llvmpipe: Add one other good reference.
2013-11-25 Chris Forbesdocs: describe the INTEL_* envvars that do exist
2013-11-25 Chris Forbesdrop old INTEL_DEBUG names for `perf` (fall) and `fs...
2013-11-25 Chris Forbesi965: remove unused DEBUG_IOCTL
2013-11-25 Chris Forbesradeon: change last instance of DEBUG_IOCTL to use...
2013-11-25 Chris Forbesdocs: drop INTEL_* envvars which no longer exist
2013-11-25 Chris Forbesdocs: bump supported shading language version
2013-11-25 Dave Airliest/mesa: respect higher GLSL levels. (v2)
2013-11-23 Timothy Arceriglsl: Improve error message when attemping assignment...
2013-11-23 Jordan Justenintel: enable GL_AMD_vertex_shader_layer extension...
2013-11-23 Marek Olšákradeonsi: implement MSAA for CIK
2013-11-23 Marek Olšákradeonsi: enable 2D tiling on CIK
2013-11-23 Marek Olšákmesa: initialize gl_renderbuffer::Depth in core
2013-11-23 Eric Anholti965/fs: Make the first pre-allocation heuristic be...
2013-11-23 Eric Anholtmesa: Remove the ralloc canary on release builds.
2013-11-23 Eric Anholti965: Fix streamed state dumping/annotation after the...
2013-11-22 Chad Versacei965: Let driconf clamp_max_samples affect context...
next