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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()
Eduardo Lima Mitev
2015-01-12
3
-117
/
+6
*
mesa: Let _mesa_swizzle_and_convert take array format types instead of GL types
Iago Toral Quiroga
2015-01-12
2
-131
/
+119
*
st/mesa: Use _mesa_format_convert to implement st_GetTexImage.
Iago Toral Quiroga
2015-01-12
1
-4
/
+13
*
swrast: Use _mesa_format_convert to implement draw_rgba_pixels.
Iago Toral Quiroga
2015-01-12
1
-4
/
+34
*
mesa: Use _mesa_format_convert to implement get_tex_rgba_compressed.
Iago Toral Quiroga
2015-01-12
1
-39
/
+34
*
mesa: use _mesa_format_convert to implement get_tex_rgba_uncompressed.
Iago Toral Quiroga
2015-01-12
1
-117
/
+133
*
mesa: use _mesa_format_convert to implement glReadPixels.
Iago Toral Quiroga
2015-01-12
1
-142
/
+184
*
mesa: Use _mesa_format_convert to implement texstore_rgba.
Iago Toral Quiroga
2015-01-12
1
-613
/
+70
*
mesa: Add helpers to extract GL_COLOR_INDEX to RGBA float/ubyte
Iago Toral Quiroga
2015-01-12
2
-0
/
+99
*
mesa: Add RGBA to Luminance conversion helpers
Iago Toral Quiroga
2015-01-12
2
-0
/
+224
*
mesa: Add _mesa_swap2_copy and _mesa_swap4_copy
Iago Toral Quiroga
2015-01-12
2
-10
/
+32
*
mesa/pack: use _mesa_format_from_format_and_type in _mesa_pack_rgba_span_from_*
Samuel Iglesias Gonsalvez
2015-01-12
1
-256
/
+26
*
mesa: Add helper to convert a GL format and type to a mesa (array) format.
Iago Toral Quiroga
2015-01-12
2
-0
/
+279
*
mesa: Add a helper _mesa_compute_rgba2base2rgba_component_mapping
Iago Toral Quiroga
2015-01-12
2
-0
/
+58
*
mesa: Add a rebase_swizzle parameter to _mesa_format_convert
Iago Toral Quiroga
2015-01-12
2
-70
/
+171
*
mesa: Expose compute_component_mapping as _mesa_compute_component_mapping
Iago Toral Quiroga
2015-01-12
3
-207
/
+209
*
mesa: Add an implementation of a master convert function.
Jason Ekstrand
2015-01-12
2
-0
/
+418
*
mesa/pack: refactor _mesa_pack_rgba_span_float()
Samuel Iglesias Gonsalvez
2015-01-12
2
-1166
/
+153
*
mesa/main/pack_tmp.h: Add float conversion support
Samuel Iglesias Gonsalvez
2015-01-12
1
-1
/
+74
*
mesa/pack: use autogenerated format_pack functions
Samuel Iglesias Gonsalvez
2015-01-12
1
-525
/
+138
*
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
5
-1
/
+145
*
mesa/format_pack: Add _mesa_pack_int_rgba_row()
Samuel Iglesias Gonsalvez
2015-01-12
2
-0
/
+88
*
mesa: Add _mesa_pack_uint_rgba_row() format conversion function
Samuel Iglesias Gonsalvez
2015-01-12
2
-0
/
+87
*
mesa: Autogenerate format_unpack.c
Jason Ekstrand
2015-01-12
6
-4396
/
+915
*
mesa: Autogenerate most of format_pack.c
Jason Ekstrand
2015-01-12
7
-2983
/
+985
*
configure: require python mako module
Samuel Iglesias Gonsalvez
2015-01-12
3
-1
/
+68
*
mesa: Add a _mesa_is_format_color_format helper
Jason Ekstrand
2015-01-12
2
-0
/
+22
*
mesa: Let _mesa_get_format_base_format also handle mesa_array_format.
Iago Toral Quiroga
2015-01-12
2
-4
/
+74
*
main: Add a concept of an array format
Jason Ekstrand
2015-01-12
3
-1
/
+209
*
swrast: Remove unused variable.
Iago Toral Quiroga
2015-01-12
1
-3
/
+0
*
mesa: Fix _mesa_swizzle_and_convert integer conversions to clamp properly
Samuel Iglesias Gonsalvez
2015-01-12
2
-53
/
+94
*
mesa/format_utils: Prefix and expose the conversion helper functions
Jason Ekstrand
2015-01-12
2
-161
/
+159
*
mesa: Fix incorrect assertion in init_teximage_fields_ms
Iago Toral Quiroga
2015-01-12
1
-1
/
+1
*
mesa: Fix get_texbuffer_format().
Samuel Iglesias Gonsalvez
2015-01-12
1
-2
/
+2
*
mesa: Fix A1R5G5B5 packing/unpacking
Jason Ekstrand
2015-01-12
4
-19
/
+11
*
mesa/colormac: Remove an unused macro
Jason Ekstrand
2015-01-12
1
-3
/
+0
*
mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
Jason Ekstrand
2015-01-12
6
-27
/
+18
*
mesa: Fix clamping to -1.0 in snorm_to_float
Jason Ekstrand
2015-01-12
1
-1
/
+1
*
docs: add news item and link release notes for mesa 10.3.7/10.4.2
Emil Velikov
2015-01-12
2
-0
/
+14
*
docs: Add sha256 sums for the 10.4.2 release
Emil Velikov
2015-01-12
1
-1
/
+3
*
Add release notes for the 10.4.2 release
Emil Velikov
2015-01-12
1
-0
/
+125
*
docs: Add sha256 sums for the 10.3.7 release
Emil Velikov
2015-01-12
1
-1
/
+3
*
Add release notes for the 10.3.7 release
Emil Velikov
2015-01-12
1
-0
/
+91
*
i965: Respect the no_8 flag on Gen6, not just Gen7+.
Kenneth Graunke
2015-01-12
1
-2
/
+2
*
mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinary
Ian Romanick
2015-01-12
1
-0
/
+2
*
mesa: Ensure that length is set to zero in _mesa_GetProgramBinary
Ian Romanick
2015-01-12
1
-6
/
+20
*
mesa: Add missing error checks in _mesa_ProgramBinary
Ian Romanick
2015-01-12
1
-2
/
+25
*
vc4: Clamp the inputs to the blend equation to [0, 1].
Eric Anholt
2015-01-11
1
-1
/
+10
*
vc4: Add a little helper for clamping to [0,1].
Eric Anholt
2015-01-11
1
-4
/
+10
[next]