index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-67
/
+53
*
Radeon 9500 (0x4144) only has one pipe
Alex Deucher
2008-03-19
1
-0
/
+4
*
r300: add new rs690 pci id
Dave Airlie
2008-03-18
1
-0
/
+1
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
3
-8
/
+14
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-2
/
+0
*
Add new RV380 pci id
Alex Deucher
2008-01-29
2
-0
/
+2
*
r300: add initial rs690 support to Mesa
Dave Airlie
2008-01-27
2
-1
/
+22
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-12
/
+12
*
__driConfigOptions must be PUBLIC.
Adam Jackson
2007-12-24
1
-1
/
+1
*
R300: RV410 SE chips have half the pipes of regular RV410
Alex Deucher
2007-12-24
1
-2
/
+7
*
fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)
Roland Scheidegger
2007-12-22
1
-1
/
+1
*
fix z buffer read/write issue with rv100-like chips and old ddx
Roland Scheidegger
2007-11-22
1
-1
/
+5
*
fix bogus assumption if ddx has set up surface reg for z buffer
Roland Scheidegger
2007-11-15
1
-2
/
+1
*
r200: Re-expose SetTexOffset functionality.
Michel Dänzer
2007-11-06
1
-1
/
+7
*
More vblank cleanups.
Michel Dänzer
2007-10-30
4
-17
/
+14
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
2
-2
/
+3
*
Add a version field to __DRIextension.
Kristian Høgsberg
2007-10-11
1
-2
/
+2
*
Move new texOffset extension to the new extension mechanism.
Kristian Høgsberg
2007-10-11
2
-5
/
+11
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
2
-5
/
+3
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
2
-9
/
+6
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
2
-2
/
+2
*
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-11
2
-11
/
+17
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
2
-8
/
+8
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
1
-1
/
+6
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-61
/
+35
*
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
2
-14
/
+14
*
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
1
-8
/
+7
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-13
/
+12
*
r200: Implement SetTexOffset hook.
Chris Rankin
2007-09-29
1
-1
/
+3
*
Fix-up #includes to remove some -I options.
Brian
2007-09-11
1
-8
/
+9
*
r300: Implement SetTexOffset hook.
Michel Dänzer
2007-05-22
1
-0
/
+4
*
bring over recent radeonMakeCurrent fixes for r300 to radeon/r200
Roland Scheidegger
2007-05-12
1
-1
/
+1
*
Revert "r300: Merged radeon_span.c."
Oliver McFadden
2007-05-11
1
-6
/
+1
*
r300: Corrected some macro errors from the previous commit.
Oliver McFadden
2007-05-11
1
-6
/
+6
*
r300: Reduced the diff on radeon_lock.[ch].
Oliver McFadden
2007-05-11
1
-2
/
+2
*
r300: Initial work on merging radeon_lock.[ch].
Oliver McFadden
2007-05-11
2
-60
/
+67
*
r300: Merged radeon_span.c.
Oliver McFadden
2007-05-11
1
-1
/
+6
*
r300: Cleaned up radeon_context.h slightly; mostly Indent.
Oliver McFadden
2007-05-09
1
-344
/
+325
*
r300: Indented radeon_span.h
Oliver McFadden
2007-05-09
1
-2
/
+2
*
r300: Further reduced the radeon_span.c diff.
Oliver McFadden
2007-05-09
1
-2
/
+49
*
r300: Further reduced the diff between radeon_span.[ch].
Oliver McFadden
2007-05-09
1
-0
/
+3
*
r300: Indented both copies of radeon_span.[ch] in preparation for merging.
Oliver McFadden
2007-05-09
2
-93
/
+80
*
radeon: enable xpress chipsets
Dave Airlie
2007-05-07
1
-2
/
+1
*
the RS400 definitely doesn't work at this point so don't let it init
Dave Airlie
2007-04-09
1
-1
/
+2
*
r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...
Roland Scheidegger
2007-03-27
1
-2
/
+4
*
enable ARB_vertex_buffer_object for more dri drivers
Roland Scheidegger
2007-03-13
1
-0
/
+2
*
radeon: Adapt cliprect fixes from r300.
Alan Swanson
2007-03-12
3
-5
/
+8
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-1
/
+1
*
r300: Add proper support for sin/cos instruction in fragment program
Rune Peterson
2007-02-12
1
-1
/
+10
*
remove now unused vtxfmt stuff from radeon/r200 header files
Roland Scheidegger
2007-02-03
1
-111
/
+0
[next]