glapi: Correctly generate static disatches for X86.
[mesa.git] / src / mesa / swrast /
2010-03-17 Brian Paulswrast: remove unused compute_coveragei() function
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-10 Karl Schultzwindows: fix compilation errors and warnings
2010-03-06 Ian Romanickswrast: Remove redundant test of the visual's accumulat...
2010-03-06 Ian Romanickswrast: Adjust colors based on ReadBuffer visual, not...
2010-03-06 Ian Romanickswrast: Remove stray comment that mentions ctx->Visual
2010-03-03 Ian Romanickmesa: Eliminate index parameter to _mesa_feedback_vertex
2010-03-03 Ian Romanickswrast: Remove _swrast_logicop_ci_span
2010-03-03 Ian Romanickswrast: Remove color-index rendering support from s_spa...
2010-03-03 Ian Romanickswrast: Remove SPAN_INDEX
2010-03-03 Ian Romanickswrast: Remove _swrast_read_index_span
2010-03-03 Ian Romanickswrast: Remove _swrast_mask_ci_span
2010-03-03 Ian Romanickswrast: Remove _swrast_fog_ci_span and associated code
2010-03-03 Ian Romanickswrast: Remove _swrast_write_index_span and associated...
2010-03-03 Ian Romanickswrast: Remove remaining color-index state tracking...
2010-03-03 Ian Romanickswrast: Remove support for ReadPixels from a color...
2010-03-03 Ian Romanickswrast: Remove support for Clear into a color-index...
2010-03-03 Ian Romanickswrast: Remove support for rendering antialiased lines...
2010-03-03 Ian Romanickswrast: Remove support for rendering antialiased triang...
2010-03-03 Ian Romanickswrast: Remove support for rendering lines into a color...
2010-03-03 Ian Romanickswrast: Remove support for rendering points into a...
2010-03-03 Ian Romanickswrast: Remove support for rendering triangles into...
2010-03-03 Ian Romanickswrast: Remove support for Bitmap into a color-index...
2010-03-03 Ian Romanickswrast: Remove _swrast_write_zoomed_index_span and...
2010-03-03 Ian Romanickswrast: Remove support for CopyPixels to / from a color...
2010-03-03 Ian Romanickswrast: Remove support for DrawPixels into a color...
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-26 Brian Paulswrast: add 0.5 bias in tex_array_slice() per the spec
2010-02-26 Brian Paulswrast: the only wrap mode for selecting texture array...
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Brian Paulmesa: replace _mesa_bzero() with memset()
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-18 Brian Paulswrast: fix left side clipping
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-14 Karl Schultzmesa: Fix compiler warnings
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Brian Paulswrast: s/FIXED_TO_FLOAT/FixedToFloat/
2010-01-28 Brian Paulswrast: silence double->float assignment warnings
2010-01-26 Eric Anholtswrast: Implement ARB_fragment_coord_conventions but...
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-15 Brian Paulswrast: add missing call to _swrast_depth_bounds_test()
2010-01-15 Brian Paulswrast: fix broken _swrast_depth_clamp_span()
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_accum.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_atifragshader.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_bitmap.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary headers from s_copypix.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_depth.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_drawpix.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_feedback.c.
2010-01-13 Vinson Leeswrast: Remove unnecessary header from s_fragprog.c.
2010-01-13 Vinson Leeswrast: Remove unnecessary header in s_lines.c.
2010-01-13 Vinson Leeswrast: Remove unnecessary header from s_points.c.
2010-01-13 Vinson Leeswrast: Remove unnecessary header from s_readpix.c.
2010-01-13 Vinson Leeswrast: Remove unnecessary header from s_texcombine.c.
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-07 Brian Paulswrast: fix color masking for glAccum(GL_RETURN)
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian Paulmesa: make texture BorderColor a union of float/int...
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian Paulswrast: add check for conditional rendering
2009-12-31 Brian Paulswrast: use different temp array in _swrast_get_dest_rgba()
2009-12-29 Brian Paulmesa: implement per-buffer color masking
2009-12-29 Brian Paulmesa: per-buffer blend enabled flags
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-13 Vinson Leeswrast: Silence uninitialized variable warnings in...
2009-12-12 Vinson Leeswrast: Initialize tex_coords in handle_sample_op.
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
next