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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "mesa: remove unnecessary 'sort by year' for the GL extensions"
Emil Velikov
2018-10-03
1
-2
/
+44
*
mesa: reorder and document the tokens in glheader.h
Emil Velikov
2018-10-03
1
-16
/
+23
*
mesa: remove duplicate declarations from glheader.h
Emil Velikov
2018-10-03
1
-54
/
+0
*
i965: reference __DRI_ATTRIB_SWAP_COPY token over the GLX one
Emil Velikov
2018-10-03
1
-1
/
+1
*
i915: reference __DRI_ATTRIB_SWAP_COPY token over the GLX one
Emil Velikov
2018-10-03
1
-1
/
+1
*
dri/common: move the required GLX_* token definitions locally
Emil Velikov
2018-10-03
1
-0
/
+14
*
dri/common: use __DRI_ATTRIB_SWAP* instances when describing db_modes
Emil Velikov
2018-10-03
1
-5
/
+6
*
mesa: fold _glapi_check_multithread() back into _mesa_make_current
Emil Velikov
2018-10-03
5
-16
/
+4
*
mesa: use C99 initializer in get_gl_override()
Emil Velikov
2018-10-03
1
-4
/
+4
*
i965: Replace checks for rb->Name with FlipY (v2)
Fritz Koenig
2018-10-02
2
-13
/
+11
*
st/mesa: do not call update_framebuffer_size with NULL pointer
Erik Faye-Lund
2018-09-27
1
-1
/
+2
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
9
-63
/
+63
*
intel/compiler: Export TCS passthrough creation
Caio Marcelo de Oliveira Filho
2018-09-25
1
-82
/
+1
*
mesa/st: In the precense of integer buffers enable per buffer blending
Gert Wollny
2018-09-25
1
-0
/
+6
*
i965/icl: Set Enabled Texel Offset Precision Fix bit
Anuj Phogat
2018-09-21
2
-0
/
+11
*
glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer
Marek Olšák
2018-09-21
1
-1
/
+34
*
st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp
Brian Paul
2018-09-20
1
-0
/
+1
*
mesa: use GLsizeiptrARB, GLintptrARB in bufferobj.c
Brian Paul
2018-09-20
1
-3
/
+3
*
i965: remove outdated comment about TCS passthrough
Caio Marcelo de Oliveira Filho
2018-09-20
1
-4
/
+0
*
Revert "mesa: only update framebuffer-state for clears"
Jakob Bornecrantz
2018-09-19
1
-20
/
+14
*
mesa: only update framebuffer-state for clears
Erik Faye-Lund
2018-09-19
1
-14
/
+20
*
mesa: enable EXT_framebuffer_object in core profile
Timothy Arceri
2018-09-18
3
-25
/
+15
*
mesa: move legacy dri config option texture_depth
Timothy Arceri
2018-09-18
1
-0
/
+13
*
mesa: move legacy dri config option fthrottle_mode
Timothy Arceri
2018-09-18
1
-0
/
+12
*
mesa: move legacy dri config option def_max_anisotropy
Timothy Arceri
2018-09-18
1
-0
/
+5
*
mesa: move legacy dri config option no_neg_lod_bias
Timothy Arceri
2018-09-18
1
-0
/
+5
*
mesa: move legacy dri config option round_mode
Timothy Arceri
2018-09-18
1
-0
/
+10
*
mesa: move legacy dri config option dither_mode
Timothy Arceri
2018-09-18
1
-0
/
+12
*
mesa: move legacy dri config option color_reduction
Timothy Arceri
2018-09-18
1
-0
/
+10
*
mesa: move legacy TCL dri config options
Timothy Arceri
2018-09-18
2
-0
/
+15
*
mesa: FramebufferParameteri parameter checking
Fritz Koenig
2018-09-17
1
-0
/
+1
*
mesa: Additional FlipY applications
Fritz Koenig
2018-09-17
2
-3
/
+3
*
st/mesa: Validate the result of pipe_transfer_map in make_texture (v2)
Josh Pieper
2018-09-14
1
-8
/
+12
*
mesa/texture: Also check for LA texture when querying intensity component size
Gert Wollny
2018-09-11
1
-0
/
+5
*
mesa: remove duplicate dispatch sanity tests
Timothy Arceri
2018-09-11
1
-265
/
+0
*
mesa: tidy up init_matrix_stack()
Timothy Arceri
2018-09-11
1
-7
/
+3
*
radeon: fix ColorMask
Christopher Egert
2018-09-10
2
-8
/
+8
*
gallium: Correctly handle no config context creation
Elie Tournier
2018-09-10
1
-1
/
+8
*
i965: Bump aperture tracking to u64
Chris Wilson
2018-09-10
3
-11
/
+8
*
gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.
Mathias Fröhlich
2018-09-10
1
-0
/
+6
*
mesa: enable ARB_vertex_buffer_object in core profile
Timothy Arceri
2018-09-08
1
-1
/
+1
*
st/mesa: throttle texture uploads if their memory usage goes beyond a limit
Marek Olšák
2018-09-07
3
-0
/
+28
*
st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)
Marek Olšák
2018-09-07
2
-0
/
+13
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
14
-82
/
+39
*
i965: Workaround the gen9 hw astc5x5 sampler bug
Jason Ekstrand
2018-09-07
6
-12
/
+131
*
intel: compiler option msse2 and mstackrealign
Sergii Romantsov
2018-09-07
4
-6
/
+6
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
1
-0
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
4
-6
/
+8
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-6
/
+2
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-25
/
+20
[next]