index
:
~olv/mesa
android-gingerbread-7.11
android-gingerbread-next
android-gingerbread-upstream-wip
android-ics-next
draw-decompose
draw-decompose-2.1
draw-vsplit
egl-client-buffer
egl-windows
esapi-rework
gallium-g3d
gallium-unified-draw
gallium-unified-draw-2
master
new-egl
shared-glapi
shared-glapi-2
shared-glapi-3
vega-1.1
vega-polish
webgl
olv's Mesa repository
olv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-03
svga/drm: Update for pb_vtbl::map argument addition.
José Fonseca
1
-1
/
+2
2011-02-03
r300c: Unbreak after R4xx support was added to r300/compiler.
Michel Dänzer
2
-0
/
+2
2011-02-03
scons: Eliminate libgcc_s_sjlj-1.dll dependency
José Fonseca
1
-0
/
+3
2011-02-03
r600g: flush differences back to DB copy.
Dave Airlie
3
-0
/
+29
2011-02-03
r600g: fix depth hw resource copies.
Dave Airlie
2
-18
/
+2
2011-02-03
r600g: only set depth bit for hw accessible depth buffers.
Dave Airlie
1
-41
/
+41
2011-02-03
r600g: rework dirty / depth texture tracking.
Dave Airlie
5
-12
/
+10
2011-02-03
r600g: set correct pitch/offset for depth textures in flushed state.
Dave Airlie
1
-0
/
+3
2011-02-02
softpipe: rename sampler[] -> fragment_samplers[]
Brian Paul
2
-6
/
+6
2011-02-02
softpipe: rename fragment sampler/view fields
Brian Paul
3
-7
/
+7
2011-02-02
cso: refactor texture sampler and sampler view code
Brian Paul
1
-326
/
+307
2011-02-02
cso: rename fragment sampler-related fields
Brian Paul
1
-21
/
+26
2011-02-02
cso: fix loop bound in cso_set_vertex_samplers()
Brian Paul
1
-1
/
+1
2011-02-02
glcpp: Raise error when modulus is zero
Chad Versace
1
-1
/
+6
2011-02-02
glsl: Avoid division-by-zero during constant-folding
Chad Versace
1
-1
/
+19
2011-02-02
glsl: Fix constant-folding for reciprocal expressions
Chad Versace
1
-6
/
+10
2011-02-02
svga: Flush upload buffers or we get asserts
José Fonseca
2
-5
/
+7
2011-02-01
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
1
-0
/
+2
2011-02-01
glsl: Fix invalid use of ralloc_asprintf in prototype_string.
Kenneth Graunke
1
-1
/
+1
2011-02-02
r600g: use burst exports in shaders
Christian König
4
-3
/
+40
2011-02-01
r200: remove 0x4243 pci id
Alex Deucher
2
-2
/
+0
2011-02-01
i915: Only mark a register as available if all components are written
Ian Romanick
1
-3
/
+17
2011-02-01
mesa: glGetUniform only returns a single element of an array
Ian Romanick
1
-14
/
+41
2011-02-01
glsl: Fix printf_length() on MSVC.
José Fonseca
1
-0
/
+8
2011-02-01
glsl: Fix memory error when creating the supported version string.
Kenneth Graunke
1
-1
/
+1
2011-02-01
r600g: just change tile type when buffer is set to depth.
Dave Airlie
2
-6
/
+2
2011-02-01
r600g: align the tiling modes with what the DDX and kernel expects.
Dave Airlie
1
-4
/
+3
2011-02-01
r600g: fix evergreen for depth decompress test
Dave Airlie
1
-1
/
+1
2011-02-01
r600: only decompress depth when its tile type is wrong.
Dave Airlie
3
-3
/
+7
2011-01-31
texture_builtins.py: Fix a warning about mixed tabs/spaces.
Kenneth Graunke
1
-1
/
+1
2011-02-01
r600g: start looking at evergreen tiling.
Dave Airlie
3
-20
/
+79
2011-02-01
r600g: Actually use the info from the flushed depth texture when creating a s...
Henri Verbeet
2
-18
/
+11
2011-01-31
glsl: Refresh autogenerated lexer and parser files.
Ian Romanick
1
-256
/
+271
2011-01-31
glsl: Reject shader versions not supported by the implementation
Ian Romanick
3
-9
/
+82
2011-01-31
glsl: Ensure that all GLSL versions are supported in the stand-alone compiler
Ian Romanick
1
-0
/
+6
2011-01-31
glsl: Fix dependencies / linkage for glsl_compiler
Ian Romanick
1
-2
/
+2
2011-01-31
mesa: Initial size for secondary color array is 3
Ian Romanick
1
-1
/
+1
2011-01-31
r600g: fix invalid ref count handling in r600_set_constant_buffer
Christian König
1
-1
/
+1
2011-01-31
llvmpipe: fix incorrect array index in image dump code
Brian Paul
1
-1
/
+1
2011-01-31
glsl: regerated files
Brian Paul
2
-125
/
+118
2011-01-31
glsl: make _token_list_is_empty_ignoring_space() static
Brian Paul
1
-1
/
+1
2011-01-31
scons/glsl: add top-level 'include' dir to CPPPATH
Brian Paul
1
-0
/
+1
2011-01-31
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-01-31
glsl: Define va_copy on MSVC.
José Fonseca
1
-0
/
+8
2011-01-31
i965: Emit texel offsets in sampler messages.
Kenneth Graunke
2
-4
/
+43
2011-01-31
glsl/builtins: Uncomment prototypes for texture*Offset functions.
Kenneth Graunke
2
-20
/
+0
2011-01-31
texture_builtins.py: Generate texture*Offset functions.
Kenneth Graunke
1
-5
/
+80
2011-01-31
texture_builtins.py: Generalize the "use_proj" field to support offsets.
Kenneth Graunke
1
-52
/
+57
2011-01-31
texture_builtins.py: Refactor coordinate dimension calculations.
Kenneth Graunke
1
-5
/
+9
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
12
-4
/
+36
[prev]
[next]