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
2011-02-11
Generate lexer and parser files for tarball creation process
flex-and-bison-required
Ian Romanick
1
-4
/
+10
2011-02-11
Add generated parser / lexer files to gitignore lists
Ian Romanick
3
-0
/
+9
2011-02-11
mesa: Fix some quirkiness of make tarballs
Ian Romanick
1
-29
/
+26
2011-02-11
mesa: Remove nonexistent files from distribution list
Ian Romanick
1
-3
/
+1
2011-01-31
mesa: Remove files generated by flex and bison from GIT
Ian Romanick
3
-9620
/
+0
2011-01-31
glcpp: Remove files generated by flex and bison from GIT
Ian Romanick
3
-6991
/
+0
2011-01-31
glsl: Remove files generated by flex and bison from GIT
Ian Romanick
3
-9381
/
+0
2011-01-31
glsl: Refresh autogenerated lexer and parser files.
Ian Romanick
1
-256
/
+271
2011-01-31
glsl: Reject shader versions not supported by the implementation
Ian Romanick
3
-9
/
+82
2011-01-31
glsl: Ensure that all GLSL versions are supported in the stand-alone compiler
Ian Romanick
1
-0
/
+6
2011-01-31
glsl: Fix dependencies / linkage for glsl_compiler
Ian Romanick
1
-2
/
+2
2011-01-31
mesa: Initial size for secondary color array is 3
Ian Romanick
1
-1
/
+1
2011-01-31
r600g: fix invalid ref count handling in r600_set_constant_buffer
Christian König
1
-1
/
+1
2011-01-31
llvmpipe: fix incorrect array index in image dump code
Brian Paul
1
-1
/
+1
2011-01-31
glsl: regerated files
Brian Paul
2
-125
/
+118
2011-01-31
glsl: make _token_list_is_empty_ignoring_space() static
Brian Paul
1
-1
/
+1
2011-01-31
scons/glsl: add top-level 'include' dir to CPPPATH
Brian Paul
1
-0
/
+1
2011-01-31
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-01-31
glsl: Define va_copy on MSVC.
José Fonseca
1
-0
/
+8
2011-01-31
i965: Emit texel offsets in sampler messages.
Kenneth Graunke
2
-4
/
+43
2011-01-31
glsl/builtins: Uncomment prototypes for texture*Offset functions.
Kenneth Graunke
2
-20
/
+0
2011-01-31
texture_builtins.py: Generate texture*Offset functions.
Kenneth Graunke
1
-5
/
+80
2011-01-31
texture_builtins.py: Generalize the "use_proj" field to support offsets.
Kenneth Graunke
1
-52
/
+57
2011-01-31
texture_builtins.py: Refactor coordinate dimension calculations.
Kenneth Graunke
1
-5
/
+9
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
12
-4
/
+36
2011-01-31
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
8
-29
/
+42
2011-01-31
glsl: Re-synchronize ir_variable_mode and the printer's string array.
Kenneth Graunke
1
-1
/
+1
2011-01-31
scons: Gracefully handle pkg-config errors with libdrm_radeon.
Vinson Lee
2
-2
/
+12
2011-01-31
Remove the talloc sources from the Mesa repository.
Kenneth Graunke
6
-3895
/
+0
2011-01-31
Remove talloc from the SCons build system.
Kenneth Graunke
8
-49
/
+2
2011-01-31
Remove talloc from the make and automake build systems.
Kenneth Graunke
8
-24
/
+12
2011-01-31
ralloc: a new MIT-licensed recursive memory allocator.
Kenneth Graunke
2
-35
/
+280
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
67
-604
/
+590
2011-01-31
ralloc: Add a fake implementation of ralloc based on talloc.
Kenneth Graunke
4
-0
/
+542
2011-01-31
glx: Properly check for a valid fd in dri2CreateScreen().
Henri Verbeet
1
-1
/
+3
2011-01-31
svga: Fix translation of TGSI SSG opcode.
Michel Dänzer
1
-1
/
+39
2011-01-31
svga: TEXLDL opcode dst/src register information is correct.
Michel Dänzer
1
-1
/
+1
2011-01-31
svga: Print the number and mnemonic of the opcode we're missing information for.
Michel Dänzer
1
-0
/
+2
2011-01-31
glx: Fix leaks in DRISW screen creation error paths.
Henri Verbeet
1
-2
/
+5
2011-01-31
glx: Fix leaks in DRI screen creation error paths.
Henri Verbeet
1
-19
/
+20
2011-01-31
glx: Fix leaks in DRI2 screen creation error paths.
Henri Verbeet
3
-15
/
+29
2011-01-31
glx: fix length of GLXGetFBConfigsSGIX
Julien Cristau
1
-1
/
+1
2011-01-31
glx: fix GLXChangeDrawableAttributesSGIX request
Julien Cristau
1
-2
/
+3
2011-01-31
r600g: fix eg OQ properly.
Dave Airlie
2
-5
/
+3
2011-01-31
r600g: fix OQ on evergreen
Alex Deucher
2
-4
/
+7
2011-01-31
r600g: fix occlusion query results.
Dave Airlie
2
-2
/
+9
2011-01-30
r600g: remove some non-existent evergreen reg fields
Alex Deucher
1
-6
/
+0
2011-01-31
r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...
Dave Airlie
2
-2
/
+17
2011-01-31
r600g: handle the write all cbufs property.
Dave Airlie
5
-30
/
+16
2011-01-30
util: Call tables should be const.
Henri Verbeet
1
-1
/
+1
[next]