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
2008-07-01
mesa: make _slang_swizzle_swizzle() non-private
Brian Paul
2
-9
/
+16
2008-07-01
mesa: better function inlining in the presence of 'return' statements
Brian Paul
1
-23
/
+105
2008-07-01
mesa: add/fix some IrInfo entries for debugging purposes
Brian Paul
1
-3
/
+5
2008-07-01
i915: Last reference to surface -> pitch
Jakob Bornecrantz
1
-1
/
+1
2008-07-01
gallium: Use the inline keyword on C++.
José Fonseca
1
-1
/
+3
2008-07-01
scons: Output mapfile on windows ddk profile builds.
José Fonseca
1
-0
/
+4
2008-06-30
gles: Don't define GLAPIENTRY here.
José Fonseca
2
-2
/
+0
2008-06-28
mesa: added null ptr checks
Brian Paul
1
-2
/
+2
2008-06-28
s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()
Brian Paul
1
-4
/
+6
2008-06-28
mesa: check FEATURE_point_size_array
Brian Paul
1
-0
/
+2
2008-06-28
egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...
Brian Paul
1
-0
/
+7
2008-06-28
egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertions
Brian Paul
1
-3
/
+9
2008-06-28
egl: WinCE doesn't have sys/types.h
José Fonseca
1
-1
/
+3
2008-06-27
egl: helps if the stride is right
Zack Rusin
1
-1
/
+3
2008-06-27
eh, we need a buildbot... fix the compilation
Zack Rusin
2
-6
/
+4
2008-06-27
gallium: handle msaa
Roland Scheidegger
8
-60
/
+77
2008-06-27
egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...
Robert Ellison
3
-2
/
+3
2008-06-27
egl: Windows updates to the platform.h files
Jonathan White
2
-15
/
+11
2008-06-27
i915: Fix the last of the stride/pitch changes
Jakob Bornecrantz
3
-12
/
+12
2008-06-27
mesa: Replace void * arithmetic.
José Fonseca
1
-1
/
+1
2008-06-27
gdi: Update for cpp removal.
José Fonseca
1
-3
/
+5
2008-06-27
cell: Update for cpp removal.
José Fonseca
2
-63
/
+18
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
34
-485
/
+513
2008-06-27
scons: Get x86-64<->x86 cross build of assembly files right.
José Fonseca
1
-0
/
+7
2008-06-27
scons: Fix i965/xlib build.
José Fonseca
2
-1
/
+7
2008-06-27
scons: Fix typo.
José Fonseca
1
-1
/
+1
2008-06-27
mesa: Use the appropriate relocation.
José Fonseca
1
-1
/
+1
2008-06-26
gallium: Describe pixel block.
José Fonseca
1
-0
/
+56
2008-06-25
mesa: point size arrays
Brian Paul
11
-5
/
+110
2008-06-24
gallium: remove some old dispatch code
Brian Paul
1
-22
/
+0
2008-06-24
gallium: remove bad assertion
Brian Paul
1
-1
/
+0
2008-06-24
gallium: Fix whole source being used in u_blit
Jakob Bornecrantz
1
-16
/
+54
2008-06-24
Fix CRLF line endings.
José Fonseca
50
-6059
/
+6059
2008-06-24
Allow CRLF automatic conversion on MSVC project files.
José Fonseca
1
-4
/
+0
2008-06-24
i915: Create a texture and surface for shared frontbuffer
Jakob Bornecrantz
2
-3
/
+66
2008-06-24
i915: Added texture_blanket function
Jakob Bornecrantz
1
-0
/
+34
2008-06-24
i915: Moved screen creation to intel_be_device
Jakob Bornecrantz
5
-28
/
+26
2008-06-24
gallium: Fix warning in u_blit.h
Jakob Bornecrantz
1
-0
/
+1
2008-06-24
egl: Stdint was missing from eglconfigutil.h
Jakob Bornecrantz
1
-0
/
+1
2008-06-24
mesa: Fix Windows GDI winsys build.
José Fonseca
1
-0
/
+1
2008-06-24
gallium: Avoid double arithmetic.
José Fonseca
1
-1
/
+1
2008-06-24
mesa: Use standard integer types.
José Fonseca
4
-33
/
+37
2008-06-24
mesa: Replace deprecated __MSC__ macro.
José Fonseca
2
-2
/
+2
2008-06-24
dri/intel: Use standard integer types.
José Fonseca
1
-2
/
+2
2008-06-24
gallium: Drop deprecated __MSC__ macro.
José Fonseca
3
-15
/
+10
2008-06-24
egl: Use standard integer types.
José Fonseca
2
-10
/
+10
2008-06-24
mesa/dri: User standard integer types.
José Fonseca
56
-347
/
+347
2008-06-24
mesa: More signed/unsigned float/integer fixes.
José Fonseca
4
-38
/
+38
2008-06-24
mesa: WGL is not part of the WinCE API.
José Fonseca
1
-2
/
+3
2008-06-24
gdi: Update for surface_alloc_storage changes.
José Fonseca
1
-1
/
+2
[prev]
[next]