index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-0
/
+1
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
1
-2
/
+2
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
1
-3
/
+3
*
swrast: fix discarded const warning in s_texture.c
Brian Paul
2016-03-22
1
-1
/
+1
*
swrast: Move assert for 'slice' in to check_map_teximage
Anuj Phogat
2016-03-21
1
-1
/
+1
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-6
/
+4
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-17
/
+12
*
swrast: move texture_slices() calls out of loops
Brian Paul
2014-04-24
1
-4
/
+8
*
swrast: move null pointer check earlier in _swrast_map_teximage()
Brian Paul
2014-04-24
1
-6
/
+9
*
swrast: remove _mesa_ prefix from static function
Brian Paul
2014-04-24
1
-3
/
+3
*
swrast: allocate swrast_texture_image::ImageSlices array if needed
Brian Paul
2014-04-24
1
-0
/
+10
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-4
/
+3
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
1
-10
/
+48
*
swrast: Make a teximage's stored RowStride be in terms of bytes per row.
Eric Anholt
2013-04-30
1
-1
/
+2
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-21
/
+22
*
swrast: Move ImageOffsets allocation to shared code.
Eric Anholt
2013-04-30
1
-12
/
+12
*
swrast: Clean up and explain the mapping process.
Eric Anholt
2013-04-30
1
-10
/
+14
*
swrast: Factor out texture slice counting.
Eric Anholt
2013-04-30
1
-4
/
+12
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Generalize TexStorage allocator between swrast and intel.
Eric Anholt
2013-04-21
1
-27
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
1
-2
/
+3
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
1
-24
/
+13
*
i915: Initialize swrast_texture_image structure fields.
Paul Berry
2012-02-22
1
-2
/
+19
*
swrast: move some renderbuffer functions to s_renderbuffer.c
Brian Paul
2012-01-24
1
-121
/
+0
*
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
2012-01-24
1
-9
/
+11
*
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
2012-01-24
1
-1
/
+0
*
swrast: stop using Put/GetRow/Values() in swrast code
Brian Paul
2012-01-24
1
-7
/
+1
*
mesa: use gl_renderbuffer::Map for all depth/stencil accesses
Brian Paul
2012-01-24
1
-34
/
+107
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-4
/
+4
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
1
-2
/
+2
*
swrast: assert _swrast_map_teximage() x, y is multiple of block size
Brian Paul
2011-12-26
1
-0
/
+3
*
swrast: replace assertion with conditional in _swrast_map_teximage()
Brian Paul
2011-12-26
1
-2
/
+6
*
swrast: remove bogus assertion
Brian Paul
2011-11-11
1
-1
/
+0
*
swrast: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+32
*
swrast: use _mesa_ffs() instead of ffs()
Brian Paul
2011-10-25
1
-2
/
+2
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-8
/
+143
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-8
/
+32
*
swrast: When asked to map a slice of a 1D array, give back that slice.
Eric Anholt
2011-10-03
1
-0
/
+7
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
1
-1
/
+1
*
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast
Brian Paul
2011-09-22
1
-0
/
+13
*
mesa: move gl_texture_image::_IsPowerOfTwo into swrast
Brian Paul
2011-09-22
1
-0
/
+8
*
swrast: add Alloc/FreeTextureImageBuffer() driver functions
Brian Paul
2011-09-17
1
-0
/
+38
*
swrast: introduce new swrast_texture_image struct
Brian Paul
2011-09-17
1
-0
/
+27
*
swrast: Add implementation of MapTextureImage/UnmapTextureImage.
Brian Paul
2011-08-29
1
-0
/
+109
*
Split the s_texture.c file into two new files:
Brian Paul
2005-09-15
1
-3958
/
+0
*
minor clean-up of texture_combine()
Brian Paul
2005-09-06
1
-12
/
+9
[next]