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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: fix error checking logic on CopyImageSubData
Alejandro Piñeiro
2016-07-02
1
-5
/
+10
*
mesa: Close fp on error path.
Matt Turner
2016-06-30
1
-6
/
+4
*
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
2016-06-30
5
-190
/
+110
*
glsl/main: remove unused params and make function static
Timothy Arceri
2016-06-30
4
-11
/
+7
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
10
-40
/
+180
*
mesa: don't use drivers NewShader function when creating shader objects
Timothy Arceri
2016-06-30
1
-2
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
4
-4
/
+4
*
glsl/mesa: stop duplicating geom and tcs layout values
Timothy Arceri
2016-06-23
4
-39
/
+36
*
glsl/mesa: stop duplicating tes layout values
Timothy Arceri
2016-06-23
3
-24
/
+28
*
mesa: Fix incorrect "see also" comments
Ian Romanick
2016-06-20
1
-1
/
+1
*
mesa: Silence unused parameter warning
Ian Romanick
2016-06-20
1
-1
/
+1
*
mesa: add GL_EXT_window_rectangles state storage/retrieval functionality
Ilia Mirkin
2016-06-18
8
-3
/
+120
*
glapi: add GL_EXT_window_rectangles entrypoints
Ilia Mirkin
2016-06-18
3
-0
/
+16
*
mesa: remove remaining tabs in api_validate.c
Timothy Arceri
2016-06-17
1
-11
/
+11
*
mesa: If validation fails in a debug context just emit a debug message
Ian Romanick
2016-06-16
1
-2
/
+15
*
mesa/main: Update _mesa_new_shader.
Jose Fonseca
2016-06-16
1
-1
/
+1
*
mesa: Use bitmask/ffs to iterate the active_samplers bitmask.
Mathias Fröhlich
2016-06-16
1
-3
/
+5
*
mesa: Use bitmask/ffs to iterate the enabled textures.
Mathias Fröhlich
2016-06-16
1
-15
/
+16
*
mesa: Use designated bool value to check texture unit completeness.
Mathias Fröhlich
2016-06-16
1
-1
/
+4
*
mesa: Use bitmask/ffs to iterate SamplersUsed
Mathias Fröhlich
2016-06-16
1
-21
/
+21
*
mesa: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
2
-20
/
+20
*
mesa: Use bitmask/ffs to iterate color material attributes.
Mathias Fröhlich
2016-06-16
1
-5
/
+6
*
mesa: Use bitmask/ffs to build ff fragment shader keys.
Mathias Fröhlich
2016-06-16
1
-3
/
+7
*
mesa: Use bitmask/ffs to build ff vertex shader keys.
Mathias Fröhlich
2016-06-16
1
-2
/
+4
*
mesa: Remove the linked list of enabled lights
Mathias Fröhlich
2016-06-16
4
-22
/
+1
*
mesa: Use bitmask/ffs to iterate enabled lights for ff shader keys.
Mathias Fröhlich
2016-06-16
1
-13
/
+15
*
mesa: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2016-06-16
2
-14
/
+39
*
mesa: Track enabled lights in a bitmask
Mathias Fröhlich
2016-06-16
3
-0
/
+5
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
5
-10
/
+10
*
mesa: Remove the now unused CoordsReplace array.
Mathias Fröhlich
2016-06-16
3
-8
/
+0
*
mesa: Add gl_point_attrib::CoordReplaceBits bitfield.
Mathias Fröhlich
2016-06-16
5
-14
/
+26
*
mesa/glsl: stop using GL shader type internally
Timothy Arceri
2016-06-16
4
-15
/
+15
*
glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform.
Kenneth Graunke
2016-06-15
1
-0
/
+1
*
glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.
Kenneth Graunke
2016-06-15
1
-0
/
+1
*
mesa/main: fix integer overflows in _mesa_image_offset
Nicolai Hähnle
2016-06-15
1
-4
/
+4
*
mesa: Make use of u_bit_scan{,64}.
Mathias Fröhlich
2016-06-14
2
-5
/
+5
*
mesa/gallium: Move u_bit_scan{,64} from gallium to util.
Mathias Fröhlich
2016-06-14
2
-74
/
+1
*
mesa: Make TexSubImage check negative dimensions sooner.
Kenneth Graunke
2016-06-13
1
-19
/
+43
*
st/mesa: inline _mesa_create_context() into its only caller
Emil Velikov
2016-06-13
2
-44
/
+0
*
mesa: remove _mesa_init_get_hash()
Emil Velikov
2016-06-13
3
-70
/
+0
*
mesa: kill off _mesa_do_init_remap_table()
Emil Velikov
2016-06-13
1
-18
/
+7
*
mesa: use native types when possible
Emil Velikov
2016-06-13
1
-5
/
+6
*
mesa: make _mesa_map_function_spec() static
Emil Velikov
2016-06-13
2
-6
/
+3
*
mesa: remove used _mesa_get_function_spec() and gl_function_remap
Emil Velikov
2016-06-13
2
-27
/
+0
*
mesa: remove unused _mesa_map_function_array()
Emil Velikov
2016-06-13
2
-47
/
+0
*
mesa: remove unused function _mesa_map_static_functions()
Emil Velikov
2016-06-13
2
-23
/
+0
*
mesa: add drawbuffer argument to ClearNamedFramebufferfi
Ilia Mirkin
2016-06-10
2
-3
/
+3
*
mesa: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
2016-06-10
1
-4
/
+4
*
mesa: Wrap extensions.h declarations with extern "C".
Jose Fonseca
2016-06-10
1
-0
/
+8
*
mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed
Anuj Phogat
2016-06-09
1
-45
/
+38
[next]