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
*
main: Added entry points for glTextureStorage*D.
Laura Ekstrand
2015-01-08
3
-51
/
+189
*
main: Added entry point for glCreateTextures.
Laura Ekstrand
2015-01-08
3
-26
/
+90
*
main: Removed trailing whitespaces in texture code.
Laura Ekstrand
2015-01-08
2
-28
/
+28
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
4
-8
/
+8
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
4
-12
/
+12
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
4
-10
/
+10
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
4
-85
/
+84
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
5
-19
/
+21
*
i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
main: Added utility function _mesa_lookup_texture_err().
Laura Ekstrand
2015-01-08
2
-0
/
+19
*
glapi: Added ARB_direct_state_access.xml file.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
mesa: Address `assignment makes integer from pointer without a cast` gcc warn...
José Fonseca
2015-01-08
1
-2
/
+2
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
5
-11
/
+54
*
i965/skl: Report more accurate number of samples for format
Kristian Høgsberg
2015-01-07
1
-0
/
+2
*
mesa: Don't use _mesa_generic_nop on Windows.
José Fonseca
2015-01-07
1
-0
/
+9
*
st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
Marek Olšák
2015-01-07
1
-1
/
+2
*
vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
Marek Olšák
2015-01-07
1
-1
/
+2
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
6
-9
/
+23
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
12
-34
/
+30
*
swrast: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
6
-42
/
+47
*
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
5
-5
/
+14
*
mesa: add _mesa_base_tex_image() helper function
Brian Paul
2015-01-05
1
-0
/
+10
*
mesa: simplify a conditional in detach_shader()
Brian Paul
2015-01-05
1
-3
/
+1
*
mesa: minor whitespace fixes in shaderapi.c
Brian Paul
2015-01-05
1
-12
/
+13
*
mesa: make _mesa_reference_shader_program() an inline function
Brian Paul
2015-01-05
2
-4
/
+15
*
mesa: update comment on delete_shader_program()
Brian Paul
2015-01-05
1
-2
/
+3
*
mesa: rearrange error handling in glProgramParameteri()
Brian Paul
2015-01-05
1
-15
/
+11
*
mesa: fix error strings in shaderapi.c
Brian Paul
2015-01-05
1
-2
/
+2
*
meta: init var to silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
i965: Micro-optimize swizzle_to_scs() and make it inlinable.
Kenneth Graunke
2015-01-04
3
-27
/
+39
*
i965: Support MESA_FORMAT_R8G8B8X8_SRGB.
Kenneth Graunke
2015-01-04
1
-1
/
+4
*
i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.
Kenneth Graunke
2015-01-04
1
-2
/
+3
*
i965: Copy shader->shadow_samplers to prog->ShadowSamplers.
Kenneth Graunke
2015-01-04
1
-0
/
+1
*
i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.
Kenneth Graunke
2015-01-04
2
-2
/
+5
*
i965: Implement WaCsStallAtEveryFourthPipecontrol on IVB/BYT.
Kenneth Graunke
2015-01-04
2
-0
/
+34
*
glsl_to_tgsi: fix a bug in copy propagation
Marek Olšák
2015-01-03
1
-1
/
+2
*
i965: Make INTEL_DEBUG=state ignore state flags with a count of 1.
Kenneth Graunke
2015-01-03
1
-2
/
+4
*
i965: Fix INTEL_DEBUG=optimizer with VF types.
Kenneth Graunke
2015-01-03
2
-2
/
+2
*
i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-03
1
-8
/
+12
*
swrast: Fix -Wduplicate-decl-specifier warning
Jeremy Huddleston Sequoia
2015-01-01
1
-2
/
+2
*
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
2014-12-31
3
-21
/
+13
*
i965: Use WARN_ONCE for the single-primitive-exceeded-aperture message.
Kenneth Graunke
2014-12-31
1
-9
/
+4
*
mesa: Remove __SSE4_1__ guards from sse_minmax.c.
Matt Turner
2014-12-29
1
-3
/
+0
*
i965/vec4: Do separate copy followed by constant propagation after opt_vector...
Matt Turner
2014-12-29
1
-1
/
+2
*
i965/vec4: Allow constant propagation of VF immediates.
Matt Turner
2014-12-29
1
-1
/
+27
*
i965/vec4: Add parameter to skip doing constant propagation.
Matt Turner
2014-12-29
2
-3
/
+3
*
i965/vec4: Do CSE, copy propagation, and DCE after opt_vector_float().
Matt Turner
2014-12-29
1
-1
/
+5
*
i965/vec4: Perform CSE on MOV ..., VF instructions.
Matt Turner
2014-12-29
1
-5
/
+11
*
i965/vec4: Add pass to gather constants into a vector-float MOV.
Matt Turner
2014-12-29
2
-0
/
+62
*
i965: Add support for saturating immediates.
Matt Turner
2014-12-29
4
-0
/
+80
[next]