mesa: add support for ARB_blend_func_extended (v4)
[mesa.git] / src / mesa / state_tracker /
2012-04-10 Vinson Leest/mesa: Fix uninitialized members in glsl_to_tgsi_visi...
2012-04-06 Brian Paulst/mesa: fix max_offset computation for base vertex
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2012-03-30 Marek Olšákgallium: adapt to get_query_result interface change
2012-03-23 Brian Paulst/mesa: fix mipmap image size computation w.r.t. textu...
2012-03-21 Brian Paulst/mesa: set MaxUnrollIterations = 255
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-17 Brian Paulst/mesa: add null pointer check in st_texture_image_map()
2012-03-01 Brian PaulRevert "st/mesa: don't unreference user attribs up...
2012-03-01 Brian Paulst/mesa: remove old assertion
2012-02-28 Dave Airliest/mesa: don't unreference user attribs up front.
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
2012-02-24 Brian Paulst/mesa: initialize the MaxViewport, MaxRenderbufferSiz...
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_texture.c
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_drawpixels.c
2012-02-23 Brian Paulst/mesa: use pipe_sampler_view_release()
2012-02-23 Brian Paulst/mesa: add floating point formats in st_new_renderbuf...
2012-02-15 Brian Paulst/mesa: fix typo: s/patent/parent/
2012-02-15 Brian Paulst/mesa: remove unused st_equal_formats() function
2012-02-15 Brian Paulst/mesa: use _mesa_format_matches_format_and_type(...
2012-02-15 Brian Paulst/mesa: remove INLINE qualifiers
2012-02-15 Brian Paulst/mesa: simplify st_create_texture_sampler_view()
2012-02-15 Brian Paulst/mesa: remove unused st_get_texture_sampler_view()
2012-02-15 Brian Paulst/mesa: use private pipe_sampler_view in decompress_wi...
2012-02-15 Brian Paulst/mesa: use private pipe_sampler_view in st_render_mip...
2012-02-15 Brian Paulst/mesa: assorted clean-ups in st_cb_fbo.c
2012-02-15 Brian Paulst/mesa: remove st_framebuffer_renderbuffer()
2012-02-15 Brian Paulst/mesa: remove st_get_default_texture()
2012-02-15 Brian Paulst/mesa: improve assertion/check for stencil format
2012-02-15 Brian Paulst/mesa: use _mesa_pack_ubyte_stencil_row() in draw_ste...
2012-02-15 Brian Paulst/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user...
2012-02-15 Brian Paulst/mesa: use u_surface_default_template() helper
2012-02-15 Brian Paulst/mesa: remove redundant memset(surface_template,0)
2012-02-15 Brian Paulst/mesa: remove st_renderbuffer::stride
2012-02-15 Brian Paulst/mesa: remove st_renderbuffer::format
2012-02-12 Dave Airliest/mesa: only resolve if number of samples is > 1
2012-02-10 Brian Paulst/mesa: stop using Map8[] tables in load_color_map_tex...
2012-02-09 Dave Airliest/mesa: exit the update fragment samplers/textures...
2012-02-09 Dave Airliest/mesa: fixup NDEBUG vs DEBUG causing debug path to...
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-08 Dave Airliest/mesa: avoid vertex texture and sampler updates for...
2012-01-30 Marek Olšákst/mesa: kill off point size clamping in vertex shaders
2012-01-30 Marek Olšákst/mesa: simplify initialization of light_twoside
2012-01-29 Marek Olšákst/mesa: use table-driven approach to exposing extensio...
2012-01-29 Marek Olšákst/mesa: use table-driven approach to exposing extensio...
2012-01-29 Marek Olšákst/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_ex...
2012-01-28 Mathias Fröhlichstate_stracker: Fix access to uninitialized memory.
2012-01-25 José Fonsecamesa/st: Assign inputsRead at right (previous) location.
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-25 Marek Olšákst/mesa: require all s3tc formats for EXT_texture_compr...
2012-01-25 Marek Olšákst/mesa: simplify enabling EXT_packed_depth_stencil...
2012-01-25 Marek Olšákst/mesa: inline if(1) conditional
2012-01-25 Marek Olšákst/mesa: move fragment shader tgsi tokens into st_fp_va...
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-25 Benjamin Franzkest/mesa: Fix recurring surfaceless contexts
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::Wrapped
2012-01-24 Brian Paulst/mesa: remove gl_renderbuffer::GetPointer stuff
2012-01-24 Brian Paulst/mesa: remove gl_renderbuffer:DataType assignments
2012-01-19 Brian Paulst/mesa: copy num_immediates field when copying the...
2012-01-19 Ian Romanickmesa: Set default access flags based on the run-time API
2012-01-19 Brian Paulst/mesa: add fallback pipe formats for (compressed...
2012-01-18 Brian Paulst/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium...
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-12 Brian Paulst/mesa: whitespace fixes, 80-column wrapping
2012-01-12 Brian Paulst/mesa: re-order #includes in st_manager.c
2012-01-12 Brian Paulst/mesa: fix struct vs. class compilation warning
2012-01-12 Yuanhan Liuvbo: introduce vbo_get_minmax_indices function
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Dave Airliest/mesa: rename translate_texture_target, and make...
2012-01-11 Dave Airlieglsl_to_tgsi: add support for shadow cube map sampling.
2012-01-11 Dave Airliest_extensions: fixup GLSL 1.30 related enables (v3)
2012-01-11 Dave Airliest_glsl_to_tgsi: use ISSG and fixup IABS
2012-01-10 Brian Paulst/mesa: remove unnecessary memset()/zero call
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-07 Bryan Cainglsl_to_tgsi: emit IABS for absolute value of integers
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-07 Bryan Cainglsl_to_tgsi: fix emission of boolean constants
2012-01-07 Bryan Cainglsl_to_tgsi: remove bad assertion
2012-01-07 Dave Airliest/mesa: add support for clip vertex.
2012-01-07 Dave Airliest/mesa: fix default interpolation for colors.
2012-01-06 Kenneth Graunkeglsl_to_tgsi: Remove the obsolete remove_output_reads...
2012-01-06 Vincent Lejeuneglsl_to_tgsi: Use the GLSL compiler's new remove-output...
2012-01-05 Paul Berrygallium: Make use of gl_transform_feedback_info::Compon...
2012-01-05 Bryan Cainst/mesa: add support for gl_ClipDistance
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Brian Paulst/mesa: 80-column wrapping
2012-01-04 Brian Paulst/mesa: remove st_CompressedTexSubImage1D/2D/3D()
2012-01-04 Brian Paulst/mesa: fix indentation in st_copy_texsubimage()
2012-01-04 Brian Paulst/mesa: remove st_TexImage(), use core Mesa code instead
2012-01-04 Brian Paulst/mesa: refactor gl_TexImage() code into prep_teximage()
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2012-01-03 Christoph Bumillerst/mesa: use SINT/UINT formats for VertexAttribIPointer
2012-01-03 Vadim Girlinglsl_to_tgsi: v2 Invalidate and revalidate uniform...
2012-01-02 Ian Romanickst/mesa: Reject forward-looking contexts
2012-01-02 Christoph Bumillerglsl-to-tgsi: handle ir_unop_round_even
2012-01-02 Bryan Cainglsl_to_tgsi: fix handling of CONT and BRK in eliminate...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2011-12-31 Dave Airliest_glsl_to_tgsi: translate interp mode for front/back...
2011-12-30 Brian Paulst/mesa: remove stImage->base.Face/Level assignments...
next