radeonsi: improve HiZ precision for less and lequal depth functions
[mesa.git] / src / mesa /
2013-12-14 Kenneth Graunkei965: Treat Haswell as 75 in the surface format table.
2013-12-14 Chris Forbesmesa: fix texture view use of _mesa_get_tex_image()
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
2013-12-14 Chris Forbesmesa: add SYSTEM_VALUE_SAMPLE_MASK_IN
2013-12-14 Brian Paulmesa: document _mesa_texstore() return value
2013-12-13 Brian Paulst/mesa: only set up sampler compare mode for depth...
2013-12-13 Brian Paulst/mesa: add const qualifiers in sampler validation...
2013-12-13 Brian Paulst/mesa: add const qualifier to st_translate_color()
2013-12-13 Brian Paulst/mesa: simplify integer texture check
2013-12-13 Brian Paulmesa: s/uint/GLuint/ to fix MSVC error
2013-12-13 Courtney Goeltzenl... mesa: Update TexStorage to support ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: add texture_view helper function for TexStorage
2013-12-13 Courtney Goeltzenl... mesa: Fill out ARB_texture_view entry points
2013-12-13 Courtney Goeltzenl... mesa: consolidate multiple next_mipmap_level_size
2013-12-13 Courtney Goeltzenl... mesa: Add driver entry point for ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: ARB_texture_view get parameters
2013-12-13 Courtney Goeltzenl... mesa: update texture object for ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: Tracking for ARB_texture_view extension
2013-12-13 Courtney Goeltzenl... mesa: Add API definitions for ARB_texture_view
2013-12-13 Anuj Phogatmesa: Fix error code generation in glBeginConditionalRe...
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-12 Marek Olšákst/mesa: set correct PIPE_CLEAR_COLORn flags
2013-12-12 Marek Olšákst/mesa: fix glClear with multiple colorbuffers and...
2013-12-12 Marek Olšákmesa: fix interpretation of glClearBuffer(drawbuffer)
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-12 Tapani Pällimesa: fix a typo in glDetachShader error message
2013-12-10 Dave Airlieswrast: fix readback regression since inversion fix
2013-12-10 Jordan Justendri megadriver_stub: add compatibility for older DRI...
2013-12-09 Kenneth Graunkei965: Replace OUT_RELOC_FENCED with OUT_RELOC.
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-09 Paul Berryglsl/loops: consolidate bounded loop handling into...
2013-12-09 Paul Berryi965/gen7+: Implement fast color clears for MSAA buffers.
2013-12-09 Paul Berryi965/blorp: Refactor code for computing fast clear...
2013-12-09 Paul Berryi965/blorp: allow multisample blorp clears
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
2013-12-09 Paul Berryi965/gen7+: Disentangle MSAA layout from fast clear...
2013-12-09 Paul Berryi965: Don't try to use HW blitter for glCopyPixels...
2013-12-09 Paul Berryi965: Document conventions for counting layers in 2D...
2013-12-09 Paul Berryi965/blorp: Improve fast color clear comment.
2013-12-07 Chris Forbesmesa: Require per-sample shading if the `sample` qualif...
2013-12-07 Chris Forbesmesa: add IsSample bitfield to gl_fragment_program
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-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 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 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 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 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-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 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
next