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
/
r200
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix potential bug when emitting elts with lots of components
Roland Scheidegger
2005-10-13
1
-1
/
+2
*
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-10-11
2
-15
/
+0
*
do not set format of the incoming vertices needed for fog_coord in the generi...
Roland Scheidegger
2005-10-08
1
-6
/
+1
*
fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...
Roland Scheidegger
2005-10-05
1
-7
/
+21
*
reverse accidentally commited part of last commit (makes it compile again...).
Roland Scheidegger
2005-10-05
1
-0
/
+1
*
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-10-05
9
-25
/
+59
*
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-14
2
-3
/
+1
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-8
/
+11
*
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-12
11
-79
/
+795
*
add the new drm packets needed for ATI_fragment_shader to the sanity code of ...
Roland Scheidegger
2005-09-10
1
-0
/
+49
*
add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...
Roland Scheidegger
2005-09-10
1
-7
/
+97
*
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...
Roland Scheidegger
2005-09-09
1
-0
/
+1
*
add missing fallback string for ARB_vertex_program
Roland Scheidegger
2005-09-09
1
-1
/
+2
*
Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...
Roland Scheidegger
2005-09-09
2
-2
/
+2
*
Further clean-up and simplification of the span-related functions.
Brian Paul
2005-09-04
1
-22
/
+23
*
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
-10
/
+7
*
remove dead code
Brian Paul
2005-09-03
2
-107
/
+7
*
change scratch pointer from _int32_t to u_int32_t to silence warning. Is thi...
Brian Paul
2005-09-02
1
-1
/
+1
*
remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS code
Brian Paul
2005-09-02
1
-3
/
+1
*
set depthHasSurface field for stencil renderbuffer
Brian Paul
2005-09-02
1
-0
/
+1
*
added an assertion to help debug broken stencil readback
Brian Paul
2005-09-01
1
-1
/
+3
*
fix page flipping breakage
Brian Paul
2005-09-01
2
-56
/
+12
*
fix typo
Brian Paul
2005-09-01
1
-1
/
+1
*
some missing renderbuffer changes (Roland)
Brian Paul
2005-09-01
1
-10
/
+8
*
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-09-01
9
-27
/
+183
*
s/__inline/INLINE/
Brian Paul
2005-09-01
1
-2
/
+2
*
enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...
Roland Scheidegger
2005-08-31
5
-80
/
+361
*
remove stray references to ctx->Depth.OcclusionTest
Brian Paul
2005-08-25
1
-2
/
+1
*
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
1
-0
/
+4
*
Remove support for the R200_NO_VTXFMT environment variable. Instead use
Ian Romanick
2005-08-11
1
-2
/
+3
*
Dike out the linux-specific EGL bits unless it's a linux build.
Eric Anholt
2005-08-08
1
-1
/
+5
*
Enable EGL support in 'linux-dri' config
Jon Smirl
2005-08-07
1
-5
/
+7
*
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
2
-5
/
+23
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
4
-30
/
+15
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-48
/
+18
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
2
-43
/
+47
*
Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),
Roland Scheidegger
2005-07-06
1
-2
/
+0
*
remove common macros used in the span functions of most drivers from the indi...
Roland Scheidegger
2005-07-01
1
-38
/
+0
*
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-06-30
1
-32
/
+57
*
Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords
Eric Anholt
2005-06-26
1
-1
/
+7
*
Remove the #if 0-ed out old span code.
Eric Anholt
2005-06-26
1
-45
/
+0
*
Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more
Eric Anholt
2005-05-31
1
-2
/
+1
*
Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and
Eric Anholt
2005-05-31
2
-10
/
+6
*
Remove unused CTX_ARG2 define.
Eric Anholt
2005-05-31
1
-1
/
+0
*
Calculate render inputs for tcl stage correctly (hint: they aren't the
Keith Whitwell
2005-05-13
1
-1
/
+32
[next]