index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
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
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-29
added osmesa16 stuff
Brian Paul
1
-0
/
+6
2005-01-29
assorted fixes
Brian Paul
2
-18
/
+35
2005-01-29
added missing glFinish()
Brian Paul
2
-0
/
+10
2005-01-20
Enclose passed macro values in brackets to ensure correct read/write span
Alan Hourihane
7
-38
/
+38
2005-01-18
Bring Keith's change to fix crash issues seen with glean
Alan Hourihane
1
-35
/
+12
2005-01-17
initial 6.2.2 bug fixes
Brian Paul
1
-0
/
+9
2005-01-17
use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto)
Brian Paul
1
-4
/
+4
2005-01-17
fix some weirdness accidentally checked in in the past
Brian Paul
1
-2
/
+2
2005-01-17
fix GL_POST_CONVOLUTION_ALPHA_BIAS_EXT query and two other minor bugs
Brian Paul
1
-150
/
+13
2005-01-13
had wrong opcode in save_DepthBoundsEXT()
Brian Paul
1
-3
/
+3
2005-01-07
Pull Ian's changes here.
Alan Hourihane
3
-82
/
+14
2005-01-07
improved Pbuffer code from trunk
Brian Paul
4
-162
/
+320
2005-01-06
In choose_visual() we need to know if we're being called from
Brian Paul
1
-13
/
+39
2005-01-06
Add Intel i915GM support, and these extensions:
Alan Hourihane
15
-562
/
+419
2004-12-21
s/t/texture/ in _mesa_IsTexture()
Brian Paul
1
-1
/
+1
2004-12-21
fix bug in _mesa_IsTexture()
Brian Paul
1
-2
/
+11
2004-12-17
VMS update
Brian Paul
1
-3
/
+3
2004-12-16
fix typos in texcoord setup - fixes perspective correction bug
Brian Paul
1
-7
/
+7
2004-12-16
don't divide texcoords by q if using a fragment program
Brian Paul
1
-8
/
+19
2004-12-15
Add _mesa_delete_texture_object() call to viaDeleteTexture
Keith Whitwell
1
-0
/
+3
2004-12-15
fixes for fragment programs
Brian Paul
1
-3
/
+7
2004-12-15
init span.w, dwdx, dwdy in case we're running a fragment program
Brian Paul
1
-3
/
+7
2004-12-15
tweaks to the LIT instructions
Brian Paul
2
-15
/
+12
2004-12-15
s/DP3/DP3_SAT/ to prevent negative values
Brian Paul
2
-2
/
+2
2004-12-14
uint*t to u_int*t changes
Alan Hourihane
70
-342
/
+355
2004-12-13
remove dead file
Alan Hourihane
0
-0
/
+0
2004-12-09
6.2.1 md5 sums
Brian Paul
1
-2
/
+7
2004-12-09
updated 6.2.1 release date
Brian Paul
3
-6
/
+5
2004-12-09
check if using a PBuffer in clip_for_xgetimage()
Brian Paul
1
-2
/
+4
2004-12-09
removed unused visInfo
Brian Paul
1
-3
/
+0
2004-12-08
silence warning
Alan Hourihane
1
-1
/
+1
2004-12-08
Use union type to avoid strict aliasing problems.
Alan Hourihane
1
-20
/
+34
2004-12-08
silence warnings
Alan Hourihane
2
-9
/
+15
2004-12-08
only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s...
Roland Scheidegger
1
-1
/
+5
2004-12-08
add some chip ids
Roland Scheidegger
1
-3
/
+16
2004-12-08
add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which ...
Roland Scheidegger
1
-0
/
+7
2004-12-08
(from r200 driver) If an application cleared before any state had been emitte...
Roland Scheidegger
1
-16
/
+21
2004-12-08
add some chip ids
Roland Scheidegger
1
-0
/
+5
2004-12-08
Check for some header defines before redefining functions. Silences warnings.
Alan Hourihane
2
-0
/
+6
2004-12-08
silence warning
Alan Hourihane
2
-6
/
+2
2004-12-08
fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....
Roland Scheidegger
1
-2
/
+2
2004-12-05
update/prep for 6.2.1 release
Brian Paul
6
-8
/
+87
2004-12-05
bump version to 6.2.1
Brian Paul
1
-4
/
+4
2004-12-05
latest fixes/updates for 6.2.1
Brian Paul
1
-0
/
+4
2004-12-05
report bugs at freedesktop.org
Brian Paul
1
-4
/
+16
2004-12-05
direct bug reports to freedesktop.org
Brian Paul
1
-3
/
+3
2004-12-05
sync with trunk
Brian Paul
3
-126
/
+128
2004-12-05
md5 checksums from 6.2 release
Brian Paul
1
-1
/
+12
2004-12-05
Fix a bunch of gcc 3.4 compiler warnings about void * and function * casting.
Brian Paul
10
-710
/
+719
2004-12-03
mask color indexes against palette size, per the spec
Brian Paul
1
-2
/
+5
[prev]
[next]