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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: negate DDY to match GL semantics
Brian Paul
2009-12-07
1
-1
/
+20
*
st/mesa: fix up comment
Brian Paul
2009-12-07
1
-2
/
+5
*
radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...
Alex Deucher
2009-12-05
3
-38
/
+5
*
st/mesa: Prefer alpha-less formats for RGB textures.
Michel Dänzer
2009-12-05
1
-4
/
+32
*
radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.
Michel Dänzer
2009-12-05
4
-43
/
+38
*
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
6
-38
/
+32
|
\
|
*
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
6
-38
/
+32
*
|
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2009-12-02
15
-43
/
+42
|
\
\
|
*
\
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Jakob Bornecrantz
2009-12-02
5
-18
/
+11
|
|
\
\
|
|
*
|
r200: fix polygon stipple
Alex Deucher
2009-12-03
4
-17
/
+11
|
|
*
|
intel: Remove GL_NV_point_sprite from extension list
Ian Romanick
2009-12-01
1
-1
/
+0
|
|
*
|
mesa: set version string to 7.6.1-rc2
mesa_7_6_1_rc2
Ian Romanick
2009-11-30
1
-1
/
+1
|
*
|
|
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
Eric Anholt
2009-12-02
1
-5
/
+1
|
*
|
|
mesa: Fix bad conversion in AL1616_REV texstore.
Eric Anholt
2009-12-02
1
-8
/
+12
|
*
|
|
mesa: Fix copy'n'paste problem in al1616 texel fetch.
Eric Anholt
2009-12-02
1
-1
/
+1
|
*
|
|
intel: Fix more front-buffer rendering after Brian's less flushing patch.
Eric Anholt
2009-12-02
2
-0
/
+4
|
*
|
|
Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...
Dave Airlie
2009-12-02
2
-5
/
+2
|
*
|
|
vbo: make flush recursion check code per-context
Brian Paul
2009-12-01
2
-5
/
+10
|
*
|
|
st/mesa: updated emit_swz() comment
Brian Paul
2009-12-01
1
-1
/
+1
*
|
|
|
mesa: added comment for target_enum_to_index()
Brian Paul
2009-12-01
1
-1
/
+2
*
|
|
|
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
2009-12-01
15
-128
/
+203
|
\
|
|
|
|
*
|
|
mesa: set version string to 7.7-rc1
mesa_7_7_rc1
Ian Romanick
2009-11-30
1
-1
/
+1
|
*
|
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-11-30
7
-53
/
+77
|
|
\
|
|
|
|
*
|
i915: Actually put i915PointParameterfv in the driver function table. Duh.
Ian Romanick
2009-11-30
1
-0
/
+1
|
|
*
|
i915: Fallback bit define missed on previous commit
Ian Romanick
2009-11-29
1
-0
/
+1
|
|
*
|
i915: Round point sizes instead of truncate.
Ian Romanick
2009-11-29
1
-1
/
+1
|
|
*
|
i915: Enable point sprite coordinate generation
Ian Romanick
2009-11-29
1
-0
/
+29
|
|
*
|
Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors
Ian Romanick
2009-11-25
1
-1
/
+6
|
|
*
|
radeon: fix context destroy needing lock for flushing.
Dave Airlie
2009-11-25
1
-5
/
+4
|
|
*
|
i915: Initialize Length and Offset fields when mapping a buffer object
Ian Romanick
2009-11-23
1
-0
/
+2
|
|
*
|
Fix the DRI swrast driver for big endian platforms.
Michel Dänzer
2009-11-23
1
-43
/
+29
|
|
*
|
mesa: define 32bit byteswap for AIX.
Tom Fogal
2009-11-19
1
-1
/
+6
|
|
*
|
r600: disable compressed texture support
mesa_7_6_1_rc1
Alex Deucher
2009-11-18
1
-0
/
+4
|
|
*
|
Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."
Alex Deucher
2009-11-18
1
-7
/
+2
|
|
*
|
mesa: set version string to 7.6.1-rc1
Brian Paul
2009-11-18
1
-1
/
+1
|
*
|
|
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-29
1
-2
/
+7
|
*
|
|
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-29
1
-2
/
+4
|
*
|
|
radeon: update miptree code a little
Maciej Cencora
2009-11-29
3
-55
/
+61
|
*
|
|
radeon: don't check the same miptree many times when looking for matching mip...
Maciej Cencora
2009-11-29
1
-3
/
+3
|
*
|
|
radeon: add some debugging info
Maciej Cencora
2009-11-29
2
-0
/
+25
|
*
|
|
mesa: Fix array out-of-bounds access by _mesa_TexGenf.
Vinson Lee
2009-11-29
1
-1
/
+4
|
*
|
|
mesa: Fix array out-of-bounds access by _mesa_TexGeni.
Vinson Lee
2009-11-28
1
-1
/
+4
|
*
|
|
dri: Fix potential null pointer dereference in driBindContext.
Vinson Lee
2009-11-28
1
-1
/
+2
|
*
|
|
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
Vinson Lee
2009-11-28
1
-1
/
+4
|
*
|
|
radeon: need to flush cs when moving images between mipmap trees
Maciej Cencora
2009-11-28
1
-0
/
+4
|
*
|
|
mesa: Avoid void pointer arithmetic.
José Fonseca
2009-11-27
1
-1
/
+2
|
*
|
|
radeon: fix context destroy needing lock for flushing.
Dave Airlie
2009-11-25
1
-5
/
+4
|
*
|
|
dri: Fix potential null pointer deference in dri_put_drawable.
Vinson Lee
2009-11-24
1
-4
/
+4
*
|
|
|
mesa: Update vertex texture code after gallium changes.
Michal Krol
2009-12-01
8
-5
/
+29
*
|
|
|
st: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
[next]