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-10-13
radeon: align up the allocations for vram
r300-bufmgr
Dave Airlie
1
-0
/
+3
2008-09-29
r300: Fix crash in r300ClearBuffer
Nicolai Haehnle
1
-4
/
+9
2008-09-28
r300_mem: Prefer using screen structures over context structures
Nicolai Haehnle
1
-12
/
+14
2008-09-28
r300: Remove radeon_bufmgr
Nicolai Haehnle
10
-31
/
+27
2008-09-28
Merge branch 'master' into develop
Nicolai Haehnle
1230
-25034
/
+26267
2008-09-28
r300: Reasonably hacked up texture images
Nicolai Haehnle
9
-543
/
+684
2008-09-27
glapi: add DISPATCH_FUNCTION_SIZE
Tobias Jakobi
1
-0
/
+14
2008-09-27
glapi: add gl_dispatch_functions_start and end
Tobias Jakobi
1
-0
/
+10
2008-09-26
intel: Fix a number of memory leaks on context destroy.
Eric Anholt
8
-3
/
+83
2008-09-26
configs: darwin: Don't build GLw
Jeremy Huddleston
1
-3
/
+3
2008-09-26
mesa: remove invalid assertions that programs have parameters
Brian Paul
1
-6
/
+0
2008-09-26
mesa: fix assertion in _mesa_reference_program()
Brian Paul
1
-1
/
+5
2008-09-26
mesa: fix param indexing
Brad King
1
-6
/
+6
2008-09-25
mesa: fix cast/conversion for optional code
Brian
2
-5
/
+7
2008-09-25
mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.
Brian Paul
1
-2
/
+2
2008-09-25
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2
-3
/
+3
2008-09-25
mesa: fix some VBO buffer object issues
Brian Paul
2
-11
/
+23
2008-09-25
mesa: fix function params to match prototypes
Sam Hocevar
1
-5
/
+5
2008-09-25
mesa: prevent the slang code generator from aborting when faced with a sample...
Sam Hocevar
1
-1
/
+5
2008-09-25
i965: support for sin() and cos() in vertex shaders.
Sam Hocevar
1
-0
/
+6
2008-09-25
i965: more meaningful message for unsupported opcodes.
Sam Hocevar
2
-3
/
+8
2008-09-24
intel: Fix clears to depth_stencil texture attachments.
Eric Anholt
1
-1
/
+1
2008-09-24
set SamplerUnit[] entry in load_texture() just to be safe
Brian
1
-0
/
+4
2008-09-24
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
1
-1
/
+1
2008-09-24
set program->SamplersUsed bit when using a texture instruction
Brian
1
-1
/
+4
2008-09-24
Remove ctx field from texenvprog_cache
Brian
1
-4
/
+4
2008-09-24
include programopt.h
Brian
1
-0
/
+1
2008-09-24
Disable vertex shader fog, compute fog in fragment shader.
Brian
1
-5
/
+11
2008-09-24
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
Brian
1
-0
/
+1
2008-09-23
mesa: fix main/ prefix in include
Keith Whitwell
1
-1
/
+1
2008-09-23
vbo: unmap and remap immediate vbo before/after each draw.
Keith Whitwell
1
-0
/
+16
2008-09-23
added vbo_use_buffer_objects() to specify that immediate mode data should be ...
Brian
3
-2
/
+51
2008-09-23
vbo: seed initial max_element value with a more likely candidate
Keith Whitwell
1
-6
/
+6
2008-09-23
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2
-6
/
+6
2008-09-23
mesa: glsl: fix glGetUniform for matrix queries
Brian Paul
1
-50
/
+79
2008-09-23
mesa: glsl: fix a number of glUniform issues
Brian Paul
1
-31
/
+199
2008-09-23
mesa: glsl: fix error check in get_uniformfv()
Brian Paul
1
-4
/
+9
2008-09-23
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
16
-67
/
+25
2008-09-23
mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()
Brian Paul
1
-0
/
+9
2008-09-23
mesa: add fwd decl of fill_in_entrypoint_offset()
Brian Paul
1
-0
/
+4
2008-09-23
mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...
Brian Paul
2
-19
/
+36
2008-09-23
Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...
Brian
3
-7
/
+60
2008-09-23
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....
Brian Paul
4
-624
/
+656
2008-09-23
i965: Cope with batch getting flushed in the middle of batchbuffer emits.
Eric Anholt
5
-12
/
+14
2008-09-23
intel: Add missing include files for meta drawpixels since mesa shuffling.
Eric Anholt
1
-0
/
+2
2008-09-23
intel: Replace pbo-only drawpixels function with a generic Mesa metaops.
Eric Anholt
1
-276
/
+108
2008-09-23
i915: Fix overlapping CopyPixels with negative pixel zoom.
Eric Anholt
1
-4
/
+14
2008-09-23
i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.
Eric Anholt
1
-17
/
+18
2008-09-22
i965: Adapt to new TNL program tracking semantics
Ian Romanick
1
-1
/
+2
2008-09-22
r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.
Michel Dänzer
1
-2
/
+1
[next]