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: use correct return statement for a void function
Emil Velikov
2017-01-27
1
-3
/
+4
*
i915, i965: automake: remove NA include directive
Emil Velikov
2017-01-27
2
-2
/
+0
*
mesa/tests: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
dri/osmesa: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
dri/swrast: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
radeon, r200: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
2
-2
/
+2
*
i915: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
i965: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-3
/
+3
*
i965: automake: correctly set MKDIR_GEN
Emil Velikov
2017-01-27
1
-0
/
+1
*
st/mesa: add support for enabling ARB_gpu_shader_int64.
Dave Airlie
2017-01-27
1
-0
/
+1
*
st/glsl_to_tgsi: add support for 64-bit integers
Dave Airlie
2017-01-27
1
-18
/
+202
*
meta: Refactor texture format translation
Topi Pohjolainen
2017-01-27
3
-6
/
+22
*
i965/hiz/gen6: Stop setting false qpitch
Topi Pohjolainen
2017-01-27
1
-1
/
+7
*
i965/blorp/gen6: Remove dead code in hiz setup
Topi Pohjolainen
2017-01-27
1
-9
/
+9
*
i965/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
3
-12
/
+6
*
i965/blorp/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
1
-6
/
+4
*
i965/gen6: Remove check for stencil format
Topi Pohjolainen
2017-01-27
1
-14
/
+8
*
i965: Remove check for hiz on earlier gens than SNB
Topi Pohjolainen
2017-01-27
2
-22
/
+2
*
i965/miptree: Remove redundant check for null texture
Topi Pohjolainen
2017-01-27
1
-6
/
+1
*
i965/miptree: Tell when brw_miptree_layout() fails
Topi Pohjolainen
2017-01-27
3
-7
/
+10
*
i965/meta: Remove unused brw_get_rb_for_slice()
Topi Pohjolainen
2017-01-27
2
-49
/
+0
*
mesa: Arrange validate_uniform_parameters parameters to match call sites
Ian Romanick
2017-01-26
1
-11
/
+11
*
mesa: Arrange _mesa_uniform parameters to match the call sites
Ian Romanick
2017-01-26
3
-106
/
+102
*
mesa: Arrange _mesa_uniform_matrix parameters to match the call sites
Ian Romanick
2017-01-26
3
-64
/
+71
*
mesa: Trivial clean-ups in uniform_query.cpp
Ian Romanick
2017-01-26
1
-8
/
+4
*
i965: Make intelEmitCopyBlit not truncate large strides.
Kenneth Graunke
2017-01-26
2
-11
/
+7
*
i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.
Kenneth Graunke
2017-01-26
1
-1
/
+1
*
i965: Fix fast depth clears for surfaces with a dimension of 16384.
Kenneth Graunke
2017-01-25
1
-0
/
+12
*
mesa: Fix copy-and-paste bug in _mesa_(Program|)Uniform[1234](i|ui)64vARB fun...
Ian Romanick
2017-01-25
1
-16
/
+16
*
st/mesa: destroy pipe_context before destroying st_context (v2)
Marek Olšák
2017-01-24
1
-6
/
+7
*
mesa: Don't advertise GL_OES_read_format in core profile
Ian Romanick
2017-01-24
1
-1
/
+1
*
i965/blorp: Use the correct ISL format for combined depth/stencil
Jason Ekstrand
2017-01-24
1
-0
/
+2
*
st/glsl_to_tgsi: fix compilation warnings since int64 types
Samuel Pitoiset
2017-01-24
1
-3
/
+3
*
i965/blorp: Add also depth and stencil buffers to render cache
Topi Pohjolainen
2017-01-24
1
-0
/
+4
*
i965: Use UNUSED to silence unused variable (used in assert).
Matt Turner
2017-01-23
1
-1
/
+1
*
dri: allow 16bit R/GR images to be exported via drm buffers
Rainer Hochecker
2017-01-23
2
-0
/
+10
*
drirc: remove spurious tabs
Eric Engestrom
2017-01-23
1
-8
/
+8
*
st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
Nicolai Hähnle
2017-01-23
1
-6
/
+3
*
mesa: remove unused gl_shader_info field from gl_linked_shader
Timothy Arceri
2017-01-23
1
-2
/
+0
*
mesa/glsl: set and get cs layouts to and from shader_info
Timothy Arceri
2017-01-23
3
-16
/
+2
*
mesa/glsl: set and get gs layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-8
/
+4
*
mesa/glsl/i965: set and get tes layouts directly to and from shader_info
Timothy Arceri
2017-01-23
2
-14
/
+7
*
glsl: use last_vert_prog to get last {clip,cull}_distance_array_size
Timothy Arceri
2017-01-23
1
-7
/
+0
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
4
-55
/
+9
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
5
-7
/
+17
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
27
-396
/
+248
*
Revert "i965: Really don't emit Q or UQ moves on Gen < 8"
Matt Turner
2017-01-20
1
-8
/
+0
*
i965: Select DF type for 64-bit integers on Gen < 8.
Matt Turner
2017-01-20
4
-10
/
+12
*
i965: Enable ARB_gpu_shader_int64 on Gen8+
Ian Romanick
2017-01-20
2
-0
/
+6
*
i965: Split SIMD16 CMP of Q and UQ instructions
Ian Romanick
2017-01-20
1
-14
/
+29
[prev]
[next]