index
:
~ab/mesa
9.0-staging
automake-gallium4
automake-gallium5
automake-gallium7
automake-gallium8
build-fixes
docs-cleanup
glsl_arb_gpu_shader_fp64
glsl_arb_gpu_shader_fp64_v2
hw_gl_select2
iframe-layout
remove-api_defines
Andreas' mesa work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
scons: remove IN_DRI_DRIVER
remove-api_defines
Andreas Boll
1
-1
/
+0
2013-04-19
build: remove unused API_DEFINES
Andreas Boll
16
-20
/
+6
2013-04-19
configure: remove IN_DRI_DRIVER
Brian Paul
1
-10
/
+5
2013-04-19
configure: remove FEATURE_GL/ES1/ES2
Brian Paul
1
-12
/
+1
2013-04-19
intel: use automake conditionals for defining FEATURE_{ES1,ES2}
Andreas Boll
2
-2
/
+20
2013-04-19
egl-static: use automake conditionals for defining FEATURE_{GL,ES1,ES2}
Andreas Boll
1
-1
/
+11
2013-04-19
intel: remove executable bit from C file
Andreas Boll
1
-0
/
+0
2013-04-19
glapi: Add counter information for glBufferData(), like glBufferSubData().
Eric Anholt
1
-2
/
+2
2013-04-19
glapi: Add parameter count information for uniforms.
Eric Anholt
2
-42
/
+42
2013-04-19
glapi: skip padding in get_called_parameter_string
Paul Berry
1
-0
/
+2
2013-04-19
mesa: Fix up program_parse.y to avoid uninitialized $$
Paul Berry
1
-0
/
+5
2013-04-19
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
5
-41
/
+48
2013-04-19
svga: whitespace, comment fixes in svga_pipe_query.c
Brian Paul
1
-41
/
+49
2013-04-19
svga: whitespace, comment fixes in svga_pipe_fs/vs.c
Brian Paul
2
-48
/
+41
2013-04-19
gallivm: Fix half floats with MCJIT.
José Fonseca
1
-0
/
+3
2013-04-18
Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."
Matt Turner
1
-1
/
+1
2013-04-18
configure.ac: Remove gallium-g3dvl flag.
Matt Turner
1
-16
/
+1
2013-04-18
radeonsi: add support for compressed texture v2
Jerome Glisse
2
-2
/
+76
2013-04-18
radeonsi: add 2d tiling support for texture v3
Jerome Glisse
3
-73
/
+21
2013-04-19
gallium: handle drirc disable_glsl_line_continuations option
Vadim Girlin
4
-1
/
+8
2013-04-18
llvmpipe: Take in consideration all current constant buffers when mapping.
José Fonseca
1
-3
/
+9
2013-04-18
nv50: add remaining RGBX formats
Christoph Bumiller
1
-4
/
+12
2013-04-18
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
20
-7
/
+115
2013-04-18
nv50: set BORDER_COLOR_SRGB in sampler objects
Christoph Bumiller
2
-19
/
+35
2013-04-18
nv50: fix 4th component of Lx_SINT/UINT formats
Christoph Bumiller
1
-6
/
+6
2013-04-18
r600g: Fix build with --enable-opencl
Tom Stellard
1
-1
/
+2
2013-04-18
mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is defined
Brian Paul
1
-1
/
+3
2013-04-18
gallivm: change cubemaps / derivatives handling, take 55
Roland Scheidegger
3
-104
/
+119
2013-04-18
gallivm: Add no_rho_approx debug option
Roland Scheidegger
3
-118
/
+185
2013-04-18
llvmpipe: Support half integer pixel center fs coord.
José Fonseca
4
-3
/
+28
2013-04-18
llvmpipe: Remove the static interpolation.
José Fonseca
3
-384
/
+19
2013-04-18
gallivm: Drop pos arg from lp_build_tgsi_soa.
José Fonseca
4
-8
/
+2
2013-04-18
docs: update release notes for 9.2
Andreas Boll
1
-3
/
+8
2013-04-18
ralloc: Move declarations before statements.
José Fonseca
1
-2
/
+4
2013-04-17
configure: enable vdpau and xvmc detection, with gallium
Emil Velikov
1
-2
/
+8
2013-04-17
i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.
Matt Turner
1
-1
/
+1
2013-04-17
i965: Implement work-around for CMP with null dest on Haswell.
Matt Turner
1
-0
/
+12
2013-04-17
i915g: Release old fragment shader sampler views with current pipe
Stuart Abercrombie
1
-3
/
+8
2013-04-17
i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].
Paul Berry
1
-0
/
+11
2013-04-18
ralloc: don't write to memory in case of alloc fail.
Dave Airlie
1
-0
/
+2
2013-04-17
mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs
Brian Paul
4
-35
/
+7
2013-04-17
mesa: remove mfeatures.h
Brian Paul
1
-53
/
+0
2013-04-17
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
123
-127
/
+0
2013-04-17
glapi: no longer emit #include "mfeatures.h" in generated files
Brian Paul
3
-8
/
+0
2013-04-17
mesa: remove FEATURE_remap_table from remap.[ch]
Brian Paul
2
-40
/
+0
2013-04-17
glapi: remove FEATURE_remap_table test (it's always defined)
Brian Paul
1
-15
/
+0
2013-04-17
draw/so: respect leading/provoking vertex info
Zack Rusin
1
-1
/
+1
2013-04-17
softpipe/so: use the correct variable for reporting stream out
Zack Rusin
1
-5
/
+15
2013-04-17
gallivm/gs: fix indirect addressing in geometry shaders
Zack Rusin
3
-6
/
+30
2013-04-17
st/wgl: fix issue with SwapBuffers of minimized windows
Brian Paul
2
-9
/
+15
[next]