enable feedback rendering
[mesa.git] / src / mesa / drivers / dri / r200 /
2006-04-20 Brian PaulMake most of the _mesa_noop_*() functions static.
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2006-04-11 Michal KrolMore GLSL code:
2006-04-09 Eric AnholtDestroy the GL context after driDestroyTextureHeap...
2006-04-06 Brian PaulSet DRIVER_DEFINES instead of DEFINES to fix duplicate...
2006-04-04 Dave Airlieswitch to card_type rather than IsPCI, doesn't change...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-03-27 Roland Scheideggermake allow_large_textures 1 by default for radeon and...
2006-02-28 Aapo TahkolaNo need to call *_FIREVERTICES twice.
2006-02-16 Roland ScheideggerReinstate vertex format after a rasterization fallback...
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-01-07 Roland Scheideggercube maps on r100 require newer drm than the same featu...
2005-11-19 Brian Paulupdate some vars
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-29 Eric AnholtBug #4901: Correct secondary color emission when lighti...
2005-10-22 Roland Scheideggerdisable yuv textures (GL_MESA_ycbcr_texture) on rv250...
2005-10-19 Brian Pauls/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-18 Roland Scheideggeron r200, don't emit fog coords when fog isn't actually...
2005-10-13 Roland Scheideggerfix potential bug when emitting elts with lots of compo...
2005-10-11 Roland ScheideggerMinor driver cleanup. Remove unnecessery/unneded radeon...
2005-10-08 Roland Scheideggerdo not set format of the incoming vertices needed for...
2005-10-05 Roland Scheideggerfix problems with some texgen modes by putting the...
2005-10-05 Roland Scheideggerreverse accidentally commited part of last commit ...
2005-10-05 Roland Scheideggerenable point sizes larger than 1 (for aliased points...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
2005-09-10 Roland Scheideggeradd reverse-engeneered register bits needed for ATI_fra...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-09 Roland Scheideggeradd missing fallback string for ARB_vertex_program
2005-09-09 Roland ScheideggerFix wrong fallback bit being set by the tcl fallback...
2005-09-04 Brian PaulFurther clean-up and simplification of the span-related...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian PaulFix UpdatePageFlipping() function. Always call driFlip...
2005-09-04 Brian Paulreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
2005-09-03 Brian Paulremove dead code
2005-09-02 Brian Paulchange scratch pointer from _int32_t to u_int32_t to...
2005-09-02 Brian Paulremove unneeded assertion in stencil/depth LOCAL_DEPTH_...
2005-09-02 Brian Paulset depthHasSurface field for stencil renderbuffer
2005-09-01 Brian Pauladded an assertion to help debug broken stencil readback
2005-09-01 Brian Paulfix page flipping breakage
2005-09-01 Brian Paulfix typo
2005-09-01 Brian Paulsome missing renderbuffer changes (Roland)
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-09-01 Brian Pauls/__inline/INLINE/
2005-08-31 Roland Scheideggerenable GL_ARB_texture_env_crossbar on r200, separate...
2005-08-25 Brian Paulremove stray references to ctx->Depth.OcclusionTest
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-11 Ian RomanickRemove support for the R200_NO_VTXFMT environment varia...
2005-08-08 Eric AnholtDike out the linux-specific EGL bits unless it's a...
2005-08-07 Jon SmirlEnable EGL support in 'linux-dri' config
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-06 Roland ScheideggerRe-enable r200InitSpanFuncs, which was ifdefed out...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-26 Eric AnholtFix crashes during rasterization fallback by avoiding...
2005-06-26 Eric AnholtRemove the #if 0-ed out old span code.
2005-05-31 Eric AnholtBugzilla #2708: Disable the fallback on GL_SPHERE_MAP...
2005-05-31 Eric AnholtCorrect the descriptions of the glBlend{Equation,Func...
2005-05-31 Eric AnholtRemove unused CTX_ARG2 define.
2005-05-13 Keith WhitwellCalculate render inputs for tcl stage correctly (hint...
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Adam JacksonAdd drirenderbuffer.c to COMMON_SOURCES
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2005-03-15 Roland Scheideggeradd support for user-configurable brilinear filtering...
2005-02-27 Dave Airlieprecedence precedence precedence.. add some brackets
2005-02-26 Dave AirlieAdd a dri config option to enable the max texture level...
2005-02-17 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-17 Brian Paulremove extern (Jeff Muizelaar)
2005-02-15 Dave Airlieadd some missing texture formats and bits from r200...
2005-02-10 Roland Scheideggeradd texture micro and macro tiling to radeon/r200 drive...
2005-02-10 Roland Scheideggeradd the new RADEON_CUBIC_OFFSET/FACES state packets...
2005-02-10 Roland Scheidegger(Andreas Stenglein) fix projected textures with swtcl...
2005-02-08 Keith WhitwellSUBPIXEL fixes from Dieter
2005-02-08 Michel DänzerCall _mesa_ResizeBuffersMESA() in r200Viewport(), fixes...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-26 Roland Scheidegger(Stephane Marchesin, me) Add support for color (framebu...
2005-01-08 Adam JacksonParallel build fix. Multiword variables on the target...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-09 Dave Airlieback out Keiths last checkin - for Solo the include...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-08 Roland Scheideggerfix depth/stencil readback if coordinates are larger...
2004-12-03 Roland Scheideggeronly enable GL_MESA_ycbcr_texture for real r200 chips...
2004-12-02 Alan Hourihanesilence warnings
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
next