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: simplify detection of fpclassify
Felix Janda
2015-01-26
1
-11
/
+7
*
formats: Use a hash table for _mesa_format_from_array_format
Jason Ekstrand
2015-01-22
1
-12
/
+56
*
mesa/dd: Add a function for creating a texture from a buffer object
Jason Ekstrand
2015-01-22
1
-0
/
+16
*
mesa: change assert to unreachable in two format functions
Tobias Klausmann
2015-01-21
2
-2
/
+2
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
14
-34
/
+33
*
mesa: fix a trivial spelling mistake
Martin Peres
2015-01-19
1
-1
/
+1
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
4
-0
/
+6
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
2
-0
/
+2
*
format_utils: Use a more precise conversion when decreasing bits
Neil Roberts
2015-01-16
1
-3
/
+12
*
mesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_renderbuffer()
Brian Paul
2015-01-15
1
-1
/
+2
*
mesa: Fix render buffer initial internal format in GLES 3
Mike Mason
2015-01-15
1
-1
/
+18
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
3
-18
/
+14
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
5
-443
/
+3
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Add an SSA-based liveness analysis pass.
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
mesa: Micro-optimize _mesa_is_valid_prim_mode
Ian Romanick
2015-01-14
1
-18
/
+12
*
mesa: Check for vertex program the same way in desktop GL and ES
Ian Romanick
2015-01-14
1
-11
/
+3
*
mesa: Drop index buffer bounds check
Ian Romanick
2015-01-14
1
-48
/
+7
*
mesa: Only check for a current vertex shader in core profile
Ian Romanick
2015-01-14
1
-1
/
+13
*
mesa: Only validate shaders that can exist in the context
Ian Romanick
2015-01-14
1
-29
/
+49
*
mesa: rename RGBA8888_* format constants to something appropriate.
Iago Toral Quiroga
2015-01-14
4
-19
/
+19
*
mesa/glsl/glapi: enable GL_EXT_draw_buffers extension
Tapani Pälli
2015-01-14
2
-2
/
+5
*
mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ
Mike Mason
2015-01-13
2
-7
/
+15
*
mesa: Fix error reporting for some cases of incomplete FBO attachments
Iago Toral Quiroga
2015-01-13
1
-1
/
+1
*
mesa: Returns a GL_INVALID_VALUE error if num of texs in glDeleteTextures is ...
Eduardo Lima Mitev
2015-01-13
1
-0
/
+5
*
mesa: Returns a GL_INVALID_VALUE error if num of fbos in glDeleteRenderbuffer...
Eduardo Lima Mitev
2015-01-13
1
-0
/
+5
*
mesa: Returns a GL_INVALID_VALUE error if num of fbos in glDeleteFramebuffers...
Eduardo Lima Mitev
2015-01-13
1
-0
/
+5
*
mesa: Allows querying GL_SAMPLER_BINDING on GLES3 profile
Eduardo Lima Mitev
2015-01-13
1
-4
/
+5
*
main: round floating-point value to nearest integer in glGetSamplerParameteriv()
Samuel Iglesias Gonsalvez
2015-01-13
1
-4
/
+16
*
main: round floating-point value to nearest integer in glGetTexParameteriv()
Samuel Iglesias Gonsalvez
2015-01-13
1
-5
/
+12
*
main: fix return GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL value
Samuel Iglesias Gonsalvez
2015-01-13
1
-1
/
+2
*
mesa: Depth and stencil attachments must be the same in OpenGL ES3
Iago Toral Quiroga
2015-01-13
1
-0
/
+20
*
mesa: Initializes the stencil value masks to 0xFF instead of ~0u
Eduardo Lima Mitev
2015-01-13
1
-6
/
+18
*
main: Remove comparison unsigned int >= 0.
Laura Ekstrand
2015-01-12
1
-1
/
+0
*
mesa/main: In _mesa_CompressedTextureSubImage3D() check found texObj
Juha-Pekka Heikkila
2015-01-12
1
-0
/
+2
*
mesa: Move declarations to to of block.
José Fonseca
2015-01-12
1
-3
/
+3
*
mesa: restrict use of GL_ABGR_EXT format to allowed data types
Samuel Iglesias Gonsalvez
2015-01-12
4
-52
/
+46
*
mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rgba_float
Iago Toral Quiroga
2015-01-12
2
-133
/
+0
*
mesa: Remove _mesa_pack_int_rgba_row() and auxiliary functions
Samuel Iglesias Gonsalvez
2015-01-12
2
-89
/
+0
*
mesa: Remove _mesa_(un)pack_index_span
Iago Toral Quiroga
2015-01-12
2
-234
/
+0
*
mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h
Iago Toral Quiroga
2015-01-12
3
-607
/
+0
*
mesa: Remove _mesa_unpack_color_span_float
Iago Toral Quiroga
2015-01-12
2
-1042
/
+0
*
mesa: Remove (signed) integer pack and span functions.
Iago Toral Quiroga
2015-01-12
2
-237
/
+0
*
mesa: Remove _mesa_unpack_color_span_ubyte
Iago Toral Quiroga
2015-01-12
2
-265
/
+0
*
mesa: Remove _mesa_make_temp_float_image
Iago Toral Quiroga
2015-01-12
4
-167
/
+42
*
mesa: Remove _mesa_make_temp_ubyte_image
Iago Toral Quiroga
2015-01-12
6
-202
/
+114
*
mesa: Remove _mesa_unpack_color_span_uint
Iago Toral Quiroga
2015-01-12
2
-652
/
+0
*
mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()
Eduardo Lima Mitev
2015-01-12
3
-117
/
+6
*
mesa: Let _mesa_swizzle_and_convert take array format types instead of GL types
Iago Toral Quiroga
2015-01-12
2
-131
/
+119
*
mesa: Use _mesa_format_convert to implement get_tex_rgba_compressed.
Iago Toral Quiroga
2015-01-12
1
-39
/
+34
[next]