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
*
R300: add quadpipe overrides
Alex Deucher
2009-04-28
1
-4
/
+13
*
radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.
Michel Dänzer
2009-04-06
1
-15
/
+20
*
mesa: rename some gl_light fields to be clearer
Brian Paul
2009-04-03
2
-8
/
+8
*
dri: use BorderColor instead of _BorderChan
Brian Paul
2009-04-01
1
-3
/
+8
*
fix typo in fragment pipe alu define, should fix dot3_rgb tex combine
Roland Scheidegger
2009-03-09
1
-1
/
+1
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
r300: shut up valgrind
Maciej Cencora
2009-03-07
1
-1
/
+1
*
R300: Add support for RS600 chips
Alex Deucher
2009-02-25
2
-2
/
+12
*
mesa: re-org texgen state
Brian Paul
2009-02-21
1
-12
/
+12
*
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
2009-02-10
1
-1
/
+3
*
re-add MSAA support
Brian Paul
2009-02-09
1
-2
/
+3
*
radeon: remove include that breaks build in !OLD_PACKET path
Dave Airlie
2009-02-07
1
-1
/
+0
*
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-0
/
+2
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
r300: Enable GL_ATI_separate_stencil in R300
Ian Romanick
2009-01-23
1
-0
/
+5
*
fix span issue with really old ddx and non-tcl r100 chips
Roland Scheidegger
2008-10-16
1
-1
/
+1
*
Remove CVS keywords.
Keith Whitwell
2008-09-21
26
-26
/
+0
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
5
-10
/
+10
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
19
-78
/
+76
*
dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646
Xiang, Haihao
2008-08-05
1
-0
/
+4
*
radeon: SetTexOffset support
Chris Rankin
2008-07-14
5
-21
/
+82
*
r300: Cleanup LodBias support
Nicolai Haehnle
2008-06-30
1
-8
/
+7
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
2
-6
/
+6
*
R300: 1002:5657 is actually RV410
Alex Deucher
2008-06-21
2
-2
/
+2
*
r300: disable the lowimpact fallbacks by default.
Dave Airlie
2008-06-01
1
-1
/
+1
*
R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.
Dennis Kasprzyk
2008-05-29
1
-4
/
+6
*
r500: remove warnings and only start on newer drms.
Dave Airlie
2008-05-28
1
-8
/
+5
*
R3/4/5xx: update to use drm get_param for num gb pipes
Alex Deucher
2008-05-28
2
-7
/
+32
*
r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards
Dave Airlie
2008-05-03
1
-0
/
+3
*
R3/4/5: fix TCL on r5xx, cleanup PVS code
Alex Deucher
2008-05-02
1
-5
/
+5
*
R5xx: various updates
Alex Deucher
2008-05-02
1
-1
/
+8
*
R5xx: Add R5xx pci ids
Alex Deucher
2008-05-02
2
-1
/
+223
*
r300: add rv530 pci id for the t60p laptop
Dave Airlie
2008-05-02
2
-0
/
+8
*
some basic r500 portage
Dave Airlie
2008-05-02
1
-0
/
+2
*
Change default of driconf "allow_large_textures" to announce hardware limits.
Michel Dänzer
2008-04-29
1
-2
/
+2
*
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
[next]