llvmpipe: support 8bit subpixel precision
[mesa.git] / src / mesa /
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 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 Dave Airliest/mesa: respect higher GLSL levels. (v2)
2013-11-23 Jordan Justenintel: enable GL_AMD_vertex_shader_layer extension...
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 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 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-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 José Fonsecagallium: Make TGSI_SEMANTIC_FOG register four-component...
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 Courtney Goeltzenl... mesa: Update MESA_INFO to eliminate error
2013-11-21 Kenneth Graunkei965: Disable BLORP on Broadwell for now.
2013-11-21 Kenneth Graunkei965: Disable HiZ on Broadwell for now.
2013-11-21 Kenneth Graunkei965: Claim OpenGL 3.3 support on Broadwell.
2013-11-21 Kenneth Graunkei965: Add device info structs for Broadwell.
2013-11-21 Dave Airliemesa/swrast: fix inverted front buffer rendering with...
2013-11-21 Eric Anholtmesa: Fix setup of LocalParams array.
2013-11-20 Matt Turneri965/test: Use unreachable() to silence warning.
2013-11-20 Matt Turneri965: Link -ldl after libmesa.la
2013-11-20 Matt Turneri965: Add a pass to remove dead control flow.
2013-11-20 Matt Turneri965: Make invalidate_live_intervals() a virtual method...
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-11-20 Matt Turneri965/fs: Don't emit SIMD16 BFI instructions.
2013-11-20 Matt Turneri965/fs: Emit compressed 3-source instructions on Haswell.
2013-11-20 Matt Turneri965: Fix disassembled names of BFI1 and BFI2 instructions.
2013-11-20 Matt Turneri965/fs: Use source's original type in register_coalesce().
2013-11-19 Brian Paulst/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug
2013-11-19 Paul Berryi965/gen7: Disallow Y tiling of renderable surfaces...
2013-11-19 Paul Berryi965/gen7: Prefer vertical alignment of 4 when possible.
2013-11-19 Paul Berryi965/vec4: Fix broken IR annotation in debug output.
2013-11-18 Brian Paulst/mesa: pass correct pipe_texture_target to st_choose_...
2013-11-18 Paul Berryi965/gen7: Emit workaround flush when changing GS enabl...
2013-11-18 Brian Paulosmesa: add missing comma
2013-11-18 Brian Paulosmesa: add support for postprocess filters
2013-11-18 José Fonsecamesa/main: Move declaration to beginning of scope.
2013-11-18 Courtney Goeltzenl... mesa: Add API debug logging to TexStorage
2013-11-18 Kenneth Graunkemesa: Handle !m->Ended for performance monitor result...
2013-11-18 Kenneth Graunkemesa: Track whether a performance monitor has ever...
2013-11-18 Kenneth Graunkemesa: Also initialize gl_performance_monitor::Active.
2013-11-18 Kenneth Graunkemesa: Store the performance monitor object's name.
2013-11-17 Chris Forbesi965: Fix broken asserts
2013-11-16 Kenneth Graunkei965: Make swizzle_to_scs non-static.
2013-11-16 Kenneth Graunkei965: Move enum brw_urb_write_flags from brw_eu.h to...
2013-11-16 Kenneth Graunkei965/fs: Remove force_sechalf stack
2013-11-16 Emil Velikovdri/common: move source file lists to Makefile.sources
2013-11-16 Emil Velikovscons: move SConscript from gallium/targets/ to mesa...
2013-11-16 Emil Velikovscons: drop obsolete enabled_apis variable
2013-11-16 Emil VelikovAndroid: remove unused MESA_ENABLED_APIS variable
2013-11-16 Matt Turneri965: Assert that IF with cmod is Gen6 only.
2013-11-16 Vinson Leei965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_R...
2013-11-15 Eric Anholtmesa: Dynamically allocate the storage for program...
next