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: 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
*
mesa/main: R10G10B10_(A2) formats are not color renderable in ES
Nicolai Hähnle
2017-10-02
1
-2
/
+5
*
mesa/main: select the R10G10B10X2_UNORM internal format based on data type
Nicolai Hähnle
2017-10-02
1
-1
/
+3
*
glsl: do not set the 'smooth' qualifier by default on ES shaders
Nicolai Hähnle
2017-10-02
1
-1
/
+7
*
mesa: fix texture updates for ATI_fragment_shader
Marek Olšák
2017-09-28
1
-3
/
+5
*
mesa: free current ComputeProgram state in _mesa_free_context_data
Tapani Pälli
2017-09-21
1
-0
/
+2
*
mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...
Jeremy Huddleston Sequoia
2017-09-13
1
-7
/
+15
*
mesa: whitespace, formatting fixes in teximage.c
Brian Paul
2017-09-08
1
-55
/
+55
*
mesa: provide more info in some texture image error messages
Brian Paul
2017-09-08
1
-9
/
+11
*
mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBase
Iago Toral Quiroga
2017-09-07
1
-0
/
+22
*
mesa: allow user to set MESA_NO_ERROR=0
Eric Engestrom
2017-09-07
1
-1
/
+2
*
mesa: replace date/time macros with MESA_GIT_SHA1
Emil Velikov
2017-09-06
1
-3
/
+7
*
mesa: don't use %s for PACKAGE_VERSION macro
Emil Velikov
2017-09-06
2
-4
/
+4
*
mesa/main: Fix GetTextureImage error reporting
Iago Toral Quiroga
2017-09-06
1
-1
/
+1
*
mesa/mtypes: repack gl_sampler_object.
Dave Airlie
2017-09-06
1
-1
/
+1
*
mesa/mtypes: repack gl_texture_object.
Dave Airlie
2017-09-06
1
-5
/
+5
*
mesa/mtypes: repack gl_shader_program_data.
Dave Airlie
2017-09-06
1
-3
/
+3
*
mesa/mtypes: reorganise gl_shader
Dave Airlie
2017-09-06
1
-4
/
+5
*
mesa/mtypes: repack display list structs.
Dave Airlie
2017-09-06
1
-3
/
+2
*
mesa/mtypes: reduce size of gl_sync_object.
Dave Airlie
2017-09-06
1
-1
/
+1
*
mesa/mtypes: reorg vertex/fragment program state.
Dave Airlie
2017-09-06
1
-6
/
+6
*
mesa/bindless: reorder gl_bindless_image gl_bindless_sampler.
Dave Airlie
2017-09-06
1
-6
/
+6
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
2
-2
/
+2
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
7
-13
/
+11
[next]