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
r600: add beginnings of ARL instruction
Andre Maasikas
2
-3
/
+33
2009-10-21
r300g: Update comments, function names in r300_state_inlines.
Corbin Simpson
2
-4
/
+22
2009-10-21
r300g: Update comments, asserts, indents in r300_texture.
Corbin Simpson
1
-13
/
+6
2009-10-21
r300g: Remove unused debug flag.
Corbin Simpson
2
-4
/
+2
2009-10-21
r300g: Cleanup old static shader state.
Corbin Simpson
8
-361
/
+4
2009-10-21
gallium/util: fix cpu detection on ppc
Marc Dietrich
1
-5
/
+9
2009-10-21
mesa: added _mesa_dump_renderbuffers() debug code
Brian Paul
2
-2
/
+77
2009-10-21
nouveau: nv30: Do not use assert to return NULL
Patrice Mandin
1
-1
/
+1
2009-10-21
nouveau: nv30: check number of colour buffers to bind
Patrice Mandin
1
-0
/
+4
2009-10-21
llvmpipe: Remove extraneous name in lp_type pre-declaration.
José Fonseca
5
-5
/
+5
2009-10-21
r300g: No debug in r300_state.
Corbin Simpson
1
-1
/
+0
2009-10-21
r300g: Cleanup header includes.
Corbin Simpson
24
-61
/
+86
2009-10-21
r300g: Don't use getenv; use debug_get_*_option instead.
Corbin Simpson
1
-1
/
+1
2009-10-21
r300g: Don't use the hashtable internally.
Corbin Simpson
1
-1
/
+6
2009-10-21
r300g: Examine vertex attribute type on HW TCL too.
Corbin Simpson
1
-4
/
+2
2009-10-21
r300g: Also kill r300_shader_inlines with fire.
Corbin Simpson
1
-47
/
+0
2009-10-21
r300g: Kill r300_surface with fire.
Corbin Simpson
3
-505
/
+0
2009-10-20
progs/trivial: check if GL_ARB_occlusion_query is supported
Brian Paul
1
-0
/
+5
2009-10-20
intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).
Eric Anholt
1
-1
/
+1
2009-10-20
meta: Fix the BufferSubData in meta clear to be BufferData.
Eric Anholt
1
-3
/
+2
2009-10-20
cell: fix compilation on cell
Marc Dietrich
1
-2
/
+2
2009-10-20
mesa: Fix Mac OS build.
Vinson Lee
1
-0
/
+3
2009-10-20
st/xorg: Move drm init to own function
Jakob Bornecrantz
1
-29
/
+36
2009-10-20
trace: Check for destroy before calling it
Jakob Bornecrantz
1
-1
/
+3
2009-10-20
st/xorg: Cleanly shutdown
Jakob Bornecrantz
2
-5
/
+10
2009-10-19
r300: fix texture size handling with size > 2048
Mathias Fröhlich
1
-6
/
+14
2009-10-19
r600: Fix size calculation for 24 bit depth
Robert Noland
1
-2
/
+6
2009-10-19
st/xorg: Remove output functions not used
Jakob Bornecrantz
1
-69
/
+15
2009-10-19
st/xorg: makefile garbage
Zack Rusin
1
-1
/
+0
2009-10-19
st/xorg: implement basic src/mask transformations
Zack Rusin
6
-40
/
+231
2009-10-19
r300g: Demonstratory kludge to unbreak glxgears.
Corbin Simpson
1
-12
/
+16
2009-10-19
dri-st: Add EXT_provoking_vertex.
Corbin Simpson
1
-0
/
+4
2009-10-18
st/xorg: Switch to set_mode_major
Jakob Bornecrantz
2
-58
/
+32
2009-10-18
st/xorg: Massivly redo root pixmap creation
Jakob Bornecrantz
3
-38
/
+137
2009-10-18
st/xorg: Clean up cursor functions a bit
Jakob Bornecrantz
1
-34
/
+47
2009-10-18
st/xorg: Support more then one output of a given type
Jakob Bornecrantz
1
-10
/
+13
2009-10-18
st/xorg: Change how disable accel is handled
Jakob Bornecrantz
1
-21
/
+6
2009-10-19
nv50: add support for address regs
Christoph Bumiller
2
-13
/
+175
2009-10-19
nv50: cleanup emit_kil
Christoph Bumiller
1
-11
/
+7
2009-10-19
nv50: implement TGSI_OPCODE_CMP
Christoph Bumiller
1
-2
/
+16
2009-10-19
nv50: quick fix for insn src negation
Christoph Bumiller
1
-2
/
+23
2009-10-19
nv50: add support for DDX and DDY opcodes
Christoph Bumiller
1
-14
/
+56
2009-10-19
nv50: submit user vbo data through the fifo
Christoph Bumiller
2
-18
/
+394
2009-10-19
nv50: use SIFC for TIC, TSC upload
Christoph Bumiller
6
-52
/
+77
2009-10-19
nv50: nicer texture format switch
Christoph Bumiller
1
-95
/
+49
2009-10-19
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
11
-231
/
+251
2009-10-19
nouveau: implement is_{texture,buffer}_referenced properly
Ben Skeggs
15
-169
/
+72
2009-10-19
drm/nv50: write tic/tsc setup to correct slots when skipping units
Ben Skeggs
2
-6
/
+8
2009-10-18
r300g: Fix up a bunch of warnings.
Corbin Simpson
6
-22
/
+21
2009-10-18
r300g: Add another ZTOP condition.
Corbin Simpson
1
-0
/
+2
[prev]
[next]