index
:
~anholt/mesa
140
565
7.11
anholt-cache
arb_timer_query
arb_timer_query-debug
automake
automake-old
automake-reboot
batch-emit
blit-y
blorp-flush-less
centroid
cfg
choose-texformat
circlepoints
clearconst
compile-warnings
compiler-threads
depthstencil
dump-a-batch
endif-jump
etc-transcode
external-removal
fastclear
ff_fragment_shader
fnv1-hash
for-samsagax
formats
fs-dce
gdb-scripting
gen6-sol
genhash
genhash-3
glsl-assign-masking
glsl-refcount-ht
glsl2-algebraic-commute
glsl2-dead-funcs
glthread
glthread-2
glthread-3
glthread-5
glthread-push
glx-xcb
hash_table
hiz-dump
i915tex-zone-rendering
i965-16wide-only
i965-batch-reset
i965-cleanup-depthbuffer
i965-compiler-sharing
i965-compute-mrf
i965-cse-perf
i965-disable-noop-blend
i965-fs-debug-varying-uniforms
i965-fs-movreduce
i965-gen5-sdc
i965-gen6-flat
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-texture-writemask
i965-vs-arl-better
i965-vs-uniforms
if-discard
if-to-cond-mov
intel-batch-gtt
intel-cpu-map-batch
intel-swzr
intel-throttle-hack
intel-upload
ironlake-vs-entries
link-debug
llvm
llvm-2
llvm-4
local-dce
master
mesa-demos
mesa-demos-filter-1
mirror-once
movnt
movntdqa
perf-debug
rb-texture
rbmap
reg-alloc-rr
reladdr
sandybridge
sandybridge-2
sched
shader_time
shadertime
shadow_lowering
snb-blorp-fix
snb-hiz-debug
snb-mad
snb-mad-2
spans
srgb
swrast-texture-map
swrast-vs
tbo-deprecated
teximage
texture-grf
texture-grf-rebase
threadpool
throttle
tree-grafting-heuristic
treegraft
ubo
variable-refcount-ht
vf-immediates
vs-more-spill
zfloat-meta
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-03
mesa: Implement asynchronous glDrawElements() for VBO-only contexts.
glthread-3
Eric Anholt
3
-1/+72
2013-01-03
glapi: Mark vertex attrib pointer functions as async.
Eric Anholt
1
-16/+29
2013-01-03
mesa: Custom thread marshalling for Flush.
Paul Berry
3
-1/+42
2013-01-03
mesa: Custom thread marshalling for ShaderSource.
Paul Berry
5
-1/+136
2013-01-03
i965: Activate multithreading when the loader supports it.
Paul Berry
1
-0/+6
2013-01-03
intel: Sync the worker thread when we're called from the loader.
Eric Anholt
4
-1/+41
2013-01-03
mesa: Connect the generated GL command marshalling code to the build.
Eric Anholt
3
-0/+19
2013-01-03
Create pointers for multithread marshalling dispatch table.
Paul Berry
5
-19/+55
2013-01-03
mesa: Add infrastructure for a worker thread to process GL commands.
Eric Anholt
6
-0/+457
2013-01-03
Validate count parameters when marshaling.
Eric Anholt
1
-0/+15
2013-01-03
Generate GL API marshalling code from the XML.
Paul Berry
7
-0/+512
2013-01-03
Annotate functions with "marshal" attribute in GLAPI XML.
Paul Berry
6
-27/+41
2013-01-03
egl: Implement __DRI_BACKGROUND_CALLABLE
Eric Anholt
5
-2/+21
2013-01-03
glx: Implement __DRI_BACKGROUND_CALLABLE.
Paul Berry
1
-1/+15
2013-01-03
Hook up dd_function_table::SetBackgroundContext in intel driver.
Paul Berry
1
-0/+18
2013-01-03
Add SetBackgroundContext to dd_function_table
Paul Berry
2
-0/+22
2013-01-03
Update dri_util to keep track of __DRI_BACKGROUND_CALLABLE
Paul Berry
2
-0/+3
2013-01-03
Add new marshalling interfaces to dri_interface.h.
Paul Berry
1
-0/+39
2013-01-03
Bug fix: skip padding in get_called_parameter_string
Paul Berry
1
-0/+2
2013-01-03
Fixup program_parse.y to avoid uninitialized $$
Paul Berry
1
-0/+5
2013-01-03
driconf: Use quotes on bool options so that stdbool.h doesn't break them.
Eric Anholt
6
-34/+129
2013-01-03
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
5
-102/+18
2013-01-03
driconf: Add option definitions to source file, not generated target
Carl Worth
1
-0/+10
2013-01-03
driconf: Fix German translations by removing a couple of bogus backslashes
Carl Worth
1
-2/+2
2013-01-03
intel: Reuse intel_glFlush().
Eric Anholt
1
-2/+1
2013-01-03
intel: Reuse intel_flush() in intel_dri2_flush_with_flags().
Eric Anholt
1
-5/+1
2013-01-03
intel: Rely on flush_with_flags for deciding when to throttle.
Eric Anholt
2
-11/+11
2013-01-03
intel: Add support for the new flush_with_flags extension.
Eric Anholt
1
-8/+32
2013-01-03
intel: Add a batch flush between front-buffer downsample and X protocol.
Eric Anholt
1
-0/+1
2013-01-03
glx: Centralize the code for context flushing.
Eric Anholt
1
-45/+37
2013-01-03
glx: Add a little comment about what dri2FlushFrontBuffer() does.
Eric Anholt
1
-0/+4
2013-01-03
wayland: Don't cancel a roundtrip when any event is received
Jonas Ã…dahl
2
-1/+7
2013-01-03
i965: Add break statement at end of BRW_OPCODE_CONTINUE case.
Vinson Lee
1
-0/+1
2013-01-02
egl/android: Fix build for Jelly Bean (v2)
Chad Versace
2
-0/+64
2013-01-02
android: Define Make variables for Android version
Chad Versace
2
-3/+6
2013-01-02
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*
Matt Turner
1
-0/+8
2013-01-02
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*
Matt Turner
1
-0/+8
2013-01-02
mesa: Mark _mesa_{init,delete}_sampler_object as static
Matt Turner
2
-9/+2
2013-01-02
glcpp: Typo fix.
Adam Jackson
1
-1/+1
2013-01-02
r300g: Fix visibility CFLAGS in automake
Adam Jackson
1
-0/+1
2013-01-02
galahad, noop: Fix visibility CFLAGS in automake
Adam Jackson
1
-0/+2
2013-01-02
glcpp: Fix visibility CFLAGS in automake
Adam Jackson
1
-0/+1
2013-01-02
mesa: Implement compressed 2D array textures.
Paul Berry
2
-30/+40
2013-01-02
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
4
-10/+16
2013-01-02
mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()
Brian Paul
1
-2/+3
2013-01-01
glsl: add cast to silence signed/unsigned comparision warning
Brian Paul
1
-1/+1
2013-01-01
xlib: handle _mesa_initialize_visual()'s return value
Brian Paul
1
-9/+12
2012-12-29
i965: Fail to blit rather than assert on invalid pitch requirements.
Kenneth Graunke
1
-2/+2
2012-12-28
intel: Skip texture validation logic when nothing has changed.
Eric Anholt
5
-2/+30
2012-12-28
intel: Turn a test in miptree_match_image into an assert.
Eric Anholt
1
-2/+5
[next]