index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
12
-73
/
+74
*
mesa: rework how we free gl_shader_program_data
Timothy Arceri
2017-11-09
2
-42
/
+16
*
glsl: drop cache_fallback
Timothy Arceri
2017-11-09
2
-17
/
+13
*
mesa: fix deleting the dummy ATI_fs
Miklós Máté
2017-11-07
1
-1
/
+4
*
mesa/glsl: add api_enabled flag to gl_transform_feedback_info
Timothy Arceri
2017-10-31
1
-0
/
+3
*
main: Add driver cache blob fields to gl_program
Jordan Justen
2017-10-31
1
-0
/
+4
*
mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.
Kenneth Graunke
2017-10-27
1
-0
/
+9
*
formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPE
Alejandro Piñeiro
2017-10-27
1
-1
/
+7
*
gles2: support for GL_EXT_occlusion_query_boolean
Harish Krupo
2017-10-25
2
-7
/
+25
*
mesa: enum checks for GL_EXT_occlusion_query_boolean
Tapani Pälli
2017-10-25
1
-0
/
+44
*
mesa/bufferobj: don't double negate the range
Dave Airlie
2017-10-24
1
-3
/
+3
*
mesa: fix trivial typo in _mesa_PixelMapusv() error string
Brian Paul
2017-10-18
1
-1
/
+1
*
Revert "mesa: fix texture updates for ATI_fragment_shader"
Marek Olšák
2017-10-17
1
-5
/
+3
*
mesa: remove redundant NULL check in update_single_program_texture_state
Miklós Máté
2017-10-17
1
-2
/
+0
*
meson: build mesa test.
Dylan Baker
2017-10-16
1
-0
/
+43
*
mesa: minor simplification in test_attachment_completeness()
Brian Paul
2017-10-14
1
-2
/
+1
*
meta: Delete the PBO texture upload/download path
Jason Ekstrand
2017-10-12
1
-16
/
+0
*
compiler: Move gl_program::TexelFetchSamplers to shader_info.
Kenneth Graunke
2017-10-12
1
-1
/
+0
*
mesa/bufferobj: fix atomic offset/size get
Dave Airlie
2017-10-13
1
-2
/
+4
*
mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.
Eric Anholt
2017-10-12
1
-0
/
+4
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-0
/
+1
*
mesa/bufferobj: consolidate some buffer binding code.
Dave Airlie
2017-10-11
1
-42
/
+35
*
mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.
Dave Airlie
2017-10-11
1
-102
/
+47
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
2
-38
/
+13
*
mesa: align atomic buffer handling code with ubo/ssbo (v1.1)
Dave Airlie
2017-10-11
2
-44
/
+92
*
main/format: skip format conversion if src and dst format are equal
Karol Herbst
2017-10-10
1
-0
/
+14
*
mesa: Make _mesa_get_format_bytes handle array formats.
Jason Ekstrand
2017-10-10
1
-0
/
+5
*
mesa: Alphabetize GL_MESA_tile_raster_order in the extensions list.
Eric Anholt
2017-10-10
1
-1
/
+1
*
mesa: Implement a new GL_MESA_tile_raster_order extension.
Eric Anholt
2017-10-10
4
-0
/
+55
*
mesa: move _mesa_half_is_negative() to half_float.h
Brian Paul
2017-10-10
1
-6
/
+0
*
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Brian Paul
2017-10-10
3
-7
/
+38
*
mesa: Set new renderbuffers to RGBA4 on all GLES contexts.
Eric Anholt
2017-10-10
1
-1
/
+1
*
mesa: Expose GL_OES_required_internalformat on GLES contexts.
Eric Anholt
2017-10-10
4
-38
/
+74
*
mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.
Eric Anholt
2017-10-10
3
-2
/
+4
*
mesa: Add X1B5G5R5 along with A1B5G5R5.
Eric Anholt
2017-10-10
4
-0
/
+8
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
2
-5
/
+9
*
meson: Build i965 and dri stack
Dylan Baker
2017-10-09
1
-0
/
+46
*
mesa: make glFramebuffer* check immutable texture level bounds
Kenneth Graunke
2017-10-07
1
-6
/
+14
*
mesa: Use a 565 format for GL_RGB and GL_UNSIGNED_SHORT_5_6_5 textures.
Kenneth Graunke
2017-10-05
1
-0
/
+3
*
mesa: silence 'variable may be used uninitialized' warning in teximage.c
Brian Paul
2017-10-03
1
-1
/
+1
*
mesa: silence 'variable may be used uninitialized' warning in bufferobj.c
Brian Paul
2017-10-03
1
-0
/
+1
*
mesa: Delete now unused dlopen.h
Matt Turner
2017-10-02
2
-98
/
+0
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
7
-61
/
+6
*
mesa: Drop function pointer checks in s3tc code
Matt Turner
2017-10-02
1
-133
/
+60
*
mesa: Call DXTn functions directly
Matt Turner
2017-10-02
1
-92
/
+25
*
mesa: Remove fprintf referring to libdxtn
Matt Turner
2017-10-02
1
-1
/
+1
*
mesa: Remove prototypes and mark S3TC functions static
Matt Turner
2017-10-02
1
-18
/
+5
*
mesa: Remove commented-out DXTn fetch code
Matt Turner
2017-10-02
1
-80
/
+0
*
mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.h
Matt Turner
2017-10-02
4
-303
/
+245
*
mesa: Import libtxc_dxtn sources
Matt Turner
2017-10-02
3
-0
/
+1141
[next]