index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-0
/
+20
*
mesa: implement texstore for DEPTH32F_STENCIL8
Marek Olšák
2011-07-10
1
-1
/
+67
*
mesa: implement texstore for DEPTH_COMPONENT32F
Marek Olšák
2011-07-10
1
-5
/
+7
*
mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-2
/
+25
*
mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-3
/
+32
*
mesa: implement texfetch functions for depth_buffer_float
Marek Olšák
2011-07-10
2
-8
/
+31
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
9
-6
/
+125
*
intel: Recognize all depth formats in get_teximage_readbuffer.
Kenneth Graunke
2011-07-09
1
-8
/
+4
*
i965/gen4: Fix GPU hangs since the program streaming change.
Eric Anholt
2011-07-09
1
-1
/
+1
*
i965/gen7: Remove gratuitous dirty flags from WM and PS state.
Kenneth Graunke
2011-07-08
1
-8
/
+3
*
st/mesa: handle float formats in st_format_datatype
Marek Olšák
2011-07-08
1
-2
/
+14
*
st/mesa: use the first non-VOID channel in st_format_datatype
Marek Olšák
2011-07-08
1
-3
/
+16
*
mesa/st: Fix piglit read-front with new drawable invalidation v2
Thomas Hellstrom
2011-07-08
1
-0
/
+9
*
intel: add null src pointer check in intel_region_reference()
Brian Paul
2011-07-07
1
-1
/
+2
*
intel: Fix use of freed buffer if glBitmap is called after a swap.
Eric Anholt
2011-07-07
1
-3
/
+4
*
intel: Remove dead comment about software clears -- it's handled just above.
Eric Anholt
2011-07-07
1
-1
/
+0
*
i915: Fix leak of ViewportMatrix data on context destroy.
John
2011-07-07
1
-0
/
+2
*
intel: Remove gratuitous context checks in intel_delete_renderbuffer().
Eric Anholt
2011-07-07
1
-14
/
+5
*
intel: Remove now trivial intel_renderbuffer_set_{hiz_,}region().
Eric Anholt
2011-07-07
3
-57
/
+19
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
4
-18
/
+0
*
intel: Allow intel_region_reference() with *dst != NULL.
Eric Anholt
2011-07-07
1
-4
/
+6
*
intel: Mark MESA_FORMAT_X8_Z24 as always supported.
Eric Anholt
2011-07-07
1
-1
/
+1
*
i965: Remove unused structures for command packets.
Kenneth Graunke
2011-07-07
1
-433
/
+0
*
i965: Convert system instruction pointer to OUT_BATCH style.
Kenneth Graunke
2011-07-07
2
-14
/
+5
*
i965: Convert PIPELINE_SELECT to OUT_BATCH style.
Kenneth Graunke
2011-07-07
1
-10
/
+4
*
i965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.
Kenneth Graunke
2011-07-07
2
-18
/
+4
*
i965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to OUT_BATCH style.
Kenneth Graunke
2011-07-07
2
-19
/
+5
*
mesa: Fix the BindSampler unit limit.
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: Fix a couple of TexEnv unit limits.
Henri Verbeet
2011-07-07
1
-3
/
+3
*
mesa: Use the Elements macro for the sampler index assert in validate_sampler...
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.
Henri Verbeet
2011-07-07
3
-4
/
+4
*
mesa: Check the texture against all units in unbind_texobj_from_texunits().
Henri Verbeet
2011-07-07
1
-1
/
+1
*
ir_to_mesa: Allocate temporary instructions on the visitor's ralloc context
Ian Romanick
2011-07-06
1
-16
/
+12
*
mesa: fix texstore addressing bugs for depth/stencil formats
Brian Paul
2011-07-06
1
-12
/
+9
*
mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)
Eric Anholt
2011-07-06
1
-1
/
+1
*
mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-64
/
+53
*
mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-66
/
+46
*
i965/fs: Fix message register allocation in FB writes.
Kenneth Graunke
2011-07-06
1
-5
/
+6
*
i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.
Kenneth Graunke
2011-06-29
2
-0
/
+10
*
ir_to_mesa: "Support" u2f, i2u, and u2i operations by doing nothing.
Kenneth Graunke
2011-06-29
1
-1
/
+3
*
i965/gen7: Add missing ! to brw->gs.prog_active assertion.
Kenneth Graunke
2011-06-29
1
-1
/
+1
*
mesa: bump version to 7.12 (devel)
Brian Paul
2011-06-29
1
-2
/
+2
*
st/mesa: s/tex_usage/bindings/ in st_format.h
Brian Paul
2011-06-29
1
-1
/
+1
*
st/mesa: Use correct internal target
Emil Velikov
2011-06-29
1
-2
/
+2
*
st/mesa: fix overwriting gl_format with pipe_format since 9d380f48
Andre Maasikas
2011-06-29
1
-2
/
+2
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
3
-50
/
+73
*
i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.
Eric Anholt
2011-06-28
6
-12
/
+55
*
i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.
Eric Anholt
2011-06-28
1
-2
/
+2
*
i965: step message register allocation
Ben Widawsky
2011-06-27
1
-5
/
+5
*
Revert "Fix 24bpp software rendering"
Brian Paul
2011-06-25
3
-89
/
+4
[next]