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
...
*
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
*
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
*
nv50,nvc0: use screen instead of context for flush notifier
Christoph Bumiller
2011-07-07
8
-30
/
+26
*
nv50: more formats for nv50_resource_copy_region conversion path
Christoph Bumiller
2011-07-07
1
-16
/
+7
*
i915g: Apply optimization to ADDS/MUL and only if we're not saturating.
Stéphane Marchesin
2011-07-07
1
-6
/
+27
*
st/xa: Fix up error reporting. Disable component alpha.
Thomas Hellstrom
2011-07-07
1
-11
/
+26
*
st/xa: Fix render to xa_format_a8, which is backed by a gallium L8 texture
Thomas Hellstrom
2011-07-07
5
-38
/
+87
*
i915g: move code after declaration
Brian Paul
2011-07-06
1
-1
/
+2
*
linker: Assign locations for fragment shader output
Ian Romanick
2011-07-06
1
-33
/
+75
*
glsl: Don't choke when printing an anonymous function parameter
Ian Romanick
2011-07-06
1
-0
/
+10
*
ir_to_mesa: Allocate temporary instructions on the visitor's ralloc context
Ian Romanick
2011-07-06
1
-16
/
+12
*
glsl: Track initial mask in constant propagation live set
Ian Romanick
2011-07-06
1
-3
/
+14
*
i915g: Fix optimize so that it actually gets used.
Stéphane Marchesin
2011-07-06
1
-1
/
+1
*
mesa: fix texstore addressing bugs for depth/stencil formats
Brian Paul
2011-07-06
1
-12
/
+9
*
softpipe: add missing stencil format case in convert_quad_stencil()
Brian Paul
2011-07-06
1
-0
/
+1
*
tgsi: add some debug/print code in exec_tex(), disabled
Brian Paul
2011-07-06
1
-0
/
+11
*
softpipe: minor clean-ups in sp_quad_depth_test.c
Brian Paul
2011-07-06
1
-5
/
+5
*
i915g: Fix optimization, also make it more generic.
Stéphane Marchesin
2011-07-06
1
-2
/
+26
*
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
*
glsl: Suppress warning from matching_signature change.
Eric Anholt
2011-07-06
1
-1
/
+1
*
glsl: Fix make clean for dricore.
Eric Anholt
2011-07-06
1
-1
/
+1
*
i965/fs: Fix message register allocation in FB writes.
Kenneth Graunke
2011-07-06
1
-5
/
+6
*
Fixes for leaks reported by cppcheck.
Völgyes Dávid
2011-07-06
3
-2
/
+8
[prev]
[next]