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
2007-10-05
Add macros to generate CreateNewScreen entrypoint.
Kristian Høgsberg
2
-5
/
+20
2007-10-05
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
11
-320
/
+213
2007-10-05
Pull in the drm hash.
Kristian Høgsberg
3
-1
/
+429
2007-10-04
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
18
-41
/
+33
2007-10-04
Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.
Eric Anholt
3
-15
/
+29
2007-10-04
Replace duplicated intel_reg.h with a shared header.
Eric Anholt
7
-167
/
+42
2007-10-04
Replace some structure-based batch preparation with plain OUT_BATCH.
Eric Anholt
2
-32
/
+29
2007-10-04
FreeBSD: more /usr/X11R6->/usr/local
Eric Anholt
1
-4
/
+4
2007-10-04
nouveau: Replace removed device classes with their proper labels.
Maarten Maathuis
1
-33
/
+33
2007-10-03
minor fog calc cleanup
Roland Scheidegger
1
-12
/
+8
2007-10-03
i915: Only align texture pitch to 64 bytes when textures can be render targets.
Michel Dänzer
1
-8
/
+16
2007-10-03
i915: Work around texture pitch related performance drops on i915 at least.
Michel Dänzer
1
-1
/
+10
2007-10-01
updated glext.h license info (Khronos), plus other clean-ups
Brian
1
-13
/
+16
2007-09-29
fix VBO-split infinite loop (bug 12164)
Brian
1
-4
/
+3
2007-09-29
r200: Implement SetTexOffset hook.
Chris Rankin
5
-32
/
+76
2007-09-28
add support for LDFLAGS env var
Dan Nicholson
35
-77
/
+87
2007-09-28
update the DRM/DRI instructions
Brian
1
-36
/
+17
2007-09-28
Remove test for EXT_blend_logic_op in glGetString when determining GL version.
Brian
2
-2
/
+1
2007-09-28
Go back to using old drm_i915_flip_t field name
Jesse Barnes
1
-4
/
+4
2007-09-27
[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.
Eric Anholt
11
-851
/
+1001
2007-09-27
FreeBSD: Chase /usr/X11R6 death (replaced by everything in one prefix).
Eric Anholt
1
-2
/
+2
2007-09-27
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
26
-220
/
+1617
2007-09-27
WIP 965 conversion to dri_bufmgr.
Eric Anholt
26
-1617
/
+220
2007-09-27
[965] Remove AUB file support.
Eric Anholt
23
-1244
/
+42
2007-09-27
for Miniglx, use git sources
Brian
1
-0
/
+6
2007-09-27
Restore old _TriangleCaps code to fix Blender problem (bug 12164)
Brian
7
-1
/
+79
2007-09-27
tweak point rast to fix conform failure
Brian
1
-4
/
+6
2007-09-27
i965: handle all unfilled mode in clip stage. fix bug #12453
Xiang, Haihao
1
-0
/
+4
2007-09-27
mesa: make sure the gotten value isn't greater than the
Xiang, Haihao
1
-2
/
+5
2007-09-27
fix ppracer and bzflag issue with clip optimization
Zou Nan hai
1
-1
/
+0
2007-09-27
i915/i965 merge serer directories along lines for radeon/r200
Dave Airlie
6
-1896
/
+33
2007-09-26
i965: The cube map texture coordinates must be devided by the
Xiang, Haihao
1
-1
/
+51
2007-09-26
fix a bug in 965 ARB_occlusion_query,
Zou Nan hai
1
-2
/
+2
2007-09-25
drm: update bufmgr code to reflect changes in drm interface
Dave Airlie
1
-2
/
+2
2007-09-24
[i965] Bug #11812: Fix fwrite return value checks in AUB file code.
Roland Bär
1
-8
/
+8
2007-09-24
Remove leftover code for i915_texprog.c noticed in crossbar review.
Eric Anholt
3
-25
/
+0
2007-09-24
Fix progs/tests/ build with BSD make.
Eric Anholt
1
-18
/
+16
2007-09-24
Update .gitignore for tests and xdemos.
Eric Anholt
2
-0
/
+27
2007-09-24
Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h.
Eric Anholt
3
-15
/
+3
2007-09-24
Move i915tex driver into place as just i915.
Eric Anholt
79
-2
/
+2
2007-09-24
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
50
-21710
/
+2
2007-09-24
fix fd.o bug #12217, recalcuate urb when clip plane size change
Zou Nan hai
1
-1
/
+1
2007-09-23
fix DrawRangeElements error msg
Brian
1
-1
/
+1
2007-09-21
Merge branch 'i915-unification'
Eric Anholt
37
-1686
/
+2069
2007-09-21
Fix buffer/fence reference counting due to Destroy vs Unreference difference.
Eric Anholt
1
-7
/
+39
2007-09-20
fix -D_BSD_SOURC
Brian
1
-1
/
+1
2007-09-20
fixes for bluegene-xlc-osmesa config
Brian
2
-1
/
+2
2007-09-20
Added bluegene-xlc-osmesa config (Alexander Neundorf)
Brian
1
-0
/
+29
2007-09-20
Uniquely validate the batchbuffer-referenced buffers.
Eric Anholt
1
-1
/
+46
2007-09-20
Add disabled-by-default tracing of TTM bufmgr operations.
Eric Anholt
1
-0
/
+34
[next]