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
...
*
main/get_hash_params: Add GL_SAMPLE_SHADING_ARB
Jason Ekstrand
2014-07-29
1
-0
/
+1
*
glapi: add indexed blend functions (GL 4.0)
Tapani Pälli
2014-07-28
1
-5
/
+5
*
main/cs: Add additional compute shader constant values
Jordan Justen
2014-07-27
2
-0
/
+18
*
Add an accelerated version of F_TO_I for x86_64
Jason Ekstrand
2014-07-24
1
-1
/
+5
*
mesa: add ARB_clear_texture.xml to file list, remove duplicate decls
Ilia Mirkin
2014-07-24
1
-12
/
+0
*
mesa: Fix the name in the error message
Ian Romanick
2014-07-23
1
-1
/
+1
*
texstore: Add a generic implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
2
-0
/
+79
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
3
-1
/
+271
*
teximage: Add utility func for format/internalFormat compatibility check
Neil Roberts
2014-07-23
1
-21
/
+38
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
5
-0
/
+32
*
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
Anuj Phogat
2014-07-21
1
-0
/
+15
*
main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM
Jason Ekstrand
2014-07-18
1
-1
/
+1
*
glsl: add a mechanism to allow #extension directives in the middle of shaders
Marek Olšák
2014-07-18
1
-0
/
+5
*
mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...
Pavel Popov
2014-07-18
1
-8
/
+8
*
mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...
Ian Romanick
2014-07-15
1
-2
/
+7
*
mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile
Ian Romanick
2014-07-15
1
-0
/
+2
*
mesa: Handle uninitialized textures like other textures in get_tex_level_para...
Ian Romanick
2014-07-15
1
-5
/
+6
*
mesa: fix crash in st/mesa after deleting a VAO
Marek Olšák
2014-07-11
2
-0
/
+29
*
ff_fragment_shader: Access glsl_types directly.
Kenneth Graunke
2014-07-09
1
-15
/
+15
*
mesa: fix geometry shader memory leaks
Brian Paul
2014-07-09
2
-0
/
+4
*
mesa: use float to silence MSVC warning in _mesa_GetMultisamplefv()
Brian Paul
2014-07-09
1
-1
/
+1
*
mesa: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-02
2
-0
/
+2
*
mesa: Make unreachable macro take a string argument.
Matt Turner
2014-07-01
1
-3
/
+11
*
mesa: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-12
/
+12
*
mesa: update comment for UniformBufferSize to indicate size is in bytes
Brian Paul
2014-07-01
1
-1
/
+1
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
21
-713
/
+2
*
mesa: Enable simultaneous queries on different streams.
Iago Toral Quiroga
2014-06-30
2
-10
/
+11
*
mesa: Include stream information in indexed queries.
Iago Toral Quiroga
2014-06-30
2
-0
/
+2
*
glsl: Store info about geometry shaders that emit vertices to non-zero streams.
Iago Toral Quiroga
2014-06-30
3
-0
/
+4
*
mesa: add StreamId information to transform feedback outputs.
Iago Toral Quiroga
2014-06-30
1
-0
/
+1
*
mesa: expose ARB_seamless_cubemap_per_texture when supported
Ilia Mirkin
2014-06-28
1
-0
/
+1
*
mesa/main: In register_surface() verify gl_texture_object was found
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+6
*
mesa/main: Verify calloc return value in register_surface()
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+5
*
mesa: Don't use derived vertex state in api_arrayelt.c
Fredrik Höglund
2014-06-24
1
-54
/
+57
*
mesa: Make Geom.UsesEndPrimitive a bool instead of a GLboolean
Iago Toral Quiroga
2014-06-23
2
-3
/
+3
*
mesa: Add extension plumbing for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
2
-0
/
+2
*
mesa: Init Geom.UsesEndPrimitive in shader programs.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
*
mesa: Remove glClear optimization based on drawable size
Kristian Høgsberg
2014-06-18
1
-5
/
+0
*
mesa: In emit_texenv() type mismatch was forced with typecast
Juha-Pekka Heikkila
2014-06-18
1
-8
/
+9
*
mesa: Remove unused functions from perfomance query code.
Matt Turner
2014-06-17
1
-13
/
+0
*
mesa: Remove unused extra_EXT_texture_integer.
Matt Turner
2014-06-17
1
-5
/
+0
*
main/extensions: Only parse MESA_EXTENSION_OVERRIDE once
Jordan Justen
2014-06-16
1
-74
/
+40
*
main/extensions: Build list of extensions that can't be disabled
Jordan Justen
2014-06-16
1
-5
/
+20
*
main/extensions: Create extra extensions override string
Jordan Justen
2014-06-16
1
-0
/
+38
*
main/extensions: Add early extension override structures
Jordan Justen
2014-06-16
3
-0
/
+59
*
main/extensions: Create a context-less set_extensions function
Jordan Justen
2014-06-16
1
-5
/
+20
*
main/extensions: Don't advertise unknown extensions overrides with (-)
Jordan Justen
2014-06-16
1
-1
/
+1
*
mesa: support inactive uniforms in glUniform* functions
Tapani Pälli
2014-06-16
1
-0
/
+15
*
mesa: add new enum MAX_UNIFORM_LOCATIONS
Tapani Pälli
2014-06-16
5
-0
/
+12
*
mesa: add enable bit for ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
2
-0
/
+2
[prev]
[next]