2014-04-30 |
Eric Anholt | mesa: Replace use of _ReallyEnabled as a boolean with... |
blob | commitdiff | raw |
2014-04-30 |
Eric Anholt | mesa: Drop _EnabledUnits. |
blob | commitdiff | raw | diff to current |
2014-04-24 |
Brian Paul | swrast: move texture_slices() calls out of loops |
blob | commitdiff | raw | diff to current |
2014-04-24 |
Brian Paul | swrast: move null pointer check earlier in _swrast_map_... |
blob | commitdiff | raw | diff to current |
2014-04-24 |
Brian Paul | swrast: remove _mesa_ prefix from static function |
blob | commitdiff | raw | diff to current |
2014-04-24 |
Brian Paul | swrast: allocate swrast_texture_image::ImageSlices... |
blob | commitdiff | raw | diff to current |
2013-12-04 |
Siavash Eliasi | mesa: modified _mesa_align_free() to accept NULL pointer |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Eric Anholt | swrast: Always use MapTextureImage for mapping textures... |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Eric Anholt | swrast: Make a teximage's stored RowStride be in terms... |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Eric Anholt | swrast: Replace ImageOffsets with an ImageSlices pointer. |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Eric Anholt | swrast: Move ImageOffsets allocation to shared code. |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Eric Anholt | swrast: Clean up and explain the mapping process. |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Eric Anholt | swrast: Factor out texture slice counting. |
blob | commitdiff | raw | diff to current |
2013-04-24 |
Kenneth Graunke | mesa: Restore 78-column wrapping of license text in... |
blob | commitdiff | raw | diff to current |
2013-04-24 |
Kenneth Graunke | mesa: Add "OR COPYRIGHT HOLDERS" to license text discla... |
blob | commitdiff | raw | diff to current |
2013-04-21 |
Eric Anholt | mesa: Generalize TexStorage allocator between swrast... |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Matt Turner | Remove useless checks for NULL before freeing |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Matt Turner | Don't cast the return value of malloc/realloc |
blob | commitdiff | raw | diff to current |
2012-08-24 |
Brian Paul | mesa: new _mesa_num_tex_faces() helper |
blob | commitdiff | raw | diff to current |
2012-08-12 |
Pauli Nieminen | mesa: Remove unnecessary parameters from AllocTextureIm... |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Paul Berry | i915: Initialize swrast_texture_image structure fields. |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Brian Paul | swrast: move some renderbuffer functions to s_renderbuf... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Brian Paul | swrast: use swrast_renderbuffer instead of gl_renderbuffer |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Brian Paul | mesa: remove gl_renderbuffer:RowStride field |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Brian Paul | swrast: stop using Put/GetRow/Values() in swrast code |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Brian Paul | mesa: use gl_renderbuffer::Map for all depth/stencil... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Brian Paul | swrast: s/Data/Map/ in swrast_texture_image |
blob | commitdiff | raw | diff to current |
2012-01-12 |
Brian Paul | mesa: remove _mesa_ffs(), implement ffs() for non-GNU... |
blob | commitdiff | raw | diff to current |
2011-12-26 |
Brian Paul | swrast: assert _swrast_map_teximage() x, y is multiple... |
blob | commitdiff | raw | diff to current |
2011-12-26 |
Brian Paul | swrast: replace assertion with conditional in _swrast_m... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Brian Paul | swrast: remove bogus assertion |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Brian Paul | swrast: implement GL_ARB_texture_storage |
blob | commitdiff | raw | diff to current |
2011-10-25 |
Brian Paul | swrast: use _mesa_ffs() instead of ffs() |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Brian Paul | mesa: add swrast_texture_image::Buffer |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Brian Paul | mesa: move gl_texture_image::Data, RowStride, ImageOffs... |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Eric Anholt | swrast: When asked to map a slice of a 1D array, give... |
blob | commitdiff | raw | diff to current |
2011-09-22 |
Brian Paul | mesa: remove support for GL_APPLE_client_storage extension |
blob | commitdiff | raw | diff to current |
2011-09-22 |
Brian Paul | mesa: move gl_texture_image::Width/Height/DepthScale... |
blob | commitdiff | raw | diff to current |
2011-09-22 |
Brian Paul | mesa: move gl_texture_image::_IsPowerOfTwo into swrast |
blob | commitdiff | raw | diff to current |
2011-09-17 |
Brian Paul | swrast: add Alloc/FreeTextureImageBuffer() driver functions |
blob | commitdiff | raw | diff to current |
2011-09-17 |
Brian Paul | swrast: introduce new swrast_texture_image struct |
blob | commitdiff | raw | diff to current |
2011-08-29 |
Brian Paul | swrast: Add implementation of MapTextureImage/UnmapText... |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Brian Paul | Split the s_texture.c file into two new files: |
blob | commitdiff | raw |
2005-09-06 |
Brian Paul | minor clean-up of texture_combine() |
blob | commitdiff | raw | diff to current |
2005-09-06 |
Brian Paul | don't use DEFARRAY/CHECKARRAY stuff |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Brian Paul | also check for texture border in sample_linear_2d() |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Brian Paul | Redo all the GL_LINEAR interpolation code in terms... |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Alan Hourihane | Fix some warnings |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Brian Paul | tweak texcoord for sampling texture rectangles (Dave... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Brian Paul | Silence gcc 3.4 warnings on ReactOS. Mostly unused... |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Brian Paul | fix minor typo in comment |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Brian Paul | Check for NULL texture object when choosing texture... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Brian Paul | Added big-endian texture formats. |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Brian Paul | fix rectangle texture clamping and border-related code |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Brian Paul | move _swrast_texture_table_lookup() to _mesa_lookup_rgb... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Brian Paul | replace color table FloatTable boolean with Type enum |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Ian Romanick | Refactor "class" texture environments to be implemented... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Daniel Borca | fixed a bug in GL_NEAREST sampler |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Keith Whitwell | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image... |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Brian Paul | Initial support for floating point and signed texture... |
blob | commitdiff | raw | diff to current |
2003-10-11 |
Brian Paul | don't use color table's format to determine texture... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Ian Romanick | Added support for EXT_texture_mirror_clamp and the... |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Brian Paul | s/GLuint/GLint/ |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Brian Paul | Move clamping of texture LOD bias to texture applicatio... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Brian Paul | Added OpenGL 1.4's per-texture LOD bias. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Brian Paul | if texture color table is enabled, use the color table... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Brian Paul | fix GL_SGI_texture_colortable bugs |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Brian Paul | Implemented GL_ARB_texture_non_power_of_two (except... |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Brian Paul | fix depth texture tex env bug (#719903) |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Brian Paul | fix GLchan=GLfloat problems |
blob | commitdiff | raw | diff to current |
2003-03-01 |
Brian Paul | Killed mmath.[ch]. Moved low-level functions/assembly... |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Karl Schultz | fix compilation warnings on Windows |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Brian Paul | Move span stuff from swrast.h to s_context.h (it's... |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Brian Paul | replace | with & (Laurent Desnogues) |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Brian Paul | Make GL_SGI_texture_color_table work per-texture unit. |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Brian Paul | GL_SGI_texture_color_table extension (Eric Plante) |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Brian Paul | GL_ATI_texture_env_combine3 extension |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Brian Paul | apply scale factor before clapping for DOT3 |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Karl Schultz | Add casts to quiet compiler warnings. |
blob | commitdiff | raw | diff to current |
2002-10-24 |
Brian Paul | Header file clean-up: |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Brian Paul | GL_ATI_texture_mirror_once extension (Ian Romanick) |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Karl Schultz | Add casts to quiet compiler warnings. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Brian Paul | fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick) |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Karl Schultz | remove const storage class specifier for the decl of... |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Brian Paul | Changed a number of context fields from GLchan to GLflo... |
blob | commitdiff | raw | diff to current |
2002-09-23 |
Brian Paul | merge gl_texture_image RowStride from DRI 4.0.4 |
blob | commitdiff | raw | diff to current |
2002-09-21 |
Brian Paul | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st... |
blob | commitdiff | raw | diff to current |
2002-08-07 |
Brian Paul | struct sw_span is again allocated on the stack, but... |
blob | commitdiff | raw | diff to current |
2002-06-26 |
Brian Paul | fix CHAN_TYPE==GL_FLOAT compile problem |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Brian Paul | Implemented GL_NV_texture_rectangle extension. |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Brian Paul | Implemented GL_ARB_texture_env_crossbar. |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Brian Paul | casts to fix GLint/GLuint mismatches |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Brian Paul | fixes for corrected GL_DOT3_RGB[A]_EXT token values |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Brian Paul | Klaus Niederkrueger's latest changes: use INIT_SPAN... |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Brian Paul | Texture combine alpha subtraction was wrong. Fixed... |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Brian Paul | Test implementation of proposed GL_EXT_shadow_funcs... |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Brian Paul | New mipmap lambda calculation. Previously, trilinear... |
blob | commitdiff | raw | diff to current |
2002-03-08 |
Brian Paul | new assertions, use INLINE macro (Klaus Niederkrueger) |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Brian Paul | Updated 1D/3D/cube mipmapping code to work like the... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Brian Paul | Lots of improvements in the 2D texture sampling code... |
blob | commitdiff | raw | diff to current |
next |