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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.
Kenneth Graunke
2011-08-01
1
-1
/
+1
*
i965/fs: Allow register coalescing where the source is a uniform.
Eric Anholt
2011-07-29
1
-10
/
+14
*
i965/fs: Optimize a * 1.0 -> a.
Eric Anholt
2011-07-29
2
-0
/
+44
*
i965/fs: If we see a RCP of a constant, try to constant fold it.
Eric Anholt
2011-07-29
1
-0
/
+14
*
i965/fs: Port texture projection avoidance optimization from the old backend.
Eric Anholt
2011-07-29
1
-3
/
+15
*
Revert "i965: Don't compute brw->wm.input_size_masks when it's unused."
Eric Anholt
2011-07-29
1
-11
/
+1
*
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
6
-71
/
+67
*
i965/fs: Respect ARB_color_buffer_float clamping.
Eric Anholt
2011-07-28
1
-6
/
+15
*
mesa: fix format selection for meta CopyTexSubImage()
Brian Paul
2011-07-28
1
-0
/
+10
*
i965: Remove the now unused intel_renderbuffer::draw_offset field.
Kenneth Graunke
2011-07-28
2
-2
/
+0
*
i965: Check actual tile offsets in Gen4 miptree workaround.
Kenneth Graunke
2011-07-28
1
-2
/
+17
*
i965/gen4: Fix message parameter loading for 1D TXD sampling.
Kenneth Graunke
2011-07-28
1
-2
/
+4
*
i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.
Eric Anholt
2011-07-25
1
-1
/
+2
*
r300/compiler: simplify code in peephole_add_presub_add
Tobias Droste
2011-07-25
1
-17
/
+18
*
i965: Fix many of the trivial WebGL demos that broke due to IB optimization.
Eric Anholt
2011-07-25
1
-0
/
+1
*
i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.
Eric Anholt
2011-07-25
1
-2
/
+2
*
meta: Also save/restore clip planes for GLSL.
Eric Anholt
2011-07-25
1
-1
/
+13
*
i965: Emit texture cache flushes on gen6 along with render cache flushes.
Eric Anholt
2011-07-25
1
-0
/
+1
*
i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()
Paul Berry
2011-07-25
1
-0
/
+3
*
i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.
Kenneth Graunke
2011-07-25
1
-4
/
+11
*
i965/fs: Clear result before visiting shadow comparitor and LOD info.
Kenneth Graunke
2011-07-25
1
-0
/
+10
*
i965: When emitting a src/dst read of an output, keep the swizzle and neg
Ian Romanick
2011-07-23
1
-3
/
+16
*
i965: When emitting a src/dst write of an output, keep the write mask
Ian Romanick
2011-07-23
1
-1
/
+5
*
Merge branch 'remove-copyteximage-hook'
Brian Paul
2011-07-21
11
-287
/
+0
|
\
|
*
meta: remove _mesa_meta_CopyTexImage1D/2D()
Brian Paul
2011-07-19
3
-125
/
+0
|
*
radeon: remove radeonCopyTexImage2D()
Brian Paul
2011-07-19
7
-65
/
+0
|
*
intel: remove intelCopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-97
/
+0
*
|
i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.
Eric Anholt
2011-07-20
1
-0
/
+26
*
|
i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.
Eric Anholt
2011-07-20
2
-3
/
+29
*
|
i965: Avoid kernel BUG_ON if we happen to wait on the pipe_control w/a BO.
Eric Anholt
2011-07-20
1
-1
/
+1
*
|
intel: Use the GLSL-based meta clear when available.
Eric Anholt
2011-07-20
1
-1
/
+4
*
|
meta: Add a GLSL-based _mesa_meta_Clear() variant.
Eric Anholt
2011-07-20
2
-1
/
+162
|
/
*
intel: Fix stencil buffer to be W tiled
Chad Versace
2011-07-19
5
-31
/
+93
*
i965: Fix regression in 29a911c50e4443dfebef0a2e32c39b64992fa3cc.
Eric Anholt
2011-07-19
1
-1
/
+1
*
i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".
Kenneth Graunke
2011-07-18
2
-4
/
+4
*
i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.
Kenneth Graunke
2011-07-18
2
-5
/
+5
*
i965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2011-07-18
2
-2
/
+1
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-18
3
-47
/
+27
*
i915: Include gl_FragCoord.w data, not just xyz.
Eric Anholt
2011-07-18
1
-3
/
+3
*
i915: Add support for HW rendering with no color draw buffer.
Eric Anholt
2011-07-18
1
-51
/
+51
*
i915: Fix incorrect depth scaling when enabling/disabling depth buffers.
Eric Anholt
2011-07-18
1
-24
/
+19
*
i915: Make stencil test for no-stencil handling match depth test.
Eric Anholt
2011-07-18
2
-23
/
+12
*
i915: Disable the depth test whenever we don't have a depth buffer.
Eric Anholt
2011-07-18
2
-2
/
+8
*
i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.
Eric Anholt
2011-07-18
2
-111
/
+20
*
i965: Remove i915 paths from brw_update_draw_buffers().
Eric Anholt
2011-07-18
1
-37
/
+11
*
i965: Remove unused region calculations in brw_update_draw_buffer().
Eric Anholt
2011-07-18
1
-60
/
+2
*
i965: Remove empty brw_set_draw_region.
Eric Anholt
2011-07-18
1
-14
/
+0
*
i965: Remove FALLBACK() from brw_update_draw_region().
Eric Anholt
2011-07-18
1
-16
/
+0
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
6
-200
/
+612
*
intel: Clarify the depthRb == stencilRb logic.
Eric Anholt
2011-07-18
1
-16
/
+15
[next]