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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: rework blit_copy_pixels to use pipe->blit
Marek Olšák
2013-06-13
1
-35
/
+79
*
r600g: upsample and downsample MSAA resources for transfers
Marek Olšák
2013-06-13
1
-79
/
+141
*
gallium/u_format: add a new helper for initializing pipe_blit_info::mask
Marek Olšák
2013-06-13
2
-25
/
+29
*
gallium/u_blitter: make clearing independent of the colorbuffer format
Marek Olšák
2013-06-13
5
-49
/
+7
*
gallium/u_blitter: make clearing independent of the number of bound colorbuffers
Marek Olšák
2013-06-13
7
-59
/
+43
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
7
-9
/
+17
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
5
-13
/
+15
*
glsl: Generate smaller values for uniform locations
Ian Romanick
2013-06-12
1
-1
/
+13
*
glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
2013-06-12
4
-3
/
+23
*
glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...
Ian Romanick
2013-06-12
4
-5
/
+7
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
3
-39
/
+62
*
gallivm: (trivial) remove duplicated code block (including comment)
Roland Scheidegger
2013-06-13
1
-7
/
+0
*
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
*
winsys/intel: make struct intel_bo alias drm_intel_bo
Chia-I Wu
2013-06-12
1
-122
/
+50
*
winsys/intel: reorganize functions
Chia-I Wu
2013-06-12
1
-249
/
+249
*
ilo: update winsys interface
Chia-I Wu
2013-06-12
3
-63
/
+66
*
ilo: get rid of function tables in winsys
Chia-I Wu
2013-06-12
20
-656
/
+557
*
ilo: access bo size directly
Chia-I Wu
2013-06-12
1
-2
/
+2
*
ilo: remove unnecessary tex_set_bo/buf_set_bo
Chia-I Wu
2013-06-12
1
-42
/
+18
*
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
*
draw: implement distance culling
Zack Rusin
2013-06-10
8
-31
/
+198
*
gallium: add a cull distance semantic
Zack Rusin
2013-06-10
5
-2
/
+20
*
draw: fix clipper invocation statistics
Zack Rusin
2013-06-10
5
-6
/
+33
*
draw: enable user plane clipping when clipdistance is used
Zack Rusin
2013-06-10
2
-7
/
+20
*
draw: make sure clipdistances work with geometry shaders
Zack Rusin
2013-06-10
6
-2
/
+22
*
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
*
winsys/radeon: add env var to disable VM on Cayman/Trinity
Alex Deucher
2013-06-10
1
-0
/
+2
*
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
*
draw: Add A8R8G8B8 to draw_print_arrays
Richard Sandiford
2013-06-10
1
-0
/
+7
*
draw: Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
2013-06-10
1
-1
/
+1
*
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
2013-06-10
1
-0
/
+5
*
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
2013-06-10
1
-0
/
+8
[next]