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: add gl_coontext::ForceIntegerTexNearest
Pierre-Eric Pelloux-Prayer
2020-05-05
1
-1
/
+2
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
14
-49
/
+50
*
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
2
-0
/
+2
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
5
-5
/
+6
*
replace IROUND with util functions
Dylan Baker
2020-04-21
2
-4
/
+5
*
Replace IROUND_POS with _mesa_roundevenf
Dylan Baker
2020-04-21
2
-5
/
+3
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
3
-41
/
+41
*
replace LOG2 with util_fast_log2
Dylan Baker
2020-04-21
2
-3
/
+3
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
1
-3
/
+3
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
15
-15
/
+15
*
mesa: Stop defining a full separate format for RGBA_UINT8.
Eric Anholt
2019-11-07
2
-2
/
+0
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
2
-2
/
+2
*
mesa/swrast: replace instances of _mesa_little_endian with preprocessor
Dylan Baker
2019-11-05
2
-6
/
+5
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
2
-12
/
+8
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
2
-13
/
+7
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
2
-4
/
+2
*
swrast: Make the fetch funcs table sparse.
Eric Anholt
2019-08-19
1
-191
/
+24
*
swrast: Move _mesa_format_pack_colormask() to the only caller.
Eric Anholt
2019-07-16
1
-2
/
+72
*
mesa: Drop redundant checks for sRGB before sRGB to linear conversion.
Eric Anholt
2019-07-16
1
-3
/
+1
*
mesa: Rename gl_pack typedefs to mesa_pack.
Eric Anholt
2019-07-16
3
-5
/
+5
*
swrast: simplify function pointer calls
Eric Engestrom
2019-07-01
2
-3
/
+3
*
mesa: Replace MaxTextureLevels with MaxTextureSize.
Eric Anholt
2019-05-13
1
-1
/
+1
*
swrast: Rename blend_func->swrast_blend_func
Alyssa Rosenzweig
2019-05-10
1
-5
/
+5
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-1
/
+5
*
swrast: fix undefined shift of 1 << 31
Dave Airlie
2019-04-12
1
-1
/
+1
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
1
-2
/
+2
*
mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
2
-0
/
+2
*
mesa: Fix pack_uint_Z_FLOAT32()
Illia Iorin
2018-10-11
1
-6
/
+0
*
mesa: Add support for AMD_depth_clamp_separate
Sagar Ghuge
2018-08-28
1
-1
/
+1
*
swrast: fix crash in AA line code when there's no texture
Brian Paul
2018-07-27
1
-4
/
+6
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
8
-26
/
+49
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
6
-1
/
+5
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
3
-7
/
+8
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
5
-25
/
+31
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
2
-6
/
+6
*
mesa: Add X1B5G5R5 along with A1B5G5R5.
Eric Anholt
2017-10-10
1
-0
/
+1
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
3
-11
/
+13
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
3
-4
/
+7
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-7
/
+7
*
swrast: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-11
/
+6
*
mesa: fix renderbuffer leak
Timothy Arceri
2017-04-07
1
-0
/
+5
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-1
/
+1
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
3
-5
/
+6
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
2
-2
/
+2
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
3
-22
/
+20
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
1
-1
/
+1
*
swrast: fix active attribs with atifragshader
Miklós Máté
2016-08-11
1
-1
/
+2
[next]