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
2006-07-20
Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->...
Brian Paul
3
-23
/
+26
2006-07-20
remove unused NEED_TWO_SIDED_LIGHTING() macro
Brian Paul
1
-17
/
+1
2006-07-19
For glGetTexImage(), move the _mesa_validate_pbo_access() error check into
Brian Paul
2
-13
/
+25
2006-07-19
Several loops over the map1/2 evaluator arrays were incorrect.
Brian Paul
3
-19
/
+33
2006-07-19
more 6.5.1 additions
Brian Paul
1
-0
/
+3
2006-07-18
indentation fix
Brian Paul
1
-5
/
+5
2006-07-18
add missing 'return' after a few _mesa_error() calls in _mesa_GetTexImage()
Brian Paul
1
-1
/
+5
2006-07-18
Compute ctx->Color._LogicOpEnabled in one place instead of four places!
Brian Paul
3
-30
/
+22
2006-07-15
fix a memleak (that code block has been commented out for years for unknown r...
Tilman Sauerbeck
1
-1
/
+1
2006-07-15
A small logic error.
Rune Petersen
1
-1
/
+1
2006-07-13
define FLT_MAX_EXP to 128 if undefined
Brian Paul
1
-1
/
+4
2006-07-13
Move initialization of server_support from __glXProcessServerString to
Ian Romanick
1
-2
/
+7
2006-07-13
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
95
-257
/
+261
2006-07-12
download/install updates
Brian Paul
2
-8
/
+16
2006-07-12
New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search
Brian Paul
1
-1
/
+1
2006-07-12
fix another memleak
Tilman Sauerbeck
1
-0
/
+4
2006-07-12
fix a memleak
Tilman Sauerbeck
1
-0
/
+1
2006-07-12
destroy window upon exit, remove CVS log comment
mesa-6_5-20060712
Brian Paul
1
-22
/
+4
2006-07-12
call glutDestroyWindow() to allow checking for mem leaks upon exit
Brian Paul
1
-1
/
+3
2006-07-11
free array objects properly (bug 7493)
Brian Paul
1
-0
/
+14
2006-07-11
free GL2Objects unconditionally
Tilman Sauerbeck
1
-2
/
+0
2006-07-11
free the ArrayObjects hash table
Tilman Sauerbeck
1
-0
/
+5
2006-07-11
only access ss->BufferObjects if it's declared
Tilman Sauerbeck
1
-2
/
+5
2006-07-11
_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwards
Tilman Sauerbeck
1
-5
/
+6
2006-07-11
Revert the SiS and Unichrome DRM version check changes.
Thomas Hellström
2
-45
/
+2
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
6
-15
/
+55
2006-07-09
Fix #7195
Aapo Tahkola
2
-2
/
+20
2006-07-07
update comment, APP_LIB_DEPS
Brian Paul
1
-2
/
+2
2006-07-07
fixup OSMESA_LIBS and make clean target
Brian Paul
1
-1
/
+5
2006-07-07
remove GLUT dependency
Brian Paul
1
-7
/
+133
2006-07-07
remove dependency on GLUT
Brian Paul
1
-33
/
+75
2006-07-06
Don't include unused header files.
Kristian Høgsberg
2
-2
/
+0
2006-07-05
R300_RR_ROUTE_1 still needs to be initialized.
Aapo Tahkola
1
-0
/
+2
2006-07-04
New animated engine demo.
Brian Paul
2
-0
/
+1107
2006-07-04
Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.
Jerome Glisse
1
-395
/
+498
2006-07-04
added linux-osmesa
Brian Paul
1
-0
/
+1
2006-07-04
simple libOSMesa.so-only config, no X
Brian Paul
1
-0
/
+25
2006-07-04
enable hw antialiasing (Martijn van Oosterhout)
Brian Paul
1
-2
/
+27
2006-07-03
fix linking bug (bug 7405)
Brian Paul
2
-0
/
+2
2006-07-03
additional clipping/viewport fixes (Martijn van Oosterhout)
Brian Paul
1
-0
/
+11
2006-07-03
some minor simplifications (same as in r300 driver) since mesa's internally u...
Roland Scheidegger
1
-23
/
+17
2006-07-03
check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...
Roland Scheidegger
1
-0
/
+4
2006-07-03
Add copyright header and minor cleanup.
Jerome Glisse
1
-8
/
+37
2006-07-03
disable a new mem leak check until we're sure it's valid
Brian Paul
1
-0
/
+2
2006-07-03
fix clipping bug on context change (Martijn van Oosterhout)
Brian Paul
1
-0
/
+9
2006-07-01
initialize offset to avoid bogus warnings from valgrind
Tilman Sauerbeck
1
-1
/
+1
2006-06-30
Vertex/fragment program patches (Rune Petersen)
Brian Paul
2
-5
/
+5
2006-06-30
clipping fixes (Martijn van Oosterhout)
Brian Paul
1
-4
/
+14
2006-06-30
clean-ups
Brian Paul
1
-23
/
+26
2006-06-30
use _mesa_HashDeleteAll()
Brian Paul
1
-14
/
+15
[prev]
[next]