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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r600g: LIT: clamp negative src.y to 0
Vadim Girlin
2011-07-10
1
-5
/
+24
*
st/dri: remove unused variables
Marek Olšák
2011-07-10
1
-2
/
+0
*
st/egl: fix linking errors
Chia-I Wu
2011-07-10
1
-0
/
+18
*
intel: Recognize all depth formats in get_teximage_readbuffer.
Kenneth Graunke
2011-07-09
1
-8
/
+4
*
r600g: Get rid of some superfluous braces.
Henri Verbeet
2011-07-09
2
-14
/
+14
*
r600g: Check for Evergreen chip class instead of Cedar family in r600_context...
Henri Verbeet
2011-07-09
1
-1
/
+1
*
r600g: Store the chip class directly in r600_bc.
Henri Verbeet
2011-07-09
3
-49
/
+6
*
r600g: Replace the CHIPREV_* defines with the chip_class enum.
Henri Verbeet
2011-07-09
5
-99
/
+93
*
r600g: Get rid of the superfluous family field from r600_shader.
Henri Verbeet
2011-07-09
2
-6
/
+4
*
r600g: Store the chip class in r600_pipe_context.
Henri Verbeet
2011-07-09
6
-70
/
+36
*
r600g: Fix the type of the family field in r600_pipe_context.
Henri Verbeet
2011-07-09
1
-1
/
+1
*
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
*
r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRP
Vadim Girlin
2011-07-08
1
-2
/
+7
*
r600g: introduce r600_bc_src_set_abs helper and fix LOG
Vadim Girlin
2011-07-08
1
-8
/
+18
*
r600g: RSQ: clear NEG for operand
Vadim Girlin
2011-07-08
1
-0
/
+1
*
r600g: LIT: swap MUL_LIT operands to fix 0^0
Vadim Girlin
2011-07-08
1
-6
/
+5
*
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
2011-07-08
5
-2
/
+108
*
DRI2/GLX: use new swap event types
Jesse Barnes
2011-07-08
2
-4
/
+4
*
glsl: Lower break instructions when necessary at the end of a loop.
Paul Berry
2011-07-08
1
-1
/
+54
*
glsl: In lower_jumps.cpp, lower both branches of a conditional.
Paul Berry
2011-07-08
1
-1
/
+4
*
glsl: Use foreach_list in lower_jumps.cpp
Paul Berry
2011-07-08
1
-1
/
+12
*
glsl: lower unconditional returns and continues in loops.
Paul Berry
2011-07-08
1
-8
/
+54
*
glsl: Lower unconditional return statements.
Paul Berry
2011-07-08
1
-0
/
+14
*
glsl: Refactor logic for determining whether to lower return statements.
Paul Berry
2011-07-08
1
-7
/
+12
*
glsl: Add explanatory comments to lower_jumps.cpp.
Paul Berry
2011-07-08
1
-14
/
+322
*
glsl: Make ir_reader able to read plain (return) statements.
Paul Berry
2011-07-08
1
-11
/
+13
*
glsl: Remove unused function prototypes.
Paul Berry
2011-07-08
1
-2
/
+0
*
gallivm: Fix build with llvm-3.0
Gustaw Smolarczyk
2011-07-08
1
-9
/
+7
*
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
*
i915g: Make the optimizer more generic.
Stéphane Marchesin
2011-07-07
1
-27
/
+58
*
intel: add null src pointer check in intel_region_reference()
Brian Paul
2011-07-07
1
-1
/
+2
*
glsl: use casts to silence warning
Brian Paul
2011-07-07
1
-1
/
+1
*
scons: Generate libGL.so.1.5 and libGL.so.1 symlinks.
José Fonseca
2011-07-07
1
-5
/
+8
*
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
[next]