index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-22
Merge branch 'master' into asm-shader-rework-3
asm-shader-rework-3
Ian Romanick
254
-16324
/
+7207
2009-10-22
Revert "Store clipping distance for user clip planes as part of vertex proces...
Ian Romanick
4
-132
/
+18
2009-10-22
Merge branch 'mesa_7_6_branch'
Brian Paul
9
-20
/
+85
2009-10-22
docs: document 'useprog' debug option
Brian Paul
1
-0
/
+1
2009-10-22
mesa: fix up vbo comments
Brian Paul
1
-8
/
+14
2009-10-22
mesa: added _mesa_dump_texture()
Brian Paul
2
-3
/
+28
2009-10-22
intel: flush old context before binding new context
Brian Paul
1
-2
/
+15
2009-10-22
glx: don't destroy context immediately if it's currently bound
Brian Paul
1
-0
/
+10
2009-10-22
mesa: code refactoring- new _mesa_finish(), _mesa_flush()
Brian Paul
2
-8
/
+37
2009-10-22
st/xorg: fix the makefile when used with new xextproto
Zack Rusin
1
-0
/
+2
2009-10-22
progs/xdemos: fix command line flag typo
Brian Paul
1
-1
/
+1
2009-10-22
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2
-2
/
+6
2009-10-22
intel: define INTEL_FALLBACK_DRIVER for drivers
Brian Paul
1
-0
/
+1
2009-10-22
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
3
-5
/
+14
2009-10-22
i965: remove unused brw_context::tmp_fallback field
Brian Paul
1
-1
/
+0
2009-10-22
i965: remove unused BRW_FALLBACK_TEXTURE bit
Brian Paul
1
-1
/
+1
2009-10-22
r300g: Enable more stuff in r300_screen, cleanup comments.
Corbin Simpson
3
-16
/
+23
2009-10-22
r300g: Cleanup PSC setup math a bit and stop using Draw formats.
Corbin Simpson
3
-23
/
+74
2009-10-22
nv50: handle PIPE_TEX_FILTER_ANISO case
Christoph Bumiller
2
-15
/
+13
2009-10-22
nouveau: nv30: rewrite so we can render only in depth buffer
Patrice Mandin
1
-20
/
+35
2009-10-22
nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8
Patrice Mandin
1
-4
/
+4
2009-10-22
Kill off trident.
Corbin Simpson
13
-2992
/
+4
2009-10-22
Nuke s3v.
Corbin Simpson
31
-7722
/
+4
2009-10-22
r300g: Clean up duplicate code in r300_render.
Corbin Simpson
1
-45
/
+4
2009-10-22
r300g: Move render functions to r300_render.
Corbin Simpson
4
-65
/
+249
2009-10-22
scons: Hack LLVM support on Windows.
José Fonseca
1
-2
/
+43
2009-10-22
llvmpipe: Avoid yet another variable size array.
José Fonseca
1
-2
/
+4
2009-10-22
llvmpipe: Define rdtsc for MSVC.
José Fonseca
1
-3
/
+14
2009-10-22
llvmpipe: Avoid variable size arrays.
José Fonseca
3
-4
/
+7
2009-10-22
llvmpipe: Use the pack/unpack functions for 8bit unsigned norm multiplication.
José Fonseca
1
-79
/
+17
2009-10-22
llvmpipe: Utility function to double the bit width of a type.
José Fonseca
2
-5
/
+28
2009-10-22
llvmpipe: Factor vector packing/unpacking to a separate source file.
José Fonseca
5
-237
/
+519
2009-10-22
llvmpipe: Call util_cpu_detect() from the unit tests.
José Fonseca
2
-0
/
+7
2009-10-22
util: Set cpu endianness too.
José Fonseca
2
-0
/
+4
2009-10-22
scons: Disable more MSVC pedantic security warnings.
José Fonseca
1
-0
/
+3
2009-10-22
Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa
Alex Deucher
1
-60
/
+36
2009-10-22
st/xorg: cleanup the checks for whether the op is accelerated
Zack Rusin
1
-60
/
+36
2009-10-22
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
6
-9
/
+87
2009-10-22
st/xorg: lots of render fixes
Zack Rusin
4
-113
/
+114
2009-10-22
progs/egl: Add support for pixmap and pbuffer surface to xeglgears.
Chia-I Wu
1
-110
/
+289
2009-10-22
egl_glx: Add support for eglWaitClient and eglWaitNative.
Chia-I Wu
1
-0
/
+17
2009-10-22
egl_glx: Clean up eglGetProcAddress.
Chia-I Wu
1
-16
/
+1
2009-10-22
egl_glx: Clean up context functions.
Chia-I Wu
1
-19
/
+5
2009-10-22
egl_glx: Clean up surface functions.
Chia-I Wu
1
-99
/
+106
2009-10-22
egl_glx: Clean up the initialization code.
Chia-I Wu
1
-287
/
+371
2009-10-22
egl: Correct conversion of native visual type.
Chia-I Wu
1
-1
/
+6
2009-10-22
nv50: support 3D class 0x8597, remove redundant unknown chipset detection
Ben Skeggs
1
-7
/
+10
2009-10-22
r300g: Check for NULL Draw during flush.
Corbin Simpson
1
-2
/
+4
2009-10-22
r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...
Andre Maasikas
1
-2
/
+25
2009-10-22
r600: need to export something from PS
Andre Maasikas
2
-2
/
+19
[next]