mesa.git
2013-12-09 Ilia Mirkinnvc0: make sure nvd7 gets NVC8_3D_CLASS as well
2013-12-09 Ilia Mirkinnv50: TXF already has integer arguments, don't try...
2013-12-09 Matthew McClurellvmpipe: clamp fragment shader depth write to the...
2013-12-08 Neil Robertswayland: Add support for eglSwapInterval
2013-12-08 Neil Robertswayland: Block for the frame callback in get_back_bo...
2013-12-07 Vinson Leeglapi: Do not include dlfcn.h on Windows.
2013-12-07 Vincent Lejeuner600/llvm: Allow arbitrary amount of temps in tgsi...
2013-12-07 Rob Clarkfreedreno/a3xx: add adreno 330 support
2013-12-07 Rob Clarkfreedreno/a3xx/compiler: add ROUND
2013-12-07 Chris Forbesmesa: Require per-sample shading if the `sample` qualif...
2013-12-07 Chris Forbesglsl: Populate gl_fragment_program::IsSample bitfield
2013-12-07 Chris Forbesmesa: add IsSample bitfield to gl_fragment_program
2013-12-07 Chris Forbesglsl: Put `sample`-qualified varyings in their own...
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-12-07 Chris Forbesglsl: Add frontend support for `sample` auxiliary stora...
2013-12-07 Chris Forbesi965: Don't flag gather quirks for Gen8+
2013-12-07 Chris Forbesi965/Gen7: Allow CMS layout for multisample textures
2013-12-07 Chris Forbesi965/vs: Sample from MCS surface when required
2013-12-07 Chris Forbesi965/fs: Sample from MCS surface when required
2013-12-07 Chris Forbesi965: Add shader opcode for sampling MCS surface
2013-12-07 Chris Forbesi965/Gen7: Include bitfield in the sampler key for...
2013-12-07 Chris Forbesi965/Gen7: Move decision to allocate MCS surface into...
2013-12-07 Chris Forbesi965/Gen7: emit mcs info for multisample textures
2013-12-07 Chris Forbesi965/wm: Set copy of sample mask in 3DSTATE_PS correctl...
2013-12-07 Chris Forbesi965: refactor sample mask calculation
2013-12-06 Ian Romanickglsl: Don't emit empty declaration warning for a struct...
2013-12-06 Thomas Hellstromst/xa: Bump major version number to 2
2013-12-06 Ben Skeggsnvc0: fixup gk110 and up not being listed in various...
2013-12-05 Kenneth Graunkei965: Replace non-standard INLINE macro with "inline".
2013-12-05 Kenneth Graunkei965: Don't use GL types in files shared with intel...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from files shared with...
2013-12-05 José Fonsecatools/trace: More tweaks to state dumping.
2013-12-05 José Fonsecatrace: Reorder dumping of pipe_rasterizer_state.
2013-12-05 José Fonsecatrace: Dump pipe_sampler_state::seamless_cube_map.
2013-12-05 Michel Dänzerradeonsi: Remove some stale XXX / FIXME comments
2013-12-05 Matt Turneri965: Emit better code for ir_unop_sign.
2013-12-05 Matt Turneri965/fs: New peephole optimization to flatten IF/BREAK...
2013-12-05 Matt Turneri965/fs: Emit a MOV instead of a SEL if the sources...
2013-12-05 Matt Turneri965/fs: Extend SEL peephole to handle only matching...
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.
2013-12-05 Matt Turneri965/fs: Add SEL() convenience function.
2013-12-05 Matt Turnerglsl: Use fabs() on floating point values.
2013-12-05 Matt Turneri965: Print conditional mod in dump_instruction().
2013-12-05 Matt Turneri965: Externalize conditional_modifier for use in dump_...
2013-12-05 Matt Turneri965: Print argument types in dump_instruction().
2013-12-05 Matt Turneri965: Externalize reg_encoding for use in dump_instruct...
2013-12-05 Matt Turneri965/vec4: Don't print swizzles for immediate values.
2013-12-05 Matt Turneri965/vec4: Print negate and absolute value for src...
2013-12-05 Matt Turneri965/vec4: Add support for printing HW_REGs in dump_ins...
2013-12-05 Matt Turneri965/fs: Print ARF registers properly in dump_instructi...
2013-12-05 Matt Turneri965: Don't print extra (null) arguments in dump_instru...
2013-12-05 Matt Turnerglsl: Remove silly OR(..., 0x0) from ldexp() lowering.
2013-12-05 Matt Turneri965: Allow commuting the operands of ADDC for const...
2013-12-05 Matt Turneri965/fs: Rename register_coalesce_2() -> register_coale...
2013-12-05 Matt Turneri965/fs: Remove now useless register_coalesce() pass.
2013-12-05 Matt Turneri965/fs: Let register_coalesce_2() eliminate self-moves.
2013-12-05 Matt Turneri965: Allow constant propagation into ASR and BFI1.
2013-12-05 Matt Turneri965/cfg: Document cur_* variables.
2013-12-05 Matt Turneri965/cfg: Remove ip & cur from brw_cfg.
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-12-05 Matt Turneri965/cfg: Throw out confusing make_list method.
2013-12-05 Matt Turneri965/cfg: Include only needed headers.
2013-12-05 Matt Turneri965/cfg: Remove unnecessary endif_stack.
2013-12-05 Matt Turneri965/cfg: Rework to make IF & ELSE blocks flow into...
2013-12-05 Matt Turneri965/cfg: Keep pointers to IF/ELSE/ENDIF instructions...
2013-12-05 Matt Turneri965/cfg: Add code to dump blocks and cfg.
2013-12-05 Ian Romanickmesa: Remove GL_MESA_texture_array cruft from gl.h
2013-12-05 Ian Romanickmesa: Remove support for GL_MESA_texture_array
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-12-05 Ian Romanickmesa: Minor clean-up of target_enum_to_index
2013-12-05 Ian Romanickmesa: Silence GCC warning in count_tex_size
2013-12-05 Ian Romanickmesa: Silence GCC warning in _mesa_test_texobj_completeness
2013-12-05 Ian Romanickmesa: Add missing API check for GL_TEXTURE_3D
2013-12-05 Ian Romanickmesa: Add missing checks for GL_TEXTURE_CUBE_MAP_ARRAY
2013-12-05 Neil Robertswayland: Add an extension to create wl_buffers from...
2013-12-05 Kristian Høgsbergegl/wayland: Damage INT32_MAX x INT32_MAX region for...
2013-12-04 Axel DavyEnable throttling in SwapBuffers
2013-12-04 Kristian Høgsbergegl/wayland: Send commit after flushing the driver...
2013-12-04 Axel Davyegl/wayland: Flush the wl_display at the end of SwapBuffers
2013-12-04 Brian Paulmesa: reduce memory used for short display lists
2013-12-04 Brian Paulmesa: update/remove display list comments
2013-12-04 Brian Paulmesa: remove gl_dlist_node::next pointer to reduce...
2013-12-04 Brian Paulmesa: begin reducing memory used by display lists
2013-12-04 Ilia Mirkinnouveau: Add lots of comments to the buffer transfer...
2013-12-04 Ilia Mirkinnv50: wait on the buf's fence before sticking it into...
2013-12-04 Ilia Mirkinnouveau: avoid leaking fences while waiting
2013-12-04 Ilia Mirkinnv50: fix a small leak on context destroy
2013-12-04 Brian Pauldocs: put MD5 sums in 9.2.4 relnotes file
2013-12-04 Brian Pauldocs: use --disable-dri3 for VMware guest driver build
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-12-04 Ilia Mirkinmesa: don't leak performance monitors on context destroy
2013-12-04 Ilia Mirkinnv50: Fix GPU_READING/WRITING bit removal
2013-12-04 Michel Dänzerpipe-loader: Fix llvmpipe.la path
2013-12-04 Kenneth Graunkei965: Fix BRW_BATCH_STRUCT to specify RENDER_RING,...
2013-12-04 Kenneth GraunkeRevert "i965: Move brw_emit_query_begin() to the render...
2013-12-04 Kenneth Graunkei965: Fix OACONTROL assertion failures on Ironlake.
2013-12-03 Emil Velikovgallium/radeon: use PRIu64 macro for printing uint64_t
2013-12-03 Emil Velikovpipe-loader: build llvmpipe on top of softpipe
2013-12-03 Emil Velikovmesa: resolve typo DTXn/DXTn
next