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
/
r200
/
r200_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change...
Roland Scheidegger
2005-10-22
1
-48
/
+55
*
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-10-05
1
-0
/
+1
*
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-12
1
-1
/
+4
*
Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...
Roland Scheidegger
2005-09-09
1
-1
/
+1
*
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
1
-10
/
+25
*
set depthHasSurface field for stencil renderbuffer
Brian Paul
2005-09-02
1
-0
/
+1
*
some missing renderbuffer changes (Roland)
Brian Paul
2005-09-01
1
-10
/
+8
*
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-08-15
1
-0
/
+4
*
Fix a == vs !- typo for glx_enable_extension
Jon Smirl
2005-07-29
1
-1
/
+1
*
glxEnableExtension is a platform-specific function exported by the loader.
Ian Romanick
2005-07-28
1
-12
/
+9
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-1
/
+19
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-13
/
+11
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-48
/
+18
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-2
/
+59
*
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-03-15
1
-1
/
+4
*
Add a dri config option to enable the max texture level hack
Dave Airlie
2005-02-26
1
-1
/
+2
*
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2005-01-26
1
-6
/
+7
*
Also PUBLICize the config option table
Adam Jackson
2004-12-16
1
-1
/
+1
*
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-15
1
-0
/
+1
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-3
/
+3
*
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-12-08
1
-1
/
+2
*
add some chip ids
Roland Scheidegger
2004-11-10
1
-3
/
+16
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
1
-1
/
+2
*
updated patch for vertex program
Dave Airlie
2004-09-08
1
-1
/
+1
*
This patch enables GL_ARB_vertex_program and GL_NV_vertex_program
Dave Airlie
2004-09-07
1
-0
/
+4
*
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-07-04
1
-14
/
+1
*
Remove fill_in_modes and use driFillInModes instead.
Ian Romanick
2004-06-03
1
-82
/
+29
*
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-03
1
-2
/
+0
*
driCheckDriDdxDrmVersion uses a function that is not available to
Ian Romanick
2004-06-02
1
-3
/
+11
*
add support for more than 2 texture units (max 6, default 4). use hang workar...
Roland Scheidegger
2004-06-02
1
-3
/
+31
*
Fix dumb mistake from a previous commit. __driCreateScreen is now
Ian Romanick
2004-06-01
1
-1
/
+3
*
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-06-01
1
-2
/
+2
*
add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR
Roland Scheidegger
2004-05-20
1
-0
/
+4
*
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-04-29
1
-1
/
+1
*
bring over build fixes from stable branch
Alan Hourihane
2004-04-26
1
-0
/
+3
*
Make sure drivers don't dereference a NULL pointer if
Ian Romanick
2004-03-26
1
-10
/
+10
*
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
2004-03-18
1
-1
/
+1
*
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-17
1
-1
/
+1
*
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-03-11
1
-11
/
+11
*
Fix a problem with 24-bit screens. Modes with 0 stencil bits were
Ian Romanick
2004-02-27
1
-6
/
+5
*
Create all the right modes for 16-bit screens.
Ian Romanick
2004-02-26
1
-2
/
+15
*
Minor tweaks to get the fbconfig list returned by __driCreateNewScreen
Ian Romanick
2004-02-13
1
-4
/
+5
*
Fix a problem that caused the new interface code to not actually be
Ian Romanick
2004-02-12
1
-37
/
+61
*
Initial pass at adding support for the new DRI driver interfaces to
Ian Romanick
2004-02-11
1
-44
/
+161
*
Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff
Eric Anholt
2004-01-05
1
-2
/
+26
*
Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.
Felix Kuehling
2004-01-05
1
-1
/
+3
*
applied Felix's patch for configuration system
Brian Paul
2003-12-12
1
-1
/
+26
*
sync some more of the r200 driver from the DRI trunk
Alan Hourihane
2003-12-07
1
-2
/
+17
*
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-10-21
1
-73
/
+75
*
r200 driver, brought over by Jon Smirl
Keith Whitwell
2003-08-06
1
-0
/
+462