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
*
intel: Fix tri clear to do FBO color attachments as well.
Eric Anholt
2009-02-17
1
-8
/
+25
*
i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.
Eric Anholt
2009-02-17
1
-2
/
+2
*
intel: Clean up several 965 memory leaks on context destroy.
Eric Anholt
2009-02-17
5
-2
/
+8
*
i965: tell GLSL compiler to emit code using condition codes
Brian Paul
2009-02-16
1
-0
/
+3
*
r300: Redirect constant TEX coordinates
Nicolai Haehnle
2009-02-14
2
-0
/
+32
*
i965: rewrite the code for handling shader subroutine calls
Brian Paul
2009-02-13
6
-64
/
+187
*
i965: add missing break for OPCODE_RET case
Brian Paul
2009-02-13
1
-0
/
+1
*
i965: the return value of translate_insn() is never used. Make it void.
Brian Paul
2009-02-13
1
-4
/
+3
*
i965: minor clean-ups
Brian Paul
2009-02-13
1
-27
/
+26
*
i965: code clean-ups, comments, and minor refactoring
Brian Paul
2009-02-13
2
-37
/
+65
*
i965: updated comments
Brian Paul
2009-02-13
1
-17
/
+37
*
intel: turn on GL_ARB_shading_language_120
Brian Paul
2009-02-13
1
-4
/
+0
*
i965: more reformatting/clean-up
Brian Paul
2009-02-13
1
-12
/
+10
*
i965: s/__inline/INLINE/
Brian Paul
2009-02-13
1
-4
/
+4
*
i965: formatting and indentation fixes
Brian Paul
2009-02-13
1
-17
/
+16
*
i965: fix inconsistant indentation in brw_wm.c
Brian Paul
2009-02-13
1
-37
/
+39
*
Fix an i965 assertion failure on glClear()
Robert Ellison
2009-02-11
1
-1
/
+1
*
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-10
5
-42
/
+54
*
sis: fix signedness warnings
Eric Anholt
2009-02-10
2
-5
/
+5
*
trident: Fix signedness warning.
Eric Anholt
2009-02-10
1
-1
/
+1
*
tdfx: Fix begin/endquery for current API.
Eric Anholt
2009-02-10
1
-4
/
+4
*
intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().
Eric Anholt
2009-02-10
1
-5
/
+17
*
intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.
Eric Anholt
2009-02-10
1
-5
/
+6
*
intel: Fix some state leakage of {Client,}ActiveTexture in metaops.
Eric Anholt
2009-02-10
2
-0
/
+10
*
intel: don't crash when dri2 tells us about buffers we don't care about.
Eric Anholt
2009-02-10
1
-0
/
+3
*
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
18
-126
/
+272
|
\
|
*
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
2009-02-10
12
-3
/
+28
|
*
re-add MSAA support
Brian Paul
2009-02-09
11
-34
/
+56
|
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
6
-91
/
+190
|
|
\
|
|
*
i965: fix bug in pass0_precalc_mov()
Brian Paul
2009-01-29
1
-3
/
+11
|
|
*
i965: widen per-texture bitfields for 16 texture image units
Brian Paul
2009-01-29
1
-5
/
+5
|
|
*
intel: check if stencil test is enabled in intel_stencil_drawpixels()
Brian Paul
2009-01-29
1
-1
/
+5
|
|
*
intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...
Brian Paul
2009-01-29
2
-0
/
+4
|
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
17
-412
/
+578
|
|
|
\
|
|
*
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-16
6
-6
/
+50
|
|
|
\
\
|
|
*
\
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-14
14
-85
/
+77
|
|
|
\
\
\
|
|
*
|
|
|
i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.
Eric Anholt
2009-01-09
1
-1
/
+1
|
|
*
|
|
|
i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.
Eric Anholt
2009-01-09
1
-4
/
+0
|
|
*
|
|
|
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2009-01-09
3
-25
/
+3
|
|
*
|
|
|
i965: Remove dead brw_vs_tnl.c
Eric Anholt
2009-01-09
3
-61
/
+0
|
|
*
|
|
|
i965: allow gl_FragData[0] usage when there's only one color buffer
Brian Paul
2009-01-09
1
-2
/
+9
|
|
*
|
|
|
i965: init dst reg RelAddr field to zero
Brian Paul
2009-01-09
1
-1
/
+2
|
|
*
|
|
|
i965: Note when we drop saturate mode on the floor in a VP.
Eric Anholt
2009-01-09
1
-0
/
+5
|
|
*
|
|
|
i965: Add support for LRP in VPs.
Eric Anholt
2009-01-09
1
-0
/
+42
|
|
*
|
|
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-06
5
-2
/
+26
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-02
11
-135
/
+523
|
|
|
\
\
\
\
\
|
|
*
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-30
12
-70
/
+25
|
|
|
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-19
4
-92
/
+109
|
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
i915: check WRAP_T instead of WRAP_R for cube map texture.
Xiang, Haihao
2008-12-18
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
i915: fix abort issue. (bug #19147)
Xiang, Haihao
2008-12-18
2
-4
/
+24
[next]