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
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
6
-26
/
+28
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
5
-9
/
+5
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
5
-38
/
+6
*
radeon: Remove dead code
Ian Romanick
2014-01-15
1
-9
/
+0
*
i915: Remove spurious calls to DepthRange
Ian Romanick
2014-01-15
2
-9
/
+2
*
nouveau: add framebuffer validation callback
Ilia Mirkin
2014-01-15
2
-0
/
+52
*
i965: Emit 3DSTATE_VF on Broadwell too.
Kenneth Graunke
2014-01-14
1
-1
/
+1
*
i965: Disable workaround flush for push constants on Broadwell.
Kenneth Graunke
2014-01-14
1
-1
/
+1
*
i965: Enable native ETC texture support on Broadwell.
Kenneth Graunke
2014-01-14
1
-1
/
+1
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-4
/
+4
*
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
2014-01-13
3
-0
/
+21
*
dri: set yInverted default to GL_TRUE
Tapani Pälli
2014-01-13
1
-0
/
+1
*
i965: Delete duplicate write_timestamp function.
Kenneth Graunke
2014-01-10
3
-39
/
+8
*
i965: Fix clears of layered framebuffers with mismatched layer counts.
Paul Berry
2014-01-10
5
-10
/
+10
*
i965/gen6/blorp: Remove redundant HiZ workaround
Chad Versace
2014-01-09
1
-14
/
+0
*
i965/gen6/blorp: Set need_workaround_flush at top of blorp
Chad Versace
2014-01-09
1
-1
/
+3
*
i965/gen6/blorp: Set need_workaround_flush immediately after primitive
Chad Versace
2014-01-09
2
-1
/
+3
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
10
-88
/
+88
*
i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
Eric Anholt
2014-01-09
1
-1
/
+2
*
i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
Eric Anholt
2014-01-09
1
-1
/
+3
*
i965: Fix incorrect bounds tracking for blit readpixels's GPU access.
Eric Anholt
2014-01-09
1
-2
/
+1
*
i965: Use SET_FIELD to safety check our x/y offsets in blits.
Eric Anholt
2014-01-09
2
-7
/
+14
*
i965: Add an assert for when SET_FIELD's value exceeds the field size.
Eric Anholt
2014-01-09
1
-1
/
+7
*
i965: Add a safety check for emitting blits.
Eric Anholt
2014-01-09
1
-0
/
+4
*
i965: Don't call the blitter on addresses it can't handle.
Eric Anholt
2014-01-09
2
-3
/
+40
*
i965: fold offset into coord for textureOffset(gsampler2DRect)
Chris Forbes
2014-01-09
1
-1
/
+1
*
glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.
Paul Berry
2014-01-08
1
-1
/
+1
*
mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.
Paul Berry
2014-01-08
2
-3
/
+4
*
mesa: Store gl_shader_stage enum in gl_shader objects.
Paul Berry
2014-01-08
1
-0
/
+1
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
2
-6
/
+6
*
i965/fs: do SEL optimization only when src type for MOV matches
Tapani Pälli
2014-01-08
1
-0
/
+6
*
i965: Remove unused PIPE_CONTROL defines.
Kenneth Graunke
2014-01-06
1
-10
/
+0
*
i965: Warning fix
Eric Anholt
2014-01-06
1
-2
/
+0
*
i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.
Kenneth Graunke
2014-01-06
1
-4
/
+0
*
i965: set size of txf_mcs payload vgrf properly
Chris Forbes
2014-01-04
1
-0
/
+1
*
i965: Enhance intel_texsubimage_tiled_memcpy() to support all levels
Courtney Goeltzenleuchter
2013-12-30
1
-2
/
+5
*
i965: Add XRGB to intel_texsubimage_tiled_memcpy()
Courtney Goeltzenleuchter
2013-12-30
1
-1
/
+2
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
1
-2
/
+2
*
i965: Remove unused depth_mode parameter from translate_tex_format().
Kenneth Graunke
2013-12-29
4
-4
/
+0
*
i965/blorp: unit test compiling integer typed texture fetches
Topi Pohjolainen
2013-12-27
1
-0
/
+86
*
i965/blorp: unit test compiling simple gen6 zero-src sampled
Topi Pohjolainen
2013-12-27
1
-0
/
+51
*
i965/blorp: unit test compiling gen6 msaa-8 cms alpha blend
Topi Pohjolainen
2013-12-27
1
-0
/
+57
*
i965/blorp: unit test compiling bilinear filtered
Topi Pohjolainen
2013-12-27
1
-0
/
+49
*
i965/blorp: unit test compiling simple zero-src sampled
Topi Pohjolainen
2013-12-27
1
-0
/
+56
*
i965/blorp: unit test compiling unaligned msaa-8
Topi Pohjolainen
2013-12-27
1
-0
/
+135
*
i965/blorp: unit test compiling msaa-8 cms alpha blend
Topi Pohjolainen
2013-12-27
1
-0
/
+145
*
i965/blorp: unit test compiling msaa-4 ums to cms
Topi Pohjolainen
2013-12-27
1
-0
/
+59
*
i965/blorp: unit test compiling msaa-8 cms to cms
Topi Pohjolainen
2013-12-27
1
-0
/
+62
*
i965/blorp: unit test compiling msaa-8 ums to cms
Topi Pohjolainen
2013-12-27
1
-0
/
+61
*
i965/blorp: unit test compiling blend and scaled
Topi Pohjolainen
2013-12-27
3
-1
/
+339
[next]