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-06-11
draw: preserve specular alpha when flatshading -- may be FOGC
gallium-0.1-dri
Keith Whitwell
1
-2
/
+28
2008-06-11
draw: remove another debug assert on failover to generic vs varient
Keith Whitwell
1
-2
/
+1
2008-06-11
trivial: add test for integer vertex arrays
Keith Whitwell
2
-0
/
+118
2008-06-11
draw: remove debug assert on failover to generic vs varient
Keith Whitwell
1
-1
/
+0
2008-06-10
mesa: refactor: fix some FEATURE_ typos, mistakes
Brian Paul
2
-2
/
+2
2008-06-10
gallium: work-around glapi.c build problem for dri configs
Brian Paul
1
-4
/
+12
2008-06-10
egl: only windows are renderable at this time
Brian Paul
1
-0
/
+3
2008-06-10
egl: some prototype API detection code
Brian Paul
1
-0
/
+52
2008-06-10
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
16
-99
/
+323
2008-06-10
mesa: include mtypes.h
Brian Paul
1
-0
/
+2
2008-06-10
mesa: remove unnecessary swrast, tnl includes
Brian Paul
1
-3
/
+0
2008-06-10
gallium: remove stray include of st_context.h
Brian Paul
1
-2
/
+0
2008-06-10
add some missing rule dependencies
Brian Paul
1
-3
/
+3
2008-06-10
Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...
Keith Whitwell
2
-72
/
+56
2008-06-10
draw: no need to rearrange most primitives in vcache for flatshade-first
Keith Whitwell
2
-56
/
+72
2008-06-10
draw: fix edgeflags on clipped poly emit
Keith Whitwell
1
-1
/
+1
2008-06-10
trivial: add trifan tests
Keith Whitwell
6
-0
/
+706
2008-06-10
trivial: add poly-flat-clip tests
Keith Whitwell
3
-4
/
+150
2008-06-10
trivial: add tristrip-flat to makefile
Keith Whitwell
1
-0
/
+1
2008-06-10
copy msaa visuals capability
Roland Scheidegger
1
-1
/
+4
2008-06-10
draw: rework splitting of fan/loop prims in varray.c, fix flatshade issues
Keith Whitwell
2
-116
/
+76
2008-06-10
softpipe: Replace GETENV by debug_get_bool_option.
José Fonseca
1
-2
/
+2
2008-06-10
gallium: Detect buffer overflows in the homegrown memory debugger.
José Fonseca
1
-3
/
+46
2008-06-10
pipebuffer: Alternative buffer manager.
José Fonseca
4
-0
/
+108
2008-06-10
pipebuffer: Be more lenient when matching cached buffer sizes.
José Fonseca
1
-2
/
+5
2008-06-10
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
4
-7
/
+5
2008-06-09
mesa: Xlib libGL.so fixes from master
Brian Paul
1
-3
/
+1
2008-06-09
mesa: remove unused api_eval.h header file
Brian Paul
3
-44
/
+0
2008-06-09
mesa: refactor: move _mesa_update_minmax/histogram() into image.c
Brian Paul
3
-74
/
+64
2008-06-09
mesa: refactor: move multisample-related functions into new multisample.c file
Brian Paul
9
-44
/
+110
2008-06-09
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...
Brian Paul
6
-83
/
+88
2008-06-09
mesa: refactor: move glClear, glClearColor into new clear.c file.
Brian Paul
7
-153
/
+228
2008-06-09
gallium: include scissor.h
Brian Paul
2
-0
/
+2
2008-06-09
mesa: refactor: move scissor functions into new scissor.c file
Brian Paul
9
-85
/
+151
2008-06-09
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
Brian Paul
7
-806
/
+873
2008-06-09
mesa: refactor: move pixel map/scale/bias code into image.c
Brian Paul
5
-477
/
+487
2008-06-09
mesa: refactor: new _mesa_init_pixelstore() function
Brian Paul
4
-28
/
+43
2008-06-09
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
7
-172
/
+244
2008-06-09
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
7
-203
/
+276
2008-06-09
s/SOLO/MESA/
Brian Paul
1
-2
/
+2
2008-06-09
mesa: chmod a-x context.c
Brian Paul
1
-0
/
+0
2008-06-09
Makefile clean-ups
Brian Paul
2
-3
/
+3
2008-06-09
more old stuff, rename SOLO->MESA, etc
Brian Paul
1
-13
/
+7
2008-06-09
mesa: disable VF_SOURCES
Brian Paul
1
-2
/
+1
2008-06-09
mesa: remove some obsolete gallium bits
Brian Paul
1
-5
/
+0
2008-06-09
mesa: get rid of FBDEV/SVGA/etc bits
Brian Paul
1
-14
/
+2
2008-06-09
egl: s/softpipe_egl.so/egl_softpipe.so/
Brian Paul
2
-4
/
+4
2008-06-09
egl: choose between DRI and softpipe drivers
Brian Paul
1
-3
/
+55
2008-06-09
glsl: fix array size initialiazers using const variables
Zack Rusin
1
-2
/
+26
2008-06-09
gallium: disable a tgsi_dump() call
Brian Paul
1
-0
/
+2
[next]