index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mesa_7_4_rc1' into debian-experimental
Julien Cristau
2009-03-23
129
-2850
/
+3427
|
\
|
*
mesa: prep for 7.4-rc1 release
Brian Paul
2009-03-20
1
-1
/
+1
|
*
r300: don't crash on sw tcl hw if point size vertex attrib is sent
Brian Paul
2009-03-20
1
-2
/
+2
|
*
mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change
Brian Paul
2009-03-18
1
-31
/
+37
|
*
mesa: add no-change testing for a few more texture parameters
Brian Paul
2009-03-18
1
-9
/
+21
|
*
i965: fix polygon stipple when rendering to FBO
Robert Ellison
2009-03-18
2
-7
/
+34
|
*
i965: fix polygon face orientation when rendering to FBO
Robert Ellison
2009-03-18
2
-4
/
+18
|
*
swrast: use better _swrast_compute_lambda() function
Brian Paul
2009-03-17
1
-6
/
+6
|
*
Mark current bits as 2009Q1-RC1 for Intel driver.
intel_2009q1_rc1
Ian Romanick
2009-03-16
1
-1
/
+1
|
*
i965: init dest reg CondMask = COND_TR (the proper default)
Brian Paul
2009-03-13
1
-3
/
+2
|
*
glsl: fix vec4_texp_rect IR code (need projective version) (cherry picked fro...
Brian Paul
2009-03-13
1
-1
/
+1
|
*
i965: check if we run out of GRF/temp registers
Brian Paul
2009-03-13
1
-2
/
+26
|
*
mesa: added _mesa_fprintf() wrapper (cherry picked from commit 596b8fbbbf65ce...
Brian Paul
2009-03-13
2
-1
/
+17
|
*
i965: fix emit_math1() function used for scalar instructions
Brian Paul
2009-03-13
1
-9
/
+32
|
*
i965: rewrite the code for handling shader subroutine calls
Brian Paul
2009-03-13
6
-64
/
+187
|
*
intel: Fix bpp setting of blits to 8bpp targets.
Eric Anholt
2009-03-13
1
-0
/
+2
|
*
i965: add software fallback for conformant 3D textures and GL_CLAMP
Robert Ellison
2009-03-13
4
-10
/
+40
|
*
mesa: don't draw arrays if vertex position array is not enabled
Brian Paul
2009-03-13
1
-3
/
+12
|
*
i965: texture fixes: bordered textures, fallback rendering
Robert Ellison
2009-03-13
1
-3
/
+31
|
*
texmem: fix typo from brianp's changes.
Dave Airlie
2009-03-13
1
-1
/
+1
|
*
mesa: use an array for current texture objects
Brian Paul
2009-03-13
15
-264
/
+168
|
*
mesa: use an array for default texture objects
Brian Paul
2009-03-13
4
-90
/
+72
|
*
Fix an i965 assertion failure on glClear()
Robert Ellison
2009-03-13
1
-1
/
+1
|
*
intel: fix datatype typo, s/GLboolean/GLuint/
Brian Paul
2009-03-13
1
-1
/
+1
|
*
intel: Fix intelSetTexBuffer miptree leak.
Kristian Høgsberg
2009-03-13
1
-2
/
+7
|
*
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2009-03-13
7
-13
/
+27
|
*
i965: Fix render target read domains.
Eric Anholt
2009-03-13
1
-2
/
+1
|
*
intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().
Eric Anholt
2009-03-13
1
-5
/
+17
|
*
intel: don't crash when dri2 tells us about buffers we don't care about. (che...
Eric Anholt
2009-03-13
1
-0
/
+3
|
*
dri2: Initialize variables for the getbuffers round-trip reduction.
Eric Anholt
2009-03-13
1
-0
/
+2
|
*
intel: Fix tri clear to do FBO color attachments as well.
Eric Anholt
2009-03-13
1
-8
/
+25
|
*
i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.
Eric Anholt
2009-03-13
1
-2
/
+2
|
*
i965: need to disable current shader, if any, in intel_clear_tris()
Brian Paul
2009-03-13
1
-0
/
+9
|
*
intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. (che...
Eric Anholt
2009-03-13
1
-5
/
+6
|
*
intel: Fix some state leakage of {Client,}ActiveTexture in metaops.
Eric Anholt
2009-03-13
2
-0
/
+10
|
*
i965: Remove brw->attribs now that we can just always look in the GLcontext. ...
Eric Anholt
2009-03-13
19
-182
/
+157
|
*
i965: Delete old metaops code now that there are no remaining consumers. (che...
Eric Anholt
2009-03-13
14
-684
/
+25
|
*
i965: init array->Format fields (see bug 19708) (cherry picked from commit 62...
Brian Paul
2009-03-13
1
-0
/
+2
|
*
intel: If we're doing a depth clear with tris, do color with it.
Eric Anholt
2009-03-13
2
-3
/
+11
|
*
i915: Only call CalcViewport from DrawBuffers instead of Viewport.
Eric Anholt
2009-03-13
3
-8
/
+10
|
*
intel: move some driver functions around
Brian Paul
2009-03-13
4
-82
/
+95
|
*
intel: replace custom metaops clear with generic.
Eric Anholt
2009-03-13
2
-71
/
+176
|
*
intel: make intelUpdateScreenFromSAREA() static (cherry picked from commit aa...
Brian Paul
2009-03-13
2
-5
/
+1
|
*
intel: remove unused var (cherry picked from commit 66c7f06413cc96a75befa4323...
Brian Paul
2009-03-13
1
-2
/
+0
|
*
i915: Add support for a new G33-like chipset.
Shaohua Li
2009-03-13
2
-2
/
+13
|
*
i965: fix for RHW workaround
Xiang, Haihao
2009-03-13
2
-43
/
+99
|
*
i965: tell GLSL compiler to emit code using condition codes
Brian Paul
2009-03-13
1
-0
/
+3
|
*
tdfx: Fix begin/endquery for current API. (cherry picked from commit 0cb29558...
Eric Anholt
2009-03-13
1
-4
/
+4
|
*
i965: add missing break for OPCODE_RET case
Brian Paul
2009-03-13
1
-0
/
+1
|
*
mesa: more info in error messages (cherry picked from commit 1ca05a066b8d8cb8...
Brian Paul
2009-03-13
1
-2
/
+3
[next]