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
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: don't crash on sw tcl hw if point size vertex attrib is sent
Brian Paul
2009-03-20
1
-2
/
+2
*
i965: fix polygon stipple when rendering to FBO
Robert Ellison
2009-03-18
1
-4
/
+31
*
i965: fix polygon face orientation when rendering to FBO
Robert Ellison
2009-03-18
1
-2
/
+8
*
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
*
i965: check if we run out of GRF/temp registers
Brian Paul
2009-03-13
1
-2
/
+26
*
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
*
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
5
-18
/
+18
*
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
*
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
*
intel: Decode MI operands using specific length masks
Chris Wilson
2009-03-13
1
-20
/
+23
*
intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS
Chris Wilson
2009-03-13
1
-2
/
+2
*
intel: move glClear-related code into new intel_clear.c file (cherry picked f...
Brian Paul
2009-03-13
8
-222
/
+304
*
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...
Brian Paul
2009-03-13
11
-222
/
+301
*
i965: scissor rect was inverted when rendering to texture (cherry picked from...
Brian Paul
2009-03-13
1
-4
/
+14
*
intel: fix the mismerge of the vblank pipe enable sanity check
Jesse Barnes
2009-03-13
1
-6
/
+6
*
intel: move pipe enable sanity check to where it belongs
Jesse Barnes
2009-03-13
1
-8
/
+8
*
intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.
Owain Ainsworth
2009-03-13
1
-0
/
+8
*
intel: Prevent an "irq is not working" printf when only pipe B is enabled.
Owain G. Ainsworth
2009-03-13
3
-8
/
+34
*
i965: fix line stipple fallback for GL_LINE_STRIP primitives
Robert Ellison
2009-03-13
1
-1
/
+1
*
swrast: Enable GL_EXT_stencil_two_side (cherry picked from commit b5fbdef7ec3...
Ian Romanick
2009-03-13
1
-0
/
+2
[next]