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
2008-05-23
egl: Don't build EGL programs either
gallium-i915-current
Jakob Bornecrantz
1
-1
/
+0
2008-05-23
egl: Stoped compiling EGL completely
Jakob Bornecrantz
1
-1
/
+2
2008-05-23
i915: Made EGL report the actual modes on the screen/output pair
Jakob Bornecrantz
1
-2
/
+14
2008-05-23
i915: Make batchbuffers larger.
Thomas Hellstrom
2
-2
/
+2
2008-05-23
i915: Use the malloc pool for constant buffers since they don't go to the GPU...
Thomas Hellstrom
2
-15
/
+16
2008-05-23
mesa: Added linux-egl target, that only builds the i915simple driver and egl ...
Jakob Bornecrantz
2
-0
/
+66
2008-05-23
mesa: On second thought lets not build the driver
Jakob Bornecrantz
1
-6
/
+6
2008-05-22
disable egl by default
Zack Rusin
1
-1
/
+1
2008-05-14
mesa: Made linux-dri targets build EGL
Jakob Bornecrantz
1
-3
/
+5
2008-05-14
egl: Updated EGL samples to use new i915 EGL winsys
Jakob Bornecrantz
6
-6
/
+12
2008-05-14
i915: Added EGL winsys
Jakob Bornecrantz
28
-0
/
+7110
2008-04-23
i915: Real fix for weird fence leak. Thanks Thomas
Jakob Bornecrantz
2
-44
/
+67
2008-04-22
i915: Fixed weird fence leak when I915_VBUF=true
Jakob Bornecrantz
1
-1
/
+1
2008-04-15
i915: Changed name to i915_dri.so
Jakob Bornecrantz
1
-1
/
+1
2008-04-14
Removed intel_ioctl it wasn't needed
Jakob Bornecrantz
3
-179
/
+1
2008-04-12
Fixed memory leak
Jakob Bornecrantz
1
-0
/
+1
2008-04-08
i915: Added debug counter to bufmgr
Jakob Bornecrantz
1
-0
/
+9
2008-04-08
i915: Fixed fence related problems
Jakob Bornecrantz
2
-9
/
+13
2008-04-08
i915: Fixed fence leak in intel_swapbuffers.c
Jakob Bornecrantz
1
-1
/
+0
2008-04-08
Added fence counter to fence manager
Jakob Bornecrantz
1
-0
/
+5
2008-04-08
Fixed user_buffer memory leak
Jakob Bornecrantz
2
-2
/
+3
2008-04-07
i915: Pulled in changes from i915tex
Jakob Bornecrantz
23
-726
/
+3712
2008-04-07
mesa: Pulled in glthread from i915tex
Jakob Bornecrantz
1
-4
/
+44
2008-04-07
gallium: Stop warnings
Jakob Bornecrantz
1
-0
/
+3
2008-04-07
draw: strip edgeflags out of fetch-emit path
Keith Whitwell
1
-1
/
+1
2008-04-06
draw: fix edgeflag handling on the pt paths
Keith Whitwell
4
-175
/
+253
2008-04-05
draw: Use debug_printf().
Michal Krol
1
-2
/
+2
2008-04-05
gallium: Keep fenced buffers list ordered.
José Fonseca
1
-53
/
+99
2008-04-05
gallium: Fix typo.
José Fonseca
1
-1
/
+1
2008-04-05
gallium: Use the custom snprintf implementation everywhere (for Win32).
José Fonseca
2
-8
/
+12
2008-04-04
mesa: no longer combine vertex/fragment shader parameters/uniforms
Brian
4
-270
/
+239
2008-04-04
mesa: new functions for managing list/index of uniforms
Brian
2
-0
/
+248
2008-04-04
mesa: test code to exercise more GLSL functions
Brian
1
-27
/
+18
2008-04-04
mesa: added more ext funcs (from Mesa/master)
Brian
1
-0
/
+24
2008-04-04
gallium: always pass size=4 to make_immediate()
Brian
1
-2
/
+1
2008-04-04
gallium: adjust the code in update_textures() to look more like update_sample...
Brian
1
-8
/
+7
2008-04-04
mesa: add missing glPush/PopMatrix() calls
Brian
1
-0
/
+2
2008-04-04
mesa: add missing glPush/PopMatrix() calls
Brian
1
-0
/
+2
2008-04-04
gallium: state tracker fixes for compressed textures
Roland Scheidegger
2
-0
/
+9
2008-04-04
gallium: add new call to st_flush_bitmap_cache() to fix recent regression
Brian Paul
1
-0
/
+2
2008-04-04
gallium: new debug code, disabled
Brian Paul
1
-0
/
+15
2008-04-04
gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders
Brian Paul
4
-0
/
+5
2008-04-04
gallium: Handle client-supplied edgeflags.
Keith Whitwell
7
-28
/
+71
2008-04-04
gallium: Revert st_gl_flush() changes from when the **fence argument was added.
Michel Dänzer
1
-1
/
+10
2008-04-04
gallium: Call st_flush() instead of st_gl_flush() in st_finish().
Michel Dänzer
1
-1
/
+1
2008-04-04
draw: move code to run pipeline from pt to new file
Keith Whitwell
6
-99
/
+196
2008-04-04
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
13
-283
/
+168
2008-04-04
test glStencilFuncSeparateATI()
Brian
1
-0
/
+26
2008-04-04
Finish up ATI_separate_stencil
Brian
14
-1074
/
+1258
2008-04-04
add missing _mesa_StencilFuncSeparateATI function
Roland Scheidegger
2
-0
/
+77
[next]