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
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()
Brian Paul
2011-11-15
1
-7
/
+5
*
radeon: further cleanup of shared code
Fabio Pedretti
2011-11-14
3
-23
/
+6
*
radeon: add some missing FireMV pci ids
Alex Deucher
2011-11-14
1
-0
/
+1
*
radeon: fix build.
Dave Airlie
2011-11-11
1
-1
/
+1
*
radeon: drop unused constant_cliprect field
Dave Airlie
2011-11-11
2
-2
/
+0
*
radeon: disable texobj state for 3d texture
Dave Airlie
2011-11-11
1
-0
/
+1
*
radeon: use meta bitmap
Dave Airlie
2011-11-11
1
-0
/
+1
*
radeon: fix bug with wrong stride being used for rectangluar textures.
Dave Airlie
2011-11-11
4
-6
/
+6
*
radeon: silence unused var warnings
Brian Paul
2011-11-10
1
-3
/
+3
*
radeon: fix tex1d-border2d
Dave Airlie
2011-11-10
1
-31
/
+33
*
radeon: fix 3-coordinate swtcl emission
Dave Airlie
2011-11-10
1
-0
/
+8
*
radeon: cleanup radeon shared code after r300 and r600 classic drivers removal
Fabio Pedretti
2011-11-07
9
-956
/
+39
*
dri: move __driUtilMessage to xmlconfig.c
George Sapountzis
2011-11-04
1
-2
/
+1
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
3
-9
/
+9
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
1
-2
/
+1
*
radeon/r200: strip texture borders.
Dave Airlie
2011-11-04
1
-0
/
+2
*
radeon/r200: fix r100/r200 blit to use the offsets.
Dave Airlie
2011-11-04
1
-2
/
+2
*
radeon: drop mtface/mtlevel, use ones in base class.
Dave Airlie
2011-11-04
3
-18
/
+9
*
radeon: Remove early dereference of src/dst width in glCopyTexSubImage.
Eric Anholt
2011-11-03
1
-6
/
+2
*
radeon: Fix variable initialization typo.
Vinson Lee
2011-11-03
1
-1
/
+1
*
radeon: Check an error return instead of assigning it to a dead variable.
Eric Anholt
2011-11-03
1
-5
/
+13
*
radeon: fix some regressions in texturing code.
Dave Airlie
2011-11-03
1
-6
/
+4
*
dri: Remove unused dri texmem.c
Kristian Høgsberg
2011-11-02
2
-2
/
+0
*
dri: Move _dri_texformat_* to radeon_texture.c
Kristian Høgsberg
2011-11-02
3
-27
/
+65
*
dri: Drop unused dri renderbuffer helper functions
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Remove dri2.enabled flag
Kristian Høgsberg
2011-11-02
4
-77
/
+9
*
dri: Remove DRI1 fields from DRI structs
Kristian Høgsberg
2011-11-02
1
-6
/
+0
*
dri: Remove remaining DRI1 vblank code
Kristian Høgsberg
2011-11-02
4
-15
/
+0
*
dri: Remove cliprect information from __DRIdrawable
Kristian Høgsberg
2011-11-02
2
-21
/
+6
*
dri: Remove driMediaStreamCounterExtension
Kristian Høgsberg
2011-11-02
1
-3
/
+0
*
dri: Remove driSwapControlExtension
Kristian Høgsberg
2011-11-02
1
-3
/
+1
*
dri: Drop driCopySubBufferExtension
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Drop driReadDrawableExtension
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Drop driLegacyExtension
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
Jeremy Huddleston
2011-11-01
1
-2
/
+2
*
radeon: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
2
-0
/
+98
*
radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
Dave Airlie
2011-10-30
8
-362
/
+19
*
radeon/r200: forgot one somehow
Dave Airlie
2011-10-29
1
-1
/
+2
*
radeon/r200: drop remains of non-libdrm_radeon build
Dave Airlie
2011-10-29
9
-346
/
+2
*
radeon: Remove the non-libdrm kernel memory manager support.
Eric Anholt
2011-10-28
4
-455
/
+1
*
radeon: Insist on libdrm being present to build.
Eric Anholt
2011-10-28
2
-97
/
+2
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
2
-32
/
+0
*
radeon: Drop some remaining DRI1 vblank support code.
Eric Anholt
2011-10-28
3
-58
/
+0
*
radeon: Simplify cliprects computation now that there's just 1.
Eric Anholt
2011-10-28
3
-69
/
+15
*
radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).
Eric Anholt
2011-10-28
1
-54
/
+38
*
radeon: Drop the legacy BO manager code.
Eric Anholt
2011-10-28
4
-985
/
+0
*
radeon: Drop the DRI1 zero-copy TFP code.
Eric Anholt
2011-10-28
3
-52
/
+0
*
radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.
Eric Anholt
2011-10-28
4
-456
/
+0
*
radeon: Drop dri2 checks now that it's always true.
Eric Anholt
2011-10-28
10
-333
/
+0
*
radeon: Drop the DRI1 swapbuffers implementation.
Eric Anholt
2011-10-28
3
-294
/
+0
[next]