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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: whitespace, comment fixes in texstorage.c
Brian Paul
2015-09-22
1
-15
/
+18
*
mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1
Marta Lofstedt
2015-09-22
1
-7
/
+7
*
mesa/es3.1: Allow query of Vertex bindings for GLES 3.1
Marta Lofstedt
2015-09-22
1
-3
/
+4
*
mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG...
Marta Lofstedt
2015-09-22
1
-1
/
+1
*
i965: fix textureGrad for cubemaps
Tapani Pälli
2015-09-22
1
-19
/
+182
*
i965: Clean up GLSL compiler option setup
Jason Ekstrand
2015-09-21
1
-26
/
+20
*
i965/skl: Use larger URB size where available.
Ben Widawsky
2015-09-21
1
-1
/
+2
*
i965: Fix MRF register number assertions for compr4.
Kenneth Graunke
2015-09-21
1
-2
/
+2
*
i965/vec4: Use MRF registers 21-23 for spilling in gen6
Iago Toral Quiroga
2015-09-21
1
-4
/
+6
*
i965/fs: Use MRF registers 21-23 for spilling in gen6
Iago Toral Quiroga
2015-09-21
1
-4
/
+7
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
8
-28
/
+28
*
i965: Move MRF register asserts out of brw_reg.h
Iago Toral Quiroga
2015-09-21
4
-7
/
+16
*
i965: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-09-21
4
-2
/
+10
*
i965/vec4/nir: Remove all "this->" snippets
Eduardo Lima Mitev
2015-09-20
1
-16
/
+15
*
dri/common: fix gbm-symbols-check regression
Marcin Ślusarz
2015-09-20
1
-1
/
+1
*
mesa/teximage: reuse compressed format utility functions for base_format
Nanley Chery
2015-09-19
1
-145
/
+5
*
mesa/texcompress: add compressed formats to base format utility function
Nanley Chery
2015-09-19
1
-0
/
+14
*
mesa/glformats: refactor compressed format support function
Nanley Chery
2015-09-19
1
-79
/
+40
*
mesa/formats: add MESA_LAYOUT_LATC
Nanley Chery
2015-09-19
5
-16
/
+7
*
dri/common: use sysconfdir when looking for drirc
Marcin Ślusarz
2015-09-19
2
-1
/
+6
*
nir/lower_tex: support projector lowering per sampler type
Rob Clark
2015-09-18
1
-1
/
+4
*
nir: rename nir_lower_tex_projector
Rob Clark
2015-09-18
1
-1
/
+1
*
i965/vec4: Change types as needed to propagate source modifiers using current...
Alejandro Piñeiro
2015-09-19
1
-2
/
+28
*
i965/fs: Fix comparison between signed and unsigned integer expressions
Iago Toral Quiroga
2015-09-18
1
-2
/
+2
*
mesa: fix errors when reading depth with glReadPixels
Tapani Pälli
2015-09-18
2
-1
/
+7
*
i965/vec4: Use nir_move_vec_src_uses_to_dest
Jason Ekstrand
2015-09-17
1
-0
/
+3
*
mesa: Fix texture compression on big-endian systems
Ulrich Weigand
2015-09-17
4
-7
/
+14
*
mesa: return initial value for VALIDATE_STATUS if pipe not bound
Tapani Pälli
2015-09-17
1
-1
/
+2
*
mesa: return initial value for PROGRAM_SEPARABLE when not linked
Tapani Pälli
2015-09-17
1
-1
/
+2
*
mesa: enable query of PROGRAM_PIPELINE_BINDING for ES 3.1
Tapani Pälli
2015-09-17
1
-3
/
+3
*
Revert "mesa/extensions: restrict GL_OES_EGL_image to GLES"
Dave Airlie
2015-09-17
1
-1
/
+2
*
st/mesa: avoid integer overflows with buffers >= 512MB
Ilia Mirkin
2015-09-16
1
-2
/
+2
*
mesa: move GL_APPLE_object_purgeable functions to new file
Brian Paul
2015-09-16
5
-388
/
+460
*
mesa: remove trailing whitespace in bufferobj.c
Brian Paul
2015-09-16
1
-7
/
+7
*
mesa: whitespace, line wrap fixes in varray.c
Brian Paul
2015-09-16
1
-12
/
+20
*
glsl: shader-enum to name debug fxns
Rob Clark
2015-09-16
1
-1
/
+3
*
i965/fs: The barrier send uses only 1 payload register
Jordan Justen
2015-09-15
2
-2
/
+5
*
i965/vec4: Use the replicated fdot instruction in NIR
Jason Ekstrand
2015-09-15
2
-3
/
+11
*
i965/vec4_nir: Use partial SSA form rather than full non-SSA
Jason Ekstrand
2015-09-15
3
-4
/
+20
*
i965/fs: Add a very basic validation pass
Jason Ekstrand
2015-09-15
4
-0
/
+69
*
i965/fs_surface_builder: Only apply predicate to components that exist
Jason Ekstrand
2015-09-15
1
-1
/
+1
*
i965/fs: Only read output_components many components when writing an output
Jason Ekstrand
2015-09-15
1
-1
/
+3
*
i965/fs: Set output_components for lowered clip distance outputs
Jason Ekstrand
2015-09-15
1
-0
/
+2
*
mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES
Nanley Chery
2015-09-15
1
-1
/
+2
*
mesa/extensions: restrict GL_OES_EGL_image to GLES
Nanley Chery
2015-09-15
1
-2
/
+1
*
mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT
Nanley Chery
2015-09-15
2
-4
/
+6
*
i965: Move perf_debug code to brw_codegen_*_prog()
Kristian Høgsberg Kristensen
2015-09-14
5
-76
/
+75
*
i965: Move brw_fs_precompile() to brw_wm.c
Kristian Høgsberg Kristensen
2015-09-14
2
-58
/
+59
*
i965: Move compute shader code around
Kristian Høgsberg Kristensen
2015-09-14
5
-333
/
+362
*
meta: Abort meta pbo path if TexSubImage need signed unsigned conversion
Anuj Phogat
2015-09-14
1
-18
/
+25
[prev]
[next]