radeonsi: Rename the commonly occurring rctx/r600 variables.
[mesa.git] / src /
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rctx/r600 varia...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600_trace_emit->si_trace_emit.
2014-01-13 Andreas Hartmetzradeonsi: Rename R600->SI in some remaining defines.
2014-01-13 Andreas Hartmetzradeonsi: Rename radeonsi->si remaining identifiers...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifier in si_hw...
2014-01-13 Andreas Hartmetzradeonsi: Rename radeonsi->si remaining identifiers...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Apply si_* file naming scheme.
2014-01-13 Kenneth Graunkeglsl: Remove exec_list iterators now that nothing uses...
2014-01-13 Kenneth Graunkeglsl: Replace iterators in ir_reader.cpp with ad-hoc...
2014-01-13 Kenneth Graunkeglsl: Use a new foreach_two_lists macro for walking...
2014-01-13 Kenneth Graunkeglsl: Statically cast parameter exec_node to ir_variable.
2014-01-13 Kenneth Graunkeglsl: Cast ir_call parameters to ir_rvalue, not ir_inst...
2014-01-13 Kenneth Graunkeglsl: Replace foreach_iter and iter.remove() with forea...
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to foreach_list_safe.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2014-01-13 Paul Berryi965: Ensure that all necessary state is re-emitted...
2014-01-13 Marek Olšákr600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi...
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on R600-R700
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on Evergreen
2014-01-13 Marek Olšákradeonsi: handle NULL colorbuffers correctly
2014-01-13 Marek Olšákgallium/util: easy fixes for NULL colorbuffers
2014-01-13 Marek Olšákst/mesa: bind NULL colorbuffers as specified by glDrawB...
2014-01-13 Marek Olšákmesa: handle GL_NONE draw buffers correctly in glClear
2014-01-13 Marek Olšákst/mesa: use sRGB formats for MSAA resolving if destina...
2014-01-13 Marek Olšákst/mesa: check depth and stencil writemask before clearing
2014-01-13 Marek Olšákst/mesa: always prefer pipe->clear over clear_with_quad...
2014-01-13 Martin Anderssonst/egl: Flush resources before presentation
2014-01-13 Tapani Pällidri: set yInverted default to GL_TRUE
2014-01-13 Tapani Pälliegl_dri2: call dri2_add_configs_for_visuals after exten...
2014-01-11 Ian Romanickmesa: Set the correct error in _mesa_BeginConditionalRender
2014-01-10 Kenneth Graunkei965: Delete duplicate write_timestamp function.
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2014-01-10 Paul Berrymain: check texture target when validating layered...
2014-01-09 Chad Versacei965/gen6/blorp: Remove redundant HiZ workaround
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush at top of...
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush immediately...
2014-01-09 Brian Paulmesa: add missing SNORM formats in _mesa_base_fbo_format()
2014-01-09 Brian Paulmesa: remove dead geom shader code
2014-01-09 Brian Paulmesa: check bits per channel for GL_RGBA_SIGNED_COMPONE...
2014-01-09 Brian Paulmesa: check for MESA_FORMAT_RGB9_E5_FLOAT in _mesa_is_f...
2014-01-09 Brian Paulst/mesa: fix breakage from gl_constant::Program[] change
2014-01-09 Paul Berrymesa: Use functions to convert gl_shader_stage to PROGR...
2014-01-09 Paul Berrymain: Change init_program_limits() to use gl_shader_stage.
2014-01-09 Paul Berryglsl: Index into ctx->Const.Program[] rather than using...
2014-01-09 Paul Berrymesa: Index into ctx->Const.Program[] rather than using...
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-09 José Fonsecallvmpipe: Honour pipe_rasterizer::point_quad_rasterization.
2014-01-09 Eric Anholti965: Don't do the temporary-and-blit-copy for INVALIDA...
2014-01-09 Eric Anholti965: Fix handling of MESA_pack_invert in blit (PBO...
2014-01-09 Eric Anholti965: Fix incorrect bounds tracking for blit readpixels...
2014-01-09 Eric Anholti965: Use SET_FIELD to safety check our x/y offsets...
2014-01-09 Eric Anholti965: Add an assert for when SET_FIELD's value exceeds...
2014-01-09 Eric Anholti965: Add a safety check for emitting blits.
2014-01-09 Eric Anholti965: Don't call the blitter on addresses it can't...
2014-01-09 Thomas Sondergaardmesa: Namespace qualify fma to override ambiguity with...
2014-01-09 Thomas Sondergaardmesa: Work around internal compiler error
2014-01-09 Thomas Sondergaardmesa: Fix compile error with MSVC 2013
2014-01-08 Rob Clarkfreedreno: add basic query support
2014-01-08 Rob Clarkfreedreno/a3xx: use cs patch instead of RFI+RMW
2014-01-08 Rob Clarkfreedreno/a3xx: support for hw binning pass
2014-01-08 Rob Clarkfreedreno: be more clever about gmem usage
2014-01-08 Rob Clarkfreedreno: resync generated headers
2014-01-08 Chris Forbesi965: fold offset into coord for textureOffset(gsampler...
2014-01-08 Paul Berrymesa: Remove _mesa_progshader_enum_to_string(), which...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in lower_cl...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in link_var...
2014-01-08 Paul Berryglsl: Change _mesa_glsl_parse_state ctor to use gl_shad...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Store gl_shader_stage enum in gl_shader objects.
2014-01-08 Paul Berrymesa: Move declaration of gl_shader_stage earlier in...
2014-01-08 Paul Berryglsl: make _mesa_shader_stage_to_string() available...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2014-01-08 José Fonsecallvmpipe: Fix the bottom_edge_rule adjustment for points.
2014-01-08 José Fonsecallvmpipe: Respect bottom_edge_rule when computing the...
2014-01-08 Chia-I Wuilo: enable HiZ
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2014-01-08 Chia-I Wuilo: add flags to texture slices
2014-01-08 Chia-I Wuilo: rename and add an accessor for texture slices
2014-01-08 Chia-I Wuilo: add HiZ op support to the pipelines
2014-01-08 Chia-I Wuilo: add support for HiZ allocation
2014-01-08 Chia-I Wuilo: refactor separate stencil allocation
2014-01-08 Chia-I Wuilo: assorted GPE fixes for HiZ
2014-01-08 Chia-I Wuilo: no layer offsetting on GEN7+
2014-01-08 Chia-I Wuilo: offset to layers only when necessary
2014-01-08 Chia-I Wuilo: allow ilo_zs_surface to skip layer offsetting
2014-01-08 Chia-I Wuilo: allow ilo_view_surface to skip layer offsetting
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2014-01-07 Kenneth Graunkeglsl: Optimize pow(2, x) --> exp2(x).
next