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: 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
*
radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
Eric Anholt
2011-10-28
13
-711
/
+112
*
radeon: Unifdef RADEON_R300 and RADEON_R600.
Eric Anholt
2011-10-28
3
-636
/
+6
*
radeon: Delete DRI1 screen init code and thus support for !kernel_mm.
Eric Anholt
2011-10-28
1
-495
/
+5
*
dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.
Eric Anholt
2011-10-28
1
-3
/
+3
*
radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.
Eric Anholt
2011-10-28
1
-10
/
+1
*
radeon: Remove dead swrast renderbuffer setup code.
Eric Anholt
2011-10-28
1
-29
/
+20
*
radeon: remove unnecessary #includes of texstore.h
Brian Paul
2011-10-23
1
-1
/
+0
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-7
/
+7
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
2
-4
/
+5
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
3
-64
/
+49
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-2
/
+10
[next]