radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8
[mesa.git] / src / mesa / swrast /
2011-11-28 Brian Paulswrast: add missing texfetch table entry for MESA_FORMA...
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-21 Yuanhan Liuswrast: fix unmatched span->array->ChanType
2011-11-21 Yuanhan Liuswrast: simplify the prototype of function texture_combine
2011-11-15 Brian Paulswrast: fix glReadPixels from texture attachment
2011-11-15 Brian Paulmesa: remove _swrast_ReadPixels()
2011-11-15 Brian Paulmesa: replace GLstencil with GLubyte
2011-11-11 Brian Paulswrast: avoid calling _mesa_get_srgb_format_linear...
2011-11-11 Brian Paulswrast: remove bogus assertion
2011-11-09 Eric Anholtswrast: Add support for glReadPixels() to integer types.
2011-11-07 Brian Paulswrast: update program type assertion
2011-11-04 José Fonsecaswrast: Avoid void * arithmetic.
2011-11-04 Eric Anholtswrast: Drop the global mapping of buffers across glRea...
2011-11-04 Eric Anholtswrast: Drop the remaining GetRow-based glReadPixels...
2011-11-04 Eric Anholtswrast: Remove dead _swrast_read_depth_span_uint().
2011-11-04 Eric Anholtswrast: Convert color glReadPixels slow path to using...
2011-11-04 Eric Anholtswrast: Skip _swrast_validate_derived in _swrast_ReadPi...
2011-11-04 Eric Anholtswrast: Add a readpixels fast-path based on memcpy...
2011-11-04 Eric Anholtswrast: Switch the remaining depth readpixels to MapRen...
2011-11-04 Eric Anholtswrast: Switch the remaining depth/stencil readpixels...
2011-11-04 Eric Anholtswrast: MapRenderbuffer in separate depth/stencil readp...
2011-11-04 Eric Anholtswrast: Calculate image address/stride once for depth...
2011-11-04 Eric Anholtswrast: Make the packed depth/stencil read fastpath...
2011-11-04 Eric Anholtswrast: Directly map the stencil buffer in read_stencil...
2011-11-03 Yuanhan Liuswrast: simplify the condition test for _swrast_choose_...
2011-11-01 Eric Anholtswrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_C...
2011-11-01 Eric AnholtAdd MapRenderbuffer implementations for software drivers.
2011-10-31 Brian Paulswrast: implement GL_ARB_texture_storage
2011-10-25 Vinson Leeswrast: Fix memory leak in out-of-memory path.
2011-10-25 Brian Paulswrast: use _mesa_ffs() instead of ffs()
2011-10-24 Brian Paulswrast: fix comment typo (s/texure/texture/)
2011-10-23 Brian Paulswrast: update renderbuffer format assertion
2011-10-23 Brian Paulmesa: add swrast_texture_image::Buffer
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-19 Brian Paulswrast: fix float->uint conversion of gl_FragDepth
2011-10-18 Chad Versaceswrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_S...
2011-10-15 Chad Versaceswrast: Remove redundant term in logic expression
2011-10-15 Chad Versaceswrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_ST...
2011-10-13 Brian Paulswrast: be a bit smarter in clip_span()
2011-10-07 Brian Paulswrast: s/FetchTexelf/FetchTexel/
2011-10-07 Brian Paulswrast: silence unused var warnings in non-debug builds
2011-10-07 Brian Paulswrast: remove unused swrast_texture_image::FetchTexelc...
2011-10-05 Brian Paulswrast: update texfetch_funcs table for new int/uint...
2011-10-03 Brian Paulswrast: fix delayed texel buffer allocation regression
2011-10-03 Eric Anholtswrast: When asked to map a slice of a 1D array, give...
2011-10-02 Eric Anholtmesa: Delay s_texcombine.c memory allocation until...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-26 Brian Paulswrast: always call _swrast_choose_texture_sample_func()
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-22 Brian Paulmesa: move gl_texture_image::_IsPowerOfTwo into swrast
2011-09-21 Brian Paulswrast: s/GLubyte/GLchan/ in a cast
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-18 Brian Paulswrast: fix more store_texel() bugs
2011-09-17 Brian Paulswrast: add Alloc/FreeTextureImageBuffer() driver functions
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulswrast: introduce new swrast_texture_image struct
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast
2011-09-17 Brian Paulmesa: move _mesa_update_fetch_functions() calls into...
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-09 Ian Romanickswrast: Silence many "warning: unused parameter ‘ctx’"
2011-09-06 Ian Romanickswrast: Use GL_STENCIL_INDEX for address calculations
2011-09-06 Ian Romanickswrast: Remove GL_COLOR_INDEX from assertions
2011-09-01 Brian Paulswrast: get rid of needless do/while
2011-08-31 Brian Paulswrast: initialize program native limits
2011-08-29 Brian Paulswrast: Add implementation of MapTextureImage/UnmapText...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulswrast: Remove swrast eject/validate texture image...
2011-08-11 Brian Paulswrast: don't try to do depth testing if there's no...
2011-08-11 Andreas Fängerswrast: initial multi-threaded span rendering
2011-08-09 Fabio Pedrettiswrast: silence unused var warnings
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-15 Marek Olšákswrast: remove an unused-but-set variable
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-11 Marek Olšákmesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNS...
2011-07-10 Marek Olšákswrast: fix depth/stencil blits when there's no colorbuffer
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-13 Brian Paulmesa: move texrender.c to swrast
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Ian Romanickmesa: Don't try to clear a NULL renderbuffer
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-30 Marek Olšákswrast: BlitFramebuffer should not be killed by conditi...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Andreas Faengerswrast: anisotropic filtering extension
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-26 Ian Romanickmesa: Remove SWcontext::_FogMode, use gl_context::gl_fo...
2011-04-23 Eric Anholtswrast: Disable glAccum drawing during conditional...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-22 Marek Olšákswrast: fix readpix clamping
2011-04-22 Ian Romanickmesa: gl_fragment_program::FogOption is always GL_NONE...
2011-04-20 Eric Anholtswrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to...
2011-04-18 Eric Anholtswrast: Don't try to adjust_colors for <8bpc when handl...
2011-04-18 Eric Anholtswrast: Don't assert against glReadPixels of GL_RED...
next