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
*
update r300 drm minimum to 20
Dave Airlie
2005-12-05
1
-1
/
+1
*
Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
Brian Paul
2005-12-02
2
-0
/
+3
*
If the DDX driver didn't reserve any video RAM for textures, fall back to
Michel Dänzer
2005-11-29
1
-6
/
+13
*
check for driver_modes == NULL. Don't need driver_modes for EGL driver
Brian Paul
2005-11-28
1
-4
/
+6
*
rearrange some code to put in more logical order, misc clean-ups
Brian Paul
2005-11-28
1
-53
/
+98
*
use new _egl_api struct
Brian Paul
2005-11-24
1
-3
/
+5
*
fixed wrong return value in radeonShowSurfaceMESA()
Brian Paul
2005-11-23
1
-2
/
+2
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
8
-71
/
+544
*
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-10-31
1
-1
/
+1
*
Bug #4901: Correct secondary color emission when lighting is turned off, tested
Eric Anholt
2005-10-29
1
-3
/
+4
*
Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 by
Eric Anholt
2005-10-27
1
-2
/
+8
*
s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
Brian Paul
2005-10-19
2
-3
/
+3
*
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-18
2
-2
/
+2
*
on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...
Roland Scheidegger
2005-10-18
1
-1
/
+3
*
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-17
9
-57
/
+215
*
fix some obvious typos in radeon_reg.h (only currently unused bits affected)
Roland Scheidegger
2005-10-16
1
-4
/
+4
*
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-15
13
-19
/
+201
*
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-10-13
17
-251
/
+285
*
make sure texture matrix is updated often enough with texture rectangles
Roland Scheidegger
2005-10-13
1
-0
/
+2
*
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-10-11
5
-30
/
+4
*
remove code dealing with drm versions older than 1.3. The driver requires (an...
Roland Scheidegger
2005-10-08
1
-34
/
+16
*
fix typo in radeon_maos_arrays.c from last commit (code currently unused, tha...
Roland Scheidegger
2005-10-05
1
-2
/
+2
*
remove unneeded parameter from radeonUploadTexMatrix.
Roland Scheidegger
2005-10-05
4
-8
/
+9
*
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-10-05
10
-100
/
+299
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-1
/
+1
*
remove identity check for texgen planes (which was just plain wrong).
Roland Scheidegger
2005-09-26
1
-16
/
+12
*
fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...
Roland Scheidegger
2005-09-26
2
-7
/
+17
*
updated comment
Brian Paul
2005-09-14
1
-2
/
+4
*
make some functions static
Brian Paul
2005-09-14
1
-2
/
+4
*
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-14
2
-7
/
+3
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-8
/
+10
*
just some reformatting
Brian Paul
2005-09-13
1
-8
/
+10
*
add the new drm packets needed for ATI_fragment_shader to the sanity code of ...
Roland Scheidegger
2005-09-10
1
-0
/
+9
*
Simplify radeonSetCliprects(). Remove the 'mode' parameter.
Brian Paul
2005-09-04
3
-21
/
+21
*
Further clean-up and simplification of the span-related functions.
Brian Paul
2005-09-04
1
-27
/
+21
*
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
1
-10
/
+25
*
Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()
Brian Paul
2005-09-04
1
-3
/
+2
*
replace GET_SRC_PTR, GET_DST_PTR with GET_PTR
Brian Paul
2005-09-04
1
-7
/
+4
*
use new InitStencil/DepthPointer functions
Brian Paul
2005-09-03
1
-21
/
+6
*
set depthHasSurface for stencil renderbuffer
Brian Paul
2005-09-02
1
-0
/
+1
*
fix page flipping breakage
Brian Paul
2005-09-01
2
-36
/
+15
*
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-09-01
9
-163
/
+160
*
s/__inline/INLINE/
Brian Paul
2005-09-01
1
-3
/
+4
*
remove redundant ctx->Driver fallback assignments that were already done in _...
Brian Paul
2005-08-31
1
-16
/
+2
*
Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE
Eric Anholt
2005-08-25
1
-1
/
+1
*
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-08-15
2
-8
/
+12
*
fix up color tiling in miniglx radeon server code
Dave Airlie
2005-08-08
1
-15
/
+34
*
Remove platform specific bits from radeon_egl.c
Jon Smirl
2005-08-08
1
-2
/
+0
*
More EGL prep. No impact on anything outside of EGL
Jon Smirl
2005-08-05
2
-1
/
+16
*
New files for radeon egl driver.
Jon Smirl
2005-08-04
1
-0
/
+980
[next]