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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/swrast: Use global function _mesa_regions_overlap()
Anuj Phogat
2015-06-29
1
-13
/
+3
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
swrast: Fix rgba_draw_pixels with GL_COLOR_INDEX
Iago Toral Quiroga
2015-05-04
1
-3
/
+26
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
swrast: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
3
-4
/
+4
*
swrast: Mark MAX_GLUINT literal with u suffix.
Matt Turner
2015-04-13
1
-1
/
+1
*
swrast: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
17
-17
/
+3
*
swrast: Use BITFIELD64_BIT for arrayAttribs.
Jose Fonseca
2015-03-18
1
-1
/
+1
*
mesa: remove _ASMAPI, ASMAPIP
Brian Paul
2015-03-12
1
-1
/
+1
*
swrast: remove _BLENDAPI
Brian Paul
2015-03-12
2
-16
/
+13
*
mesa/swrast: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
2
-2
/
+2
*
mesa: remove MAX_GLUSHORT, move MAX_GLUINT
Brian Paul
2015-02-24
1
-0
/
+5
*
mesa: remove logf macro
Brian Paul
2015-02-24
1
-0
/
+1
*
mesa: replace FABSF with fabsf
Brian Paul
2015-02-24
3
-13
/
+15
*
mesa: replace LOGF, EXPF with logf, expf
Brian Paul
2015-02-24
2
-5
/
+6
*
swrast: fix a few release build warnings
Brian Paul
2015-02-24
2
-0
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
28
-245
/
+245
*
swrast: fix multiple color buffer writing
Brian Paul
2015-02-19
1
-11
/
+14
*
swrast: Whitespace fixes.
Laura Ekstrand
2015-02-02
3
-12
/
+12
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
3
-27
/
+35
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
1
-0
/
+2
*
mesa: rename RGBA8888_* format constants to something appropriate.
Iago Toral Quiroga
2015-01-14
1
-1
/
+1
*
mesa: restrict use of GL_ABGR_EXT format to allowed data types
Samuel Iglesias Gonsalvez
2015-01-12
1
-4
/
+0
*
swrast: Use _mesa_format_convert to implement draw_rgba_pixels.
Iago Toral Quiroga
2015-01-12
1
-4
/
+34
*
mesa: use format conversion functions in swrast
Samuel Iglesias Gonsalvez
2015-01-12
1
-1237
/
+122
*
mesa/formats: add new mesa formats and their pack/unpack functions.
Samuel Iglesias Gonsalvez
2015-01-12
1
-0
/
+13
*
swrast: Remove unused variable.
Iago Toral Quiroga
2015-01-12
1
-3
/
+0
*
mesa: Fix A1R5G5B5 packing/unpacking
Jason Ekstrand
2015-01-12
1
-4
/
+4
*
mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
Jason Ekstrand
2015-01-12
1
-4
/
+4
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
1
-1
/
+1
*
swrast: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
6
-42
/
+47
*
swrast: Remove 'inline' from tex filter functions.
Matt Turner
2014-12-08
1
-26
/
+26
*
mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)
Richard Sandiford
2014-09-17
2
-0
/
+27
*
mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
Richard Sandiford
2014-09-17
2
-0
/
+26
*
swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian
Richard Sandiford
2014-09-17
1
-3
/
+3
*
swrast: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
1
-0
/
+24
*
mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil
Jason Ekstrand
2014-08-04
2
-46
/
+18
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
3
-93
/
+1
*
swrast: Remove unused solve_plane_recip().
Matt Turner
2014-06-17
1
-14
/
+0
*
swrast: Drop remaining use of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-1
/
+1
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
3
-12
/
+10
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
3
-20
/
+15
*
swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.
Eric Anholt
2014-04-30
1
-1
/
+1
*
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
*
swrast: Add glBlitFramebuffer to commands affected by conditional rendering
Anuj Phogat
2014-04-17
1
-0
/
+8
*
swrast: use macros to initialize texfetch_funcs[] table
Brian Paul
2014-04-11
1
-937
/
+172
[next]