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
2010-09-01
ir_to_mesa: Add a little helper for emitting link failure messages.
Eric Anholt
1
-24
/
+22
2010-09-01
mesa: Fix many printf-like warnings.
Eric Anholt
4
-12
/
+13
2010-09-01
mesa: Add __printf__ attribute to printf-like functions to get warnings.
Eric Anholt
2
-5
/
+10
2010-09-02
mesa/st: remove check for buffer/elements = 0
Dave Airlie
1
-3
/
+0
2010-09-01
r600g: silence compiler warning
Jerome Glisse
1
-1
/
+1
2010-09-01
r600g: refix db/cb state
Jerome Glisse
6
-32
/
+119
2010-09-01
mesa: fix out of bounds memory read in mipmap gen code
Brian Paul
1
-5
/
+12
2010-09-01
mesa: more prog_execute.c debug code
Brian Paul
1
-0
/
+7
2010-09-01
glsl: Add forgotten implementations of equal/notEqual on bvecs.
Kenneth Graunke
3
-0
/
+120
2010-09-01
r600g: fix up default state differences between r6xx and r7xx
Alex Deucher
1
-6
/
+16
2010-09-01
st/glx: re-order destruction of buffers, visuals
Brian Paul
1
-1
/
+1
2010-09-01
i965: DP2 produces a scalar result like DP3, DP4, etc.
Eric Anholt
1
-0
/
+1
2010-09-01
glsl2: Perform algebraic simplifications on logical binary operators
Ian Romanick
1
-0
/
+52
2010-09-01
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
1
-1
/
+1
2010-09-01
r600g: avoid dynamic allocation of states
Jerome Glisse
17
-1237
/
+523
2010-09-01
Revert "Revert "r600g: precompute some of the hw state""
Jerome Glisse
11
-120
/
+229
2010-09-01
nouveau/nvfx: Remove enforcement of bit depth being same as front buffer
Patrice Mandin
1
-17
/
+0
2010-09-01
nv50: fix XPD, was negated
Christoph Bumiller
1
-4
/
+4
2010-09-01
nv50: must join SELECT inputs before MOV inputs
Christoph Bumiller
1
-13
/
+19
2010-09-01
nv50: make use of TGSI immediate type
Christoph Bumiller
3
-5
/
+20
2010-09-01
nv50: re-add proper TEXBIAS sequence
Christoph Bumiller
7
-67
/
+258
2010-09-01
nv50: make FrontFacing -1 or +1
Christoph Bumiller
1
-2
/
+9
2010-09-01
nv50: SSG
Christoph Bumiller
3
-10
/
+18
2010-09-01
nv50: DPH
Ben Skeggs
1
-0
/
+7
2010-09-01
nv50: DST
Ben Skeggs
1
-0
/
+13
2010-09-01
nv50: attempt at making more complicated loops work
Christoph Bumiller
5
-57
/
+138
2010-09-01
nv50: turn off verbose debug output by default
Christoph Bumiller
7
-71
/
+49
2010-09-01
nv50: set the FragDepth output index
Christoph Bumiller
1
-1
/
+1
2010-09-01
nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps
Christoph Bumiller
1
-0
/
+4
2010-09-01
mesa: initialize dummy framebuffer and renderbuffer mutexes
Vladimir Vukicevic
1
-0
/
+2
2010-09-01
Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...
Jon TURNEY
1
-6
/
+10
2010-09-01
Cygwin: Teach mklib/minstall to properly install libraries on cygwin
Jon TURNEY
3
-11
/
+41
2010-09-01
Cygwin: Change mklib not to report the full archname on cygwin
Jon TURNEY
1
-2
/
+2
2010-09-01
Cygwin: Have mklib exit with error code if link fails
Jon TURNEY
1
-7
/
+2
2010-09-01
glsl2: Disallow function declarations within function definitions in GLSL 1.20
Ian Romanick
1
-1
/
+36
2010-09-01
r600: cube mipmap levels are aligned to 8 faces only starting from r7xx
Andre Maasikas
1
-3
/
+3
2010-09-01
r600g: correct cb/zb offset emits.
Dave Airlie
1
-2
/
+2
2010-09-01
Revert "r600g: precompute some of the hw state"
Dave Airlie
11
-229
/
+216
2010-09-01
r600g: fix typo causing segfault.
Dave Airlie
1
-1
/
+1
2010-09-01
r600g: fix glean texCube and shadows.
Dave Airlie
1
-5
/
+149
2010-08-31
gallivm: fix bug in nested conditionals
Brian Paul
1
-2
/
+4
2010-08-31
glsl2: fix bug in atan(y, x) function
Brian Paul
2
-13
/
+9
2010-08-31
ir_to_mesa: When emitting a pixel kill, flag that we did so.
Eric Anholt
1
-0
/
+3
2010-08-31
llvmpipe: slightly simplify build_mask
Keith Whitwell
1
-6
/
+2
2010-08-31
llvmpipe: combine linear mask calculation
Keith Whitwell
2
-15
/
+84
2010-08-31
llvmpipe: intrinsics versions of build_mask functions
Keith Whitwell
1
-1
/
+77
2010-08-31
glsl2: Write vector constructor constants in a single assignment
Ian Romanick
1
-11
/
+72
2010-08-31
ir_to_mesa: Sort the uniform list we're adding to Parameters[] order.
Eric Anholt
1
-5
/
+41
2010-08-31
ir_to_mesa: Fix struct/class confusion
nobled
1
-1
/
+1
2010-08-31
ir_to_mesa: Set up our instruction nodes with zeroed data.
Eric Anholt
1
-0
/
+12
[prev]
[next]