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
2009-03-25
mesa: bump version to 7.4 rc2
mesa_7_4_rc2
Brian Paul
2
-2
/
+2
2009-03-25
define __builtin_expect for non-gcc compilers in two more glx files
Alan Coopersmith
2
-0
/
+8
2009-03-25
mklib improvements for Solaris
Alan Coopersmith
2
-23
/
+38
2009-03-25
Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...
Michel Dänzer
2
-53
/
+0
2009-03-25
docs: update glext.h to version 48
Brian Paul
1
-1
/
+1
2009-03-25
gl: update include/GL/glext.h to version 48
Brian Paul
1
-10
/
+52
2009-03-24
demos: add LDFLAGS for corender target, bug 20844
Brian Paul
1
-1
/
+1
2009-03-23
i965: Fix occlusion query when no other WM state updates occur.
Eric Anholt
1
-2
/
+3
2009-03-23
mesa: fix _glxapi_get_proc_address() for mangled names
Tom Fogal
1
-0
/
+5
2009-03-23
glapi: update find_entry() for mangled names
Brian Paul
1
-1
/
+7
2009-03-23
mesa: regenerated gl_mange.h file
Brian Paul
1
-0
/
+298
2009-03-23
mesa: remove unused 'out' label
Brian Paul
1
-1
/
+0
2009-03-23
Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap space
Brian Paul
1
-1
/
+1
2009-03-20
docs: prep for 7.4 release
mesa_7_4_rc1
Brian Paul
2
-2
/
+9
2009-03-20
mesa: prep for 7.4-rc1 release
Brian Paul
2
-5
/
+6
2009-03-20
r300: don't crash on sw tcl hw if point size vertex attrib is sent
Brian Paul
1
-2
/
+2
2009-03-18
mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change
Brian Paul
1
-31
/
+37
2009-03-18
mesa: add no-change testing for a few more texture parameters
Brian Paul
1
-9
/
+21
2009-03-18
i965: fix polygon stipple when rendering to FBO
Robert Ellison
2
-7
/
+34
2009-03-18
i965: fix polygon face orientation when rendering to FBO
Robert Ellison
2
-4
/
+18
2009-03-17
swrast: use better _swrast_compute_lambda() function
Brian Paul
1
-6
/
+6
2009-03-16
Mark current bits as 2009Q1-RC1 for Intel driver.
intel_2009q1_rc1
Ian Romanick
1
-1
/
+1
2009-03-13
i965: init dest reg CondMask = COND_TR (the proper default)
Brian Paul
1
-3
/
+2
2009-03-13
glsl: fix vec4_texp_rect IR code (need projective version) (cherry picked fro...
Brian Paul
1
-1
/
+1
2009-03-13
i965: check if we run out of GRF/temp registers
Brian Paul
1
-2
/
+26
2009-03-13
mesa: added _mesa_fprintf() wrapper (cherry picked from commit 596b8fbbbf65ce...
Brian Paul
2
-1
/
+17
2009-03-13
i965: fix emit_math1() function used for scalar instructions
Brian Paul
1
-9
/
+32
2009-03-13
i965: rewrite the code for handling shader subroutine calls
Brian Paul
6
-64
/
+187
2009-03-13
intel: Fix bpp setting of blits to 8bpp targets.
Eric Anholt
1
-0
/
+2
2009-03-13
i965: add software fallback for conformant 3D textures and GL_CLAMP
Robert Ellison
4
-10
/
+40
2009-03-13
mesa: don't draw arrays if vertex position array is not enabled
Brian Paul
1
-3
/
+12
2009-03-13
i965: texture fixes: bordered textures, fallback rendering
Robert Ellison
1
-3
/
+31
2009-03-13
texmem: fix typo from brianp's changes.
Dave Airlie
1
-1
/
+1
2009-03-13
mesa: use an array for current texture objects
Brian Paul
15
-264
/
+168
2009-03-13
mesa: use an array for default texture objects
Brian Paul
4
-90
/
+72
2009-03-13
Fix an i965 assertion failure on glClear()
Robert Ellison
1
-1
/
+1
2009-03-13
intel: fix datatype typo, s/GLboolean/GLuint/
Brian Paul
1
-1
/
+1
2009-03-13
intel: Fix intelSetTexBuffer miptree leak.
Kristian Høgsberg
1
-2
/
+7
2009-03-13
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
7
-13
/
+27
2009-03-13
i965: Fix render target read domains.
Eric Anholt
1
-2
/
+1
2009-03-13
intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().
Eric Anholt
1
-5
/
+17
2009-03-13
intel: don't crash when dri2 tells us about buffers we don't care about. (che...
Eric Anholt
1
-0
/
+3
2009-03-13
dri2: Initialize variables for the getbuffers round-trip reduction.
Eric Anholt
1
-0
/
+2
2009-03-13
intel: Fix tri clear to do FBO color attachments as well.
Eric Anholt
1
-8
/
+25
2009-03-13
i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.
Eric Anholt
1
-2
/
+2
2009-03-13
i965: need to disable current shader, if any, in intel_clear_tris()
Brian Paul
1
-0
/
+9
2009-03-13
intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. (che...
Eric Anholt
1
-5
/
+6
2009-03-13
intel: Fix some state leakage of {Client,}ActiveTexture in metaops.
Eric Anholt
2
-0
/
+10
2009-03-13
i965: Remove brw->attribs now that we can just always look in the GLcontext. ...
Eric Anholt
19
-182
/
+157
2009-03-13
i965: Delete old metaops code now that there are no remaining consumers. (che...
Eric Anholt
14
-684
/
+25
[next]