index
:
~anholt/mesa
140
7.11
anholt-cache
automake
automake-old
border
choose-texformat
compact
dump-a-batch
external-removal
ff_fragment_shader
fnv1-hash
gdb-scripting
glsl-assign-masking
glsl-refcount-ht
glsl2-algebraic-commute
glsl2-dead-funcs
hash_table
i915tex-zone-rendering
i965-16wide-only
i965-batch-reset
i965-compiler-sharing
i965-compute-mrf
i965-fs-movreduce
i965-gen5-sdc
i965-gen6-flat
i965-glsl-die-2
i965-hash-table
i965-ilk-clipdistance
i965-line-aa
i965-ra-cleanup
i965-reemit-batch-hack
i965-share-programs
i965-streaming-curbe
i965-texture-array
i965-texture-array-2
i965-texture-formats
i965-texture-integer
i965-uniform-types
i965-vs-arl-better
i965-vs-constant-prop
i965-vs-uniforms
intel-batch-gtt
intel-cpu-map-batch
intel-swzr
intel-throttle-hack
ironlake-vs-entries
link-debug
master
mesa-demos
mesa-demos-filter-1
mirror-once
movntdqa
radeon-kill-dri1
rbmap
sandybridge
sandybridge-2
sched
snb-mad
snb-mad-2
swrast-vs
tbo-deprecated
teximage
throttle
tree-grafting-heuristic
treegraft
ubo
vf-immediates
zfloat-meta
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-28
intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.
HEAD
master
Eric Anholt
1
-1/+1
2011-12-28
intel: Fix pitch handling for linear blits.
Eric Anholt
1
-4/+4
2011-12-28
intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().
Eric Anholt
1
-1/+3
2011-12-27
i965/vs: Properly clear cur_value when propagating direct copies.
Kenneth Graunke
1
-0/+14
2011-12-27
intel: Drop the override of _mesa_store_teximage3d for 3d textures.
Eric Anholt
1
-33/+12
2011-12-27
i965/fs: Jump from discard statements to the end of the program when done.
Eric Anholt
2
-0/+59
2011-12-27
i965: Add sensible disasm for the JMPI instruction.
Eric Anholt
1
-1/+3
2011-12-27
i965/fs: Always ignore execution mask for render target writes.
Eric Anholt
1
-0/+11
2011-12-27
i965/fs: Allow constant propagation into IF with embedded compare.
Eric Anholt
1
-0/+1
2011-12-27
intel: Drop the batchbuffer flush on glRenderbufferStorage().
Eric Anholt
1
-2/+0
2011-12-27
intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().
Eric Anholt
1
-2/+0
2011-12-27
intel: Make the batchbuffer flush debug more useful.
Eric Anholt
2
-3/+5
2011-12-27
intel: Fix performance regression in Lightsmark since HiZ changes.
Eric Anholt
1
-0/+3
2011-12-27
intel: Don't consider miptrees for other texture targets to match.
Eric Anholt
2
-1/+3
2011-12-27
i965: Create mock implementation of GL_OES_EGL_image_external
Chad Versace
4
-0/+6
2011-12-27
meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
Chad Versace
1
-0/+2
2011-12-27
mklib: tab cleanup, no functional change
Alexander von Gluck
1
-1/+1
2011-12-27
mesa: fpclassify is available on Haiku
Alexander von Gluck
1
-1/+1
2011-12-27
glu: remove BeOS define as BeOS is not longer a target platform
Alexander von Gluck
1
-6/+1
2011-12-27
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
1
-1/+1
2011-12-27
gallium/u_pack: fix l8/i8 pack color ub
Dave Airlie
1
-1/+1
2011-12-27
vbo: Clean up recalculate_input_bindings.
Mathias Fröhlich
2
-46/+17
2011-12-26
mklib: Add Haiku build support
Alexander von Gluck
1
-0/+37
2011-12-26
Fix build with LLVM >= r145623.
Johannes Obermayr
1
-1/+1
2011-12-26
swrast: assert _swrast_map_teximage() x, y is multiple of block size
Brian Paul
1
-0/+3
2011-12-26
swrast: replace assertion with conditional in _swrast_map_teximage()
Brian Paul
1
-2/+6
2011-12-26
mesa: fix signed/unsigned comparison warnings
Brian Paul
1
-2/+2
2011-12-26
vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays
Brian Paul
5
-7/+49
2011-12-26
mesa: remove leftovers from color indexed rendering.
Mathias Fröhlich
2
-8/+1
2011-12-26
mesa: remove unused _mesa_copy_materials.
Mathias Fröhlich
2
-20/+0
2011-12-26
vl: call decode_bitstream only once
Christian König
5
-10/+19
2011-12-26
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
3
-3/+18
2011-12-26
i965: call next_insn() before referencing a instruction by index
Yuanhan Liu
1
-14/+26
2011-12-26
i965: get the jmp distance by instruction index
Yuanhan Liu
4
-12/+10
2011-12-26
i965: let the if_stack just store the instruction index
Yuanhan Liu
3
-10/+19
2011-12-25
r600g: fix a warning that a variable may be uninitialized
Marek Olšák
1
-0/+2
2011-12-25
gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
Marek Olšák
5
-6/+1
2011-12-25
st/mesa: use a cast wrapper function to get st_transform_feedback_object
Marek Olšák
1
-6/+11
2011-12-25
st/mesa: DrawTFB should use the vertex count from the last call of EndTFB
Marek Olšák
1
-11/+42
2011-12-24
r300g: mapping buffers for read should be unsynchronized
Marek Olšák
1
-1/+9
2011-12-24
winsys/radeon: move managing GEM domains back to drivers
Marek Olšák
14
-76/+106
2011-12-24
i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()
Paul Berry
1
-1/+1
2011-12-24
i965 gen6: Fix transform feedback of triangle strips.
Paul Berry
2
-18/+72
2011-12-24
mesa: consolidate texstore functions
Brian Paul
1
-331/+153
2011-12-24
mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY
Brian Paul
1
-23/+44
2011-12-24
mesa: update comment for MapTextureImage()
Brian Paul
1
-0/+2
2011-12-24
swrast: rewrite glDrawPixels(GL_DEPTH) with zoom
Brian Paul
3
-69/+28
2011-12-24
swrast: stop using _DepthBuffer in triangle code
Brian Paul
1
-16/+11
2011-12-24
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
14
-1017/+0
2011-12-24
swrast: stop using PutRowRGB() in triangle code
Brian Paul
1
-10/+12
[next]