index
:
~suokko/mesa
ARB_sampler_object
ARB_sampler_object2
KHR_gl_texture_image
KHR_gl_texture_image2
constant_texture_sampler_wip
master
non-recursive-make
Mesa playground.
suokko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-30
Rename R300_NO_TCL envvar to RADEON_NO_TCL
Matt Turner
2
-3
/
+3
2012-01-30
gallivm: Don't use C99 member initializers.
José Fonseca
1
-26
/
+26
2012-01-30
gallivm: Move declaration before code.
José Fonseca
1
-2
/
+2
2012-01-30
Use only native engine & bitwriter LLVM libraries for linking.
ojab
2
-2
/
+2
2012-01-30
gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
7
-1652
/
+2954
2012-01-30
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
3
-162
/
+148
2012-01-30
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
16
-393
/
+393
2012-01-30
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
4
-395
/
+385
2012-01-30
gallivm: Add function lp_bld_gather_values()
Tom Stellard
2
-0
/
+21
2012-01-30
tgsi: Add output_mode to struct tgsi_opcode_info v2
Tom Stellard
2
-162
/
+201
2012-01-30
st/dri: Support 24bit formats in dri2_allocate_buffer
Benjamin Franzke
1
-0
/
+3
2012-01-30
mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
Dave Airlie
1
-0
/
+58
2012-01-30
r600g: fix udiv/idiv/umod/imod on cayman
Dave Airlie
1
-91
/
+280
2012-01-30
r600g: enable blend_bypass for uint/sint
Dave Airlie
1
-1
/
+12
2012-01-30
r600g: fix fragcoord.w test on cayman
Dave Airlie
1
-11
/
+28
2012-01-30
r600g: remove unused streamout code
Marek Olšák
1
-29
/
+0
2012-01-30
r600g: disable printing debug info for streamout
Marek Olšák
1
-1
/
+2
2012-01-29
gallium: remove trailing comma to silence warning
Brian Paul
1
-1
/
+1
2012-01-29
add wayland cflags when building wayland-egl
Juan Zhao
1
-1
/
+2
2012-01-29
nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL
Christoph Bumiller
3
-0
/
+6
2012-01-28
dri: don't link with DRICORE_LIB_DEPS
Matt Turner
6
-7
/
+1
2012-01-29
scons: don't add -Wmissing-field-initializers
Marek Olšák
1
-4
/
+0
2012-01-29
st/mesa: use table-driven approach to exposing extensions for formats (v3)
Marek Olšák
1
-207
/
+167
2012-01-29
st/mesa: use table-driven approach to exposing extensions based on CAPs
Marek Olšák
1
-108
/
+58
2012-01-29
st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c
Marek Olšák
6
-22
/
+41
2012-01-29
state_stracker: Fix access to uninitialized memory.
Mathias Fröhlich
1
-1
/
+1
2012-01-28
draw: Remove unused variables.
Vinson Lee
1
-4
/
+0
2012-01-28
r600g: fix linear and flat interpolation
Vadim Girlin
4
-17
/
+27
2012-01-28
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
3
-5
/
+27
2012-01-27
mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()
Brian Paul
1
-5
/
+0
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-12
/
+7
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-19
/
+4
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-13
/
+7
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-18
/
+8
2012-01-27
mesa: use _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-44
/
+4
2012-01-27
mesa: implement more cases in _mesa_format_matches_format_and_type()
Brian Paul
1
-2
/
+22
2012-01-27
mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Brian Paul
1
-38
/
+93
2012-01-27
mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()
Brian Paul
4
-7
/
+12
2012-01-27
mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_...
Brian Paul
1
-9
/
+28
2012-01-27
mesa: add BGR888 code in _mesa_format_matches_format_and_type()
Brian Paul
1
-1
/
+1
2012-01-27
mesa: fix error in _mesa_format_matches_format_and_type() for RGB888
Brian Paul
1
-1
/
+1
2012-01-27
mesa: remove redundant byte swap check
Brian Paul
1
-6
/
+2
2012-01-27
mesa: remove LSB-first pixel packing check in glReadPixels
Brian Paul
1
-2
/
+1
2012-01-27
swrast: Fix implicit declaration warnings
Chad Versace
1
-0
/
+1
2012-01-27
r600g: remove unsupported evergreen CB formats
Alex Deucher
1
-7
/
+0
2012-01-27
mesa: Avoid void * arithmetic.
José Fonseca
1
-1
/
+1
2012-01-27
swrast: Fix fixed-function fragment processing
Chad Versace
9
-44
/
+45
2012-01-27
mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
1
-0
/
+9
2012-01-27
mesa: Don't round-trip integer texture data through a floating point temp.
Eric Anholt
1
-21
/
+24
2012-01-27
mesa: When unpacking signed integer pixel data, don't clamp to 0.
Eric Anholt
1
-33
/
+12
[next]