mesa.git
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...
2013-11-22 Chad Versacei965: Share code between intel_quantize_num_samples...
2013-11-22 Chad Versacei965: Terminate brw_supported_msaa_modes() list with...
2013-11-22 Brian Paulst/mesa: simplify writemask for emitting fog result
2013-11-22 Brian Paulmesa: fix indentation in ffvertex_prog.c
2013-11-22 José Fonsecatgsi: Prevent emission of instructions with empty write...
2013-11-22 José Fonsecatgsi: Rework calls to ureg_emit_insn().
2013-11-22 José Fonsecadocs: Add a section with recommended reading for llvmpi...
2013-11-22 Roland Scheideggerllvmpipe: (trivial) disable new accurate origin calculation
2013-11-22 Vinson Leemeta: Move declaration before code.
2013-11-22 Paul Berrymesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.
2013-11-22 Paul Berrymesa: Fix texture target validation for glFramebufferTe...
2013-11-22 Paul Berryi965: Fix fast clear of depth buffers.
2013-11-22 Paul Berryi965: Fix blorp clear of layered framebuffers.
2013-11-22 Paul Berryi965: refactor blorp clear code in preparation for...
2013-11-22 Paul Berrymeta: fix meta clear of layered framebuffers
2013-11-22 Paul Berrymesa: Track number of layers in layered framebuffers.
2013-11-22 Ben Skeggsnvc0: inform kernel about buffers that screen_create...
2013-11-22 Tom Stellardradeonsi/compute: Fix LDS size calculation
2013-11-21 Tom Stellardr600g/compute: Add a work-around for flushing issues...
2013-11-21 Paul Berryglsl: Fix interstage uniform interface block link error...
2013-11-21 Paul Berryglsl: Fix cross-version linking between VS and GS.
2013-11-21 Paul Berryglsl: Prohibit illegal mixing of redeclarations inside...
2013-11-21 Kenneth Graunkei965: Enable the AMD_performance_monitor extension...
2013-11-21 Kenneth Graunkei965: Take "bookend" OA snapshots at the start/end...
2013-11-21 Kenneth Graunkei965: Reserve batchbuffer space for a closing MI_REPORT...
2013-11-21 Kenneth Graunkei965: Add some plumbing for gathering OA results.
2013-11-21 Kenneth Graunkei965: Start and stop OA counters as necessary.
2013-11-21 Kenneth Graunkei965: Add functions to start and stop the OA counters.
2013-11-21 Kenneth Graunkei965: Add #defines for the OACONTROL register and fields.
2013-11-21 Kenneth Graunkei965: Take OA counter snapshots at Begin/EndPerfMonitor...
2013-11-21 Kenneth Graunkei965: Add a function to emit the MI_REPORT_PERF_COUNT...
2013-11-21 Kenneth Graunkei965: Track the number of monitors that need OA counters.
2013-11-21 Kenneth Graunkei965: Enumerate Observability Architecture counters...
2013-11-21 Kenneth Graunkei965: Expose pipeline statistics registers via performa...
2013-11-21 Kenneth Graunkei965: Enumerate the pipeline statistics register counte...
2013-11-21 Kenneth Graunkei965: Initialize performance monitor Groups/NumGroups.
2013-11-21 Kenneth Graunkei965: Add macros for creating performance monitor count...
2013-11-21 Kenneth Graunkei965: Periodically dump the list of monitors if INTEL_D...
2013-11-21 Kenneth Graunkei965: Add basic driver hooks and plumbing for AMD_perfo...
2013-11-21 Kenneth Graunkei965: Add INTEL_DEBUG=perfmon support.
2013-11-21 Kenneth Graunkei965: Move brw_emit_query_begin() to the render ring...
2013-11-21 Kenneth Graunkei965: Introduce a "render ring prelude" hook.
2013-11-21 Kenneth Graunkei965: Introduce an UNKNOWN_RING state.
2013-11-21 Kenneth Graunkei965: Convert brw->batch.is_blit to a BLT_RING/RENDER_R...
2013-11-21 Roland Scheideggerllvmpipe: calculate more accurate interpolation value...
2013-11-21 Brian Paulsvga: remove special-case code for texkil w component
2013-11-21 José Fonsecagallium: Make TGSI_SEMANTIC_FOG register four-component...
2013-11-21 José Fonsecatgsi_exec: Fix mask calculation for emit_kill_if.
2013-11-21 José Fonsecamesa: Use IROUND instead of roundf.
2013-11-21 Tapani Pällimesa: enable GL_TEXTURE_LOD_BIAS set/get
2013-11-21 Christian Königwinsys/radeon: cleanup virtual memory nonsense
next