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-17
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2
-2
/
+2
2013-04-17
r300g/compiler: Fix bug in OMOD folding
Tom Stellard
3
-1
/
+77
2013-04-17
r300g/tests: Add helper functions for creating a full program
Tom Stellard
2
-8
/
+75
2013-04-17
r300g/tests: Exit test runner with a valid status code
Tom Stellard
5
-6
/
+22
2013-04-17
r300g/complier: Make r300_vertprog_swizzle_caps visible in other files
Tom Stellard
2
-1
/
+3
2013-04-17
r300g/compiler: Add missing license headers
Tom Stellard
13
-1
/
+339
2013-04-17
r600g/Cayman: Fix blending using destination alpha factor but non-alpha dest
Michel Dänzer
1
-4
/
+9
2013-04-17
st/mesa: implement glBitmap unpacking from a PBO, for the cache path
Brian Paul
1
-2
/
+11
2013-04-17
st/xlib: initialize the drawable size in create_xmesa_buffer()
Brian Paul
1
-2
/
+1
2013-04-17
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
1
-2
/
+2
2013-04-17
st/mesa: fix format query for GL_ARB_texture_rg
Brian Paul
1
-3
/
+4
2013-04-17
glsl: Allow default precision qualifiers to be set for sampler types.
Paul Berry
1
-3
/
+43
2013-04-17
i965: Set UniformBufferOffsetAlignment to sizeof(vec4)
Ian Romanick
1
-0
/
+1
2013-04-17
cherry-ignore: Ignore candidates for the 9.1 branch.
Andreas Boll
1
-0
/
+77
2013-03-06
i965: Add texrect scale parameters before pointers to ParameterValues.
Eric Anholt
3
-0
/
+24
2013-02-27
gbm: Remember to init format on gbm_dri_bo_create.
Daniel van Vugt
1
-0
/
+2
2013-02-21
docs: add news item for 9.0.3 release
Andreas Boll
1
-0
/
+8
2013-02-21
docs: Add 9.0.3 release md5sums
Andreas Boll
1
-1
/
+3
2013-02-21
docs: Add 9.0.3 release notes
Andreas Boll
2
-0
/
+238
2013-02-21
mesa: Bump version to 9.0.3
Andreas Boll
4
-5
/
+5
2013-02-21
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
Zack Rusin
1
-3
/
+12
2013-02-21
i965/gen7: Set up all samplers even if samplers are sparsely used.
Eric Anholt
1
-1
/
+1
2013-02-19
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
3
-10
/
+16
2013-02-14
nouveau: Fix build.
Brian Paul
1
-1
/
+1
2013-02-13
i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.
Kenneth Graunke
1
-16
/
+16
2013-02-13
i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.
Kenneth Graunke
1
-16
/
+18
2013-02-13
i965: Compute the maximum SF source attribute.
Kenneth Graunke
3
-4
/
+12
2013-02-13
i965: Refactor Gen6+ SF attribute override code.
Kenneth Graunke
1
-12
/
+13
2013-02-13
cherry-ignore: Ignore candidates for the 9.1 branch.
Andreas Boll
1
-0
/
+17
2013-02-13
softpipe: fix using optimized filter function
Roland Scheidegger
1
-0
/
+1
2013-02-13
r300g: fix blending with blend color and RGBA formats
Marek Olšák
1
-0
/
+11
2013-02-13
svga: fix sRGB rendering
Brian Paul
1
-0
/
+11
2013-02-13
mesa: don't expose IBM_rasterpos_clip in a core context
Brian Paul
1
-1
/
+1
2013-02-13
st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2
Brian Paul
1
-1
/
+3
2013-02-13
mesa: don't enable GL_EXT_framebuffer_multisample for software drivers
Brian Paul
1
-3
/
+0
2013-02-13
gallium/u_upload_mgr: fix a serious memory leak
Marek Olšák
1
-2
/
+1
2013-02-13
util: add new error checking code in vbuf helper
Brian Paul
1
-28
/
+49
2013-02-13
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
5
-17
/
+26
2013-02-13
util: add some defensive coding in u_upload_alloc()
Brian Paul
1
-1
/
+8
2013-02-13
st/mesa: add null pointer check in st_renderbuffer_delete()
Brian Paul
1
-4
/
+4
2013-02-13
mesa: remove warning message in _mesa_reference_renderbuffer_()
Brian Paul
1
-4
/
+1
2013-02-13
dri_glx: fix use after free report
Brian Paul
1
-1
/
+4
2013-02-13
st/mesa: fix context use-after-free problem in st_renderbuffer_delete()
Brian Paul
1
-3
/
+5
2013-02-13
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
15
-28
/
+31
2013-02-13
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
7
-7
/
+11
2013-02-13
configure.ac: GLX cannot work without OpenGL
Michel Dänzer
1
-0
/
+10
2013-02-13
st/mesa: set ctx->Const.MaxSamples = 0, not 1
Brian Paul
1
-0
/
+4
2013-02-13
xlib: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
1
-0
/
+3
2013-02-13
osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
1
-0
/
+3
2013-02-13
vbo: add a null pointer check to handle OOM instead of crashing
Brian Paul
1
-0
/
+5
[prev]
[next]