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: 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
*
swrast: fix more fetch_texel function names
Brian Paul
2014-04-11
2
-37
/
+37
*
swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORM
Chris Forbes
2014-04-10
2
-3
/
+16
*
swrast: reindent s_texfetch_temp.h, remove trailing whitespace
Brian Paul
2014-04-07
1
-182
/
+261
*
swrast: remove out of date comments in s_texfetch_tmp.h
Brian Paul
2014-04-07
1
-457
/
+10
*
swrast: rename texture fetch functions (pt. 7)
Brian Paul
2014-04-07
2
-38
/
+38
*
swrast: rename texture fetch functions (pt. 6)
Brian Paul
2014-04-07
2
-83
/
+83
*
swrast: rename texture fetch functions (pt. 5)
Brian Paul
2014-04-07
2
-35
/
+35
*
swrast: rename texture fetch functions (pt. 4)
Brian Paul
2014-04-07
2
-56
/
+56
*
swrast: rename texture fetch functions (pt. 3)
Brian Paul
2014-04-07
2
-56
/
+56
*
swrast: rename texture fetch functions (pt. 2)
Brian Paul
2014-04-07
2
-60
/
+60
*
swrast: rename texture fetch functions (pt. 1)
Brian Paul
2014-04-07
2
-44
/
+44
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
3
-4
/
+4
*
mesa: reorder MESA_FORMAT enums
Brian Paul
2014-03-10
2
-521
/
+523
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
2
-0
/
+19
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-0
/
+6
*
mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM
Brian Paul
2014-03-05
1
-4
/
+4
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
6
-15
/
+15
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
2
-23
/
+23
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
3
-36
/
+36
[next]