osmesa: use swrast_renderbuffer
[mesa.git] / src / mesa / state_tracker /
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...
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulst/mesa: remove TexSubImage code, use core mesa routine...
2011-12-30 Yuanhan Liuvbo: introduce vbo_sizeof_ib_type() function
2011-12-25 Marek Olšákgallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
2011-12-25 Marek Olšákst/mesa: use a cast wrapper function to get st_transfor...
2011-12-25 Marek Olšákst/mesa: DrawTFB should use the vertex count from the...
2011-12-23 Ian Romanickst-api: Have context_create explain why creation failed
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
2011-12-21 Paul Berrymesa: Move RasterDiscard to toplevel of gl_context.
2011-12-18 Dave Airlieglsl_to_tgsi: make sure copied instructions don't lose...
2011-12-17 Marek Olšákst/mesa: expose conservative_depth if GLSL 1.3 is supported
2011-12-17 Vinson Leest/mesa: Fix memory leak in out-of-memory path.
2011-12-15 Marek Olšákst/mesa: implement EXT_transform_feedback and ARB_trans...
2011-12-15 Marek Olšákmesa: implement DrawTransformFeedback from ARB_transfor...
2011-12-13 Marek Olšákmesa: add const flags to skip MaxVarying and MaxUniform...
2011-12-13 Bryan Cainglsl_to_tgsi: fix typo in comment
2011-12-13 Bryan Cainglsl_to_tgsi: emit both operands of shift and bitwise...
2011-12-13 Brian Paulst/mesa: stop using _DepthBuffer, _StencilBuffer fields
2011-12-12 Marek Olšákst/mesa: add color varyings to MaxVarying
2011-12-10 Dave Airliest/mesa: move frag depth up a level.
2011-12-10 Dave AirlieRevert "st/mesa: only resolve is number of samples...
2011-12-10 Dave Airliest/mesa: only resolve is number of samples is > 1
2011-12-10 Marek Olšákgallium: implement ARB_conservative_depth
2011-12-09 José Fonsecamesa/st: Don't modify the context draw/read buffers.
2011-12-08 Bryan Cainglsl_to_tgsi: fix a bug in eliminate_dead_code_advanced()
2011-12-08 Brian Paulmesa: remove dead swrast and state tracker accum buffer...
2011-12-08 Brian Paulmesa: rewrite accum buffer support
2011-12-08 Brian Paulmesa: remove TextureMemCpy driver hook
2011-12-08 Henri Verbeetst/mesa: Use util_blit_pixels_writemask() for depth...
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Chia-I Wust/mesa: add support for GL_OES_compressed_ETC1_RGB8_te...
2011-11-30 Kai Wasserbächgallium/failover: Remove the deprecated module.
2011-11-30 Brian Paulst/mesa: fix indentation
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-29 Brian Paulst/mesa: don't try to allocate zero-sized renderbuffers
2011-11-28 Brian Paulmesa: check for null ptr in _mesa_is_bufferobj()
2011-11-28 Dave Airliest/mesa: add ARB_texture_rgb10_a2ui support
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-22 Marek Olšákst/mesa: quick fix of CopyPixels with GL_DEPTH_STENCIL
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Brian Paulst/mesa: fix accum buffer allocation in st_renderbuffer...
2011-11-21 Vadim Girlinst/mesa: use PIPE_SHADER_CAP_OUTPUT_READ
2011-11-19 Marek Olšákmesa: set the gl_FragDepth layout in the GLSL linker
2011-11-18 Brian Paulst/mesa: rewrite the primitive restart fallback code
2011-11-15 Brian Paulst/mesa: check for missing VBO in setup_interleaved_att...
2011-11-15 Brian Paulst/mesa: remove most of the ReadPixels code
2011-11-15 Brian Paulst/mesa: remove dependencies on code in st_cb_readpixels.c
2011-11-15 Brian Paulst/mesa: check renderbuffer orientation in st_MapRender...
2011-11-15 Brian Paulmesa: replace GLstencil with GLubyte
2011-11-14 Ian Romanickglsl: Remove resource count checks from ir_to_mesa...
2011-11-14 Christoph Bumillerst/mesa: fix system value to semantic mapping
2011-11-14 José Fonsecamesa/st: Flush stdout after pritingin the GLSL.
next