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
*
st/mesa: make generic CopyPixels path work with MSAA visuals
Marek Olšák
2013-06-13
1
-92
/
+70
*
st/mesa: don't use blit_copy_pixels if an occlusion query is active
Marek Olšák
2013-06-13
1
-1
/
+2
*
st/mesa: rework blit_copy_pixels to use pipe->blit
Marek Olšák
2013-06-13
1
-35
/
+79
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
2
-2
/
+4
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
4
-6
/
+8
*
glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
2013-06-12
3
-3
/
+21
*
glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...
Ian Romanick
2013-06-12
4
-5
/
+7
*
i965/gen7: Enable support for fast color clears.
Paul Berry
2013-06-12
1
-0
/
+20
*
i965/gen7+: Disable fast color clears on shared regions.
Paul Berry
2013-06-12
4
-0
/
+42
*
i965/gen7+: Resolve color buffers when necessary.
Paul Berry
2013-06-12
7
-3
/
+37
*
i965/gen7+: Ensure that front/back buffers are fast-clear resolved.
Paul Berry
2013-06-12
3
-12
/
+15
*
i965/blorp: Write blorp code to do render target resolves.
Paul Berry
2013-06-12
6
-0
/
+96
*
i965/blorp: Expand clear class hierarchy to prepare for RT resolves.
Paul Berry
2013-06-12
2
-25
/
+35
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
9
-14
/
+240
*
i965/gen7+: Create helper functions for single-sample MCS buffers.
Paul Berry
2013-06-12
2
-0
/
+128
*
i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.
Paul Berry
2013-06-12
3
-5
/
+7
*
i965/gen7+: Create an enum for keeping track of fast color clear state.
Paul Berry
2013-06-12
6
-0
/
+104
*
intel: Conditionally compile mcs-related code for i965 only.
Paul Berry
2013-06-12
2
-1
/
+9
*
intel: Keep region name in intel_miptree_create_for_dri2_buffer().
Paul Berry
2013-06-12
1
-0
/
+1
*
i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
2013-06-11
7
-80
/
+18
*
i965: Emit the CC state pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
5
-30
/
+18
*
i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
5
-30
/
+18
*
Revert "i965: Disable unused pipeline stages once at startup on Gen7+."
Kenneth Graunke
2013-06-11
3
-6
/
+13
*
swrast: add texfetch code for some XBGR formats
Brian Paul
2013-06-11
2
-9
/
+46
*
mesa: add missing texture strings in tex_target_name()
Brian Paul
2013-06-10
1
-0
/
+5
*
mesa: Add a _mesa_problem to document a piglit failure on i965.
Eric Anholt
2013-06-10
1
-0
/
+6
*
i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.
Eric Anholt
2013-06-10
1
-13
/
+37
*
i965/vs: Allow copy propagation into MUL/MACH.
Eric Anholt
2013-06-10
1
-2
/
+4
*
i965/vs: Use the MAD instruction when possible.
Eric Anholt
2013-06-10
4
-0
/
+43
*
intel: Reserve less batchbuffer space.
Kenneth Graunke
2013-06-10
1
-4
/
+3
*
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
2013-06-10
4
-12
/
+4
*
i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
2013-06-10
3
-13
/
+9
*
i965: Don't emit PIPELINE_SELECT from BLORP.
Kenneth Graunke
2013-06-10
1
-19
/
+0
*
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
2013-06-10
3
-4
/
+20
*
i965: Delete some dead state atom prototypes.
Kenneth Graunke
2013-06-10
1
-9
/
+0
*
i965: Change return type of check_state() to bool.
Kenneth Graunke
2013-06-10
1
-2
/
+2
*
i965: Remove unused second parameter of brw_print_dirty_count().
Kenneth Graunke
2013-06-10
1
-4
/
+4
*
dlist: fix save_SamplerParameteri
Chris Forbes
2013-06-09
1
-1
/
+1
*
mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.
Vinson Lee
2013-06-08
1
-1
/
+4
*
mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Eric Anholt
2013-06-07
1
-18
/
+25
*
intel: flush fake front buffer if server is about to destroy it.
Paul Berry
2013-06-07
1
-0
/
+9
*
intel: flush fake front buffer more robustly.
Paul Berry
2013-06-07
1
-11
/
+9
*
intel: make intel_flush_front safe to call during initial MakeCurrent
Paul Berry
2013-06-07
1
-1
/
+1
*
mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
2013-06-07
2
-0
/
+10
*
mesa: Expose texture array getters on GLES3.
Eric Anholt
2013-06-07
2
-2
/
+10
*
mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.
Eric Anholt
2013-06-07
1
-1
/
+1
*
mesa: Expose texel offset limits in GLES3.
Eric Anholt
2013-06-07
2
-5
/
+6
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
1
-0
/
+22
*
i965/vs: add support for emitting gl_ClipVertex
Chris Forbes
2013-06-07
2
-7
/
+3
*
i965/clip: Add support for gl_ClipVertex
Chris Forbes
2013-06-07
3
-4
/
+55
[next]