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
2009-07-17
egl: Use the link functions to manage resources.
Chia-I Wu
14
-160
/
+143
2009-07-17
egl: Add funtions to link contexts and surfaces to displays.
Chia-I Wu
7
-100
/
+228
2009-07-17
egl: Extend per-thread info for multiple current contexts.
Chia-I Wu
2
-10
/
+41
2009-07-17
egl: Support per-thread info.
Chia-I Wu
11
-196
/
+23
2009-07-17
egl: Add eglcompiler.h for compiler features.
Chia-I Wu
3
-0
/
+33
2009-07-16
texenv: Calculate whether we need to do secondary color on our own.
Eric Anholt
2
-4
/
+16
2009-07-16
i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
Eric Anholt
1
-2
/
+4
2009-07-16
draw: fix ppc build regression
Keith Whitwell
1
-0
/
+1
2009-07-16
st/mesa: add some array index bounds assertions
Brian Paul
1
-0
/
+5
2009-07-16
egl: Add xeglthreads
Chia-I Wu
3
-0
/
+775
2009-07-16
tgsi: simplify and fix sse KIL implementation
Keith Whitwell
1
-36
/
+28
2009-07-16
rtasm: export sse_movmskps
Keith Whitwell
2
-0
/
+10
2009-07-16
tgsi: initial texturing support on sse path
Keith Whitwell
2
-19
/
+184
2009-07-16
tgsi: make sse function callout mechanism more generic
Keith Whitwell
1
-40
/
+48
2009-07-16
tgsi: reduce x86 reg usage in tgsi_sse generated programs
Keith Whitwell
4
-150
/
+115
2009-07-16
tgsi: no need to separately malloc input and output arrays
Keith Whitwell
2
-27
/
+6
2009-07-16
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
5
-1
/
+7
2009-07-16
tgsi: make function call code in tgsi_sse.c less opaque
Keith Whitwell
2
-25
/
+92
2009-07-16
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
7
-53
/
+71
2009-07-15
radeon: update span reading micro tile code
Dave Airlie
1
-103
/
+67
2009-07-15
r300: emit z depth pitch reloc in preparation for tiling
Dave Airlie
1
-7
/
+17
2009-07-15
radeon: r300 fix span reading for macro tiled buffers.
Dave Airlie
1
-6
/
+7
2009-07-15
radeon: for tiling you really need to use GET/PUT VALUE not PTR.
Dave Airlie
1
-1
/
+5
2009-07-15
i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNG
Xiang, Haihao
2
-6
/
+24
2009-07-15
intel/radeon: add common metaops code.
Dave Airlie
18
-871
/
+684
2009-07-15
radeon: fix unsigned vs signed comparison in stencil code.
Dave Airlie
1
-1
/
+1
2009-07-14
intel: Fix ClearDepth to not be affected by DepthRange.
Eric Anholt
1
-1
/
+7
2009-07-14
intel: Set DepthRange in the metaops using RasterPos[2].
Eric Anholt
2
-1
/
+9
2009-07-14
Fix state flag dependencies for fixed function fragment program updates.
Eric Anholt
2
-1
/
+11
2009-07-14
intel: Flag _NEW_ARRAY state when doing array object binding in clears.
Eric Anholt
1
-0
/
+8
2009-07-14
mesa: regenerated enums.c file
Brian Paul
1
-2
/
+3
2009-07-14
dri-st: Unbreak GL_EXT_blend_equation_separate.
Corbin Simpson
1
-0
/
+1
2009-07-14
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
10
-3
/
+19
2009-07-14
radeon: Differentiate 16 bpp destination formats.
Michel Dänzer
3
-3
/
+30
2009-07-14
radeon: Invert front face winding when rendering to FBO.
Michel Dänzer
3
-0
/
+12
2009-07-13
r300g: Small compile warning fixes.
Nicolai Hähnle
3
-2
/
+5
2009-07-13
r300g, radeon: Whitespace fixes.
Nicolai Hähnle
4
-13
/
+13
2009-07-13
r300g: Use align() instead of inline maths.
Corbin Simpson
1
-4
/
+7
2009-07-13
Merge branch 'shaders_cleanup'
Maciej Cencora
17
-570
/
+883
2009-07-13
intel: Partially fix fallback detection for glCopyTexSubImage.
Eric Anholt
1
-6
/
+10
2009-07-13
r300: always assume all components are read by fragment program
Maciej Cencora
1
-49
/
+5
2009-07-13
r300: Fix fogcoord rewriting
Nicolai Hähnle
3
-45
/
+66
2009-07-13
r300: fix swizzle masking in getUsedComponents
Maciej Cencora
1
-4
/
+8
2009-07-13
r300: minor fix
Maciej Cencora
1
-1
/
+2
2009-07-13
r300: move variables declarations
Maciej Cencora
1
-3
/
+4
2009-07-13
r300: document r300_vertex_program_cont structure
Maciej Cencora
1
-2
/
+7
2009-07-13
r300: document r300_fragment_program_cont struct
Maciej Cencora
1
-0
/
+5
2009-07-13
r300: fix indentation
Maciej Cencora
1
-4
/
+4
2009-07-13
r300: fix StrideB == 0 case when converting data format
Maciej Cencora
1
-1
/
+10
2009-07-13
r300: hw can handle per component negations in vertex shaders
Maciej Cencora
1
-25
/
+2
[next]