r300: Simplify r300VAPInputRoute1.
[mesa.git] / src /
2008-03-17 Markus Amslerr300: Simplify r300VAPInputRoute1.
2008-03-17 Markus Amslerr300: Simplify r300VAPInputRoute0, check for valid...
2008-03-17 Zou Nan hai[i965] round pointsize to nearest int according to...
2008-03-17 Xiang, Haihaointel: fix the error in commit 7ed1fd5d8438e55fe2409184...
2008-03-17 Xiang, Haihaointel: It is needed to allocating texture memory to...
2008-03-17 Xiang, Haihaointel: Remove an assertion from intel_miptree_create...
2008-03-17 Xiang, Haihaomesa: avoid to unlock an unlocked array in _mesa_PopCli...
2008-03-17 Xiang, Haihaomesa: Follow GL spec to draw DEPTH_COMPONENT pixels...
2008-03-17 Zou Nan hai [i965] fix wpos height 1 pixel higher
2008-03-15 Kristian HøgsbergTest createNewScreen for NULL, not createNewScreenName...
2008-03-14 Brianinit tmpNode to zeros
2008-03-14 Brianmesa: fix emit_clamp() so that we don't use an output...
2008-03-14 Xiang, Haihaoglx: fix rotation regression. bug #14963
2008-03-14 Xiang, Haihaointel: fix abort issue with shadowtex demo when use
2008-03-13 Roland Scheideggerfix state.lightprod ambient/specular w value (bug ...
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-03-12 Kristian HøgsberglibGL: Pull the drawable hash back out in the generic...
2008-03-12 Kristian HøgsbergAdd another missing check for uninitialized DRI.
2008-03-10 Kristian HøgsbergMove make install logic for libGL back into src/mesa...
2008-03-10 Kristian HøgsbergOnly try to call DRI function if DRI got initialized...
2008-03-10 Brianremove extra #include of assert.h (bug 14932)
2008-03-10 Brianfix parsing of state.texenv.color (bug 14931)
2008-03-10 Dave Airliedri: fix function call to add new parameter.
2008-03-10 Kristian HøgsbergDRI2: Make setTexBuffer take a __DRIdrawable instead...
2008-03-10 Kristian HøgsbergDRI2: Drop DriverAPI.UpdateBuffer.
2008-03-10 Kristian HøgsbergDRI2: Pass the context instead of the screen to __dri2P...
2008-03-10 Kristian HøgsbergDRI2: Add event buffer head as an argument to driCreate...
2008-03-10 Brianfix botched test for clearing color buffers (should...
2008-03-09 Markus AmslerSet normalized flag for GLubyte arrays in _mesa_VertexA...
2008-03-09 Markus Amslerinit vertex weight attrib to (1,0,0,0)
2008-03-09 Brianfix __builtin_expect() definition test for IBM XLC...
2008-03-09 Kristian HøgsbergProperly revert the libGL loader path breakage.
2008-03-09 Kristian HøgsberglibGL: Fall back to DEFAULT_DRIVER_DIR properly.
2008-03-09 Brianreplace // comment with /* */ (bug 14916)
2008-03-09 Kristian HøgsbergUse _X_HIDDEN to hide a bunch of leaked symbols.
2008-03-09 Kristian HøgsbergMove DRI context functions into dri_glx.c.
2008-03-09 Kristian HøgsbergMove DRI drawable creation into dri_glx.c.
2008-03-09 Kristian HøgsbergIntroduce __GLXDRIscreen so we can start moving functio...
2008-03-09 Kristian HøgsbergMove DRI specific parts of CreateContext into dri_glx.c.
2008-03-09 Kristian HøgsbergConvert driCreateScreen and driDestroyScreen to functio...
2008-03-09 Kristian HøgsbergAbstract __DRIdisplayPrivateRec away in dri_glx.c.
2008-03-08 Kristian HøgsbergMake __glXCloseDisplay static instead of prototyping...
2008-03-08 Kristian HøgsbergMove libGL install target to the libGL Makefile.
2008-03-08 Kristian HøgsbergSimplify LIBGL_DRIVERS_PATH walking.
2008-03-08 Kristian HøgsbergSimplify dri loading code by eliminating dlopen "cache".
2008-03-08 Kristian HøgsberglibGL: Consolidate DRI initialization in dri_glx.c
2008-03-07 Kristian Høgsberg[intel] Only enable GL_EXT_texture_sRGB on i965.
2008-03-07 Zou Nan hai [i965] fix fd.o bug #11471 and #11478
2008-03-07 Xiang, Haihaoi965: use RGB565 to render a bitmap if Depth is 16
2008-03-06 Xiang, Haihaoi965: Fix double free issue to pass glean/maskedClear...
2008-03-06 Xiang, Haihaoi965:fix segfault issue when clearing the window which
2008-03-06 Eric Anholt[intel] Add a driconf option to cache freed buffer...
2008-03-04 Christoph Brillr300: replace some hard coded mask by define in stencil...
2008-03-04 Christoph Brillr300: Fix some issues with masks in stencil buffer...
2008-03-04 Kristian Høgsberg[dri2] Add tail pointer to reemitDrawableInfo callback.
2008-03-04 Kristian Høgsberg[dri2] Optimize event parsing to skip obsolete events.
2008-03-04 Kristian Høgsberg[intel] Silence unused variable warning when compiling...
2008-03-02 Patrice Mandinnouveau: compilation fixes
2008-03-01 Roland Scheideggerstate.depth.range alpha value should be 1, not 0 (bug...
2008-02-29 Kristian HøgsbergUpdate libGL DRI loader to latest DRI interface changes.
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-29 Kristian HøgsbergReduce the versioning madness required to create a...
2008-02-29 Kristian Høgsbergintel: Set the lock flag early to avoid deadlock.
2008-02-29 Xiang, Haihaoi965: use _Current pointer instead of Current pointer.
2008-02-29 Eric Anholt[965] Fix conditional sequencing to allow the frame_buf...
2008-02-29 Eric Anholt[intel] Bug #14575: Unmap buffers when deleting/dataing...
2008-02-28 Christoph Brillr300: R5xx and R3xx use different registers for RS_IP...
2008-02-28 Eric Anholt[965] Bug #9151: make fragment.position return window...
2008-02-28 Eric Anholt[965] Fix serious copy'n'paste failure in brw state...
2008-02-28 Xiang, Haihaomesa: separate shader program object from shader object.
2008-02-28 Zou Nan hai[intel] fix compressed image height
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-27 Christoph Brillr300: properly handle GL_POINT in glPolygonMode
2008-02-27 Kristian Høgsbergintel: Always use intelInitExtensions() for initializin...
2008-02-27 Markus Amslerr300: add artificial output to match fragment program...
2008-02-27 Markus Amslermesa: set input read only on success
2008-02-26 Kristian Høgsbergi965: Setup framebuffer texture in meta_draw_region.
2008-02-26 Eric Anholt[965] Don't segfault on INTEL_DEBUG=batch when a surfac...
2008-02-26 Eric Anholt[965] remove dead brw_parameter_list_state_flags.
2008-02-26 Christoph Brill[r300] fix wow-pinkness regression. Fixed by Markus...
2008-02-26 Christoph Brill[r300] Document based on chapter 10.4 and 10.5
2008-02-26 Zou Nan hai [i915] fix texture size exceed limit case when running...
2008-02-26 Thomas Hellstrom[intel] Handle -EAGAINs correctly in execbuffer.
2008-02-26 Kristian HøgsbergA few more fixes to the dlsym() fix.
2008-02-26 Dave Airliedri2: dlsym requires some quotes..
2008-02-26 Kristian HøgsbergUse dlsym() to avoid referencing __dri2DriverInitScreen.
2008-02-26 Kristian Høgsbergautoconf: Add gcc search patch to MKDEP_OPTIONS to...
2008-02-26 Kristian Høgsbergintel: Add missing include file to silence last couple...
2008-02-26 Kristian Høgsbergintel: Initialize color and spec arrays in LOCAL_VARS...
2008-02-26 Kristian HøgsbergChange GetCompressedTexImage in dd_function_table to...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-26 Kristian HøgsbergRemove now unused setTexOffset from __DriverAPIRec.
2008-02-25 Oliver McFaddenr300: Corrected a cache flush bug in r300EmitCacheFlush.
2008-02-25 Oliver McFaddenr300: Moved the state code into separate functions.
2008-02-25 Christoph Brill[r300] revert complete stupid changes
2008-02-25 Christoph Brill[r300] Document registers completed 10.1 to 10.3
2008-02-25 Christoph Brill[r300] Add more register from the AMD spec
2008-02-25 Christoph Brill[r300] Document POLY_MODE and add some TODOs that might...
2008-02-25 Christoph Brill[r300] Document some registers in the POINT area
2008-02-25 Christoph Brill[r300] Further document and add register definitions...
next