mesa.git
2007-12-12 Eric Anholt[intel] Move bufmgr back to context instead of screen...
2007-12-12 Keith PackardBlock in kernel waiting for fence
2007-12-12 Keith PackardUse previous buffer offsets to compute proposed relocations
2007-12-11 Roland Scheideggeradd simple test for two-sided stencil functionality
2007-12-11 Roland Scheideggermake sure state token values are fully initialized
2007-12-10 Eric Anholt[965] Hook up DEBUG_BUFMGR output for bufmgr_fake.
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-12-07 Eric Anholt[965] Remove dead code in upload_wm_surfaces.
2007-12-07 Eric Anholt[965] Move brw_surface_state stack allocation into...
2007-12-07 Dan NicholsonMake osdemos linking like other programs
2007-12-07 Dan Nicholsonconfigs: Fix linking with static libGL and --as-needed
2007-12-07 Xiang, Haihaoi915: fix the error in the previos commit.
2007-12-07 Xiang, Haihaoi915: Check the program size when uploading a program...
2007-12-06 Michel DänzerMinor followup fixes for the previous commit.
2007-12-06 George NassasAlways call dlopen in DriverOpen.
2007-12-06 Eric AnholtRevert "[965] Add missing flagging of new stage program...
2007-12-06 Eric Anholt[965] Add missing flagging of new stage programs for...
2007-12-05 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-12-05 Xiang, HaihaoDon't Swap buffer if a DRIDrawable is entirely obscured
2007-12-05 BrianUndo changes made to the toyball shaders in commit...
2007-12-04 Brianfix span->facing computation and gl_FrontFacing initial...
2007-12-04 BrianFix gl_FrontFacing compilation problem
2007-12-04 Brianadded culling/wireframe options
2007-12-04 Michel DänzerUse -Bsymbolic for linking all shared objects.
2007-12-03 Eric Anholt[965] Change constant buffer from state structs to...
2007-12-03 Brianfix DD_TRI_LIGHT_TWOSIDE bug (#13368)
2007-12-03 Dan NicholsonFix the library name in glw.pc
2007-12-03 Brianglut doesn't need -lXt
2007-12-03 Brianadded missing quote char
2007-12-03 Michel Dänzeri915: Fix up state changes for i8xx.
2007-12-01 Eric Anholt[intel] Move batch bo_unmap from TTM code to shared...
2007-12-01 Eric Anholt[intel] Add failure path printfs to relocation code...
2007-12-01 Eric Anholt[intel] Simplify TTM relocation code by passing around...
2007-12-01 Eric Anholt[intel] Fix the type and naming of the flags/mask args...
2007-12-01 Eric Anholt[intel] intel_bufmgr_ttm style sanity
2007-11-30 Brianfix-build: remove ctx->_Facing assignment
2007-11-30 Brianfix broken two-sided stencil
2007-11-30 Brianbetter front-plane clip test
2007-11-30 joukjUpdates of some OpenVMS makefiles.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-30 Xiang, Haihaoi965: if source depth to render target is set,
2007-11-30 Xiang, Haihaoi965: use uncompressed instruction to ensure only
2007-11-29 Eric Anholt[i915] Make INTEL_DEBUG=bufmgr actually do things for...
2007-11-29 BrianNew ctx->Driver.Map/UnmapTexture() functions for access...
2007-11-29 Briancleanups, comments
2007-11-29 BrianMove _mesa_load_tracked_matrices() from TNL module...
2007-11-28 Michel Dänzerr200: Fix texture format regression on big endian systems.
2007-11-28 Xiang, Haihaoi965: update RefCount when using Vertex/Fragment program.
2007-11-28 WuNianremove drawable from hash table when window is deleted...
2007-11-28 Delleuse DEFAULT_SOFTWARE_DEPTH_BITS
2007-11-27 Brianminor additions to avoid FAQs
2007-11-27 Briandocument GLSL float f/F suffix bug
2007-11-27 Brianset fp->UsesKill when emitting OPCODE_KIL
2007-11-27 Brianadd a few more logicop modes, simplify code
2007-11-27 Brianimprove 24-bit Z to 32-bit Z conversion
2007-11-27 Xiang, Haihaoi965: The jump instruction count is added
2007-11-26 Keith Whitwelli915: Catch cases where not all state is emitted for...
2007-11-26 Michel Dänzeri915: Some additional blit fixes and assertions.
2007-11-25 Michel DänzerlibGL: Make sure a valid value is returned for GLX_BIND...
2007-11-25 Michel Dänzerintel: Fix relative symlinks.
2007-11-23 Brianbetter test of point attenuation
2007-11-23 Brian#define GL_GLEXT_PROTOTYPES to silence warning
2007-11-23 BrianConsolidate texture fetch code and use partial derivati...
2007-11-23 BrianFix parsing of gl_FrontLightModelProduct.sceneColor...
2007-11-23 Brianneed to check border width in sample_linear_2d() -...
2007-11-22 BrianConsolidate point size computation, clamping in get_size().
2007-11-22 BrianPrint point/line size range limits
2007-11-22 Roland Scheideggerfix z buffer read/write issue with rv100-like chips...
2007-11-20 Eric Anholt[965] Replace 965 texture format code with common code.
2007-11-20 Eric Anholt[965] Remove dead exec vfmt code which was replaced...
2007-11-20 Brianclamp lambda to Min/MaxLod
2007-11-19 Eric Anholt[965] Add INTEL_DEBUG=fall debugging output.
2007-11-19 Eric Anholt[965] Convert DBG macro to use FILE_DEBUG_FLAG like...
2007-11-19 Brianfix some texture format assertions, etc
2007-11-19 Brianfix out-of-bounds array index (ix=-1)
2007-11-17 Eric Anholt[intel] Add 965 support to shared intel_blit.c
2007-11-17 Eric Anholt[i915] Pass static region names in so debugging says...
2007-11-17 Eric Anholt[intel] Move additional code to be shared from intel_co...
2007-11-16 Eric Anholt[intel] Move intel_tex.h into place, forgotten in the...
2007-11-16 Eric Anholt[965] Add batchbuffer decode for several more packets.
2007-11-16 Eric Anholt[intel] Fix typos in intel_chipset.h macros.
2007-11-16 Eric Anholt[i915] Add INTEL_DEBUG=sync debug flag to wait for...
2007-11-16 Eric Anholt[i915] Reenable batchbuffer debug under INTEL_DEBUG...
2007-11-16 Eric Anholt[intel] Add some doxygen notes on what the bufmgr_fake...
2007-11-16 Eric Anholt[intel] Add a simple relocation cache to the fake buffe...
2007-11-16 Eric Anholt[intel] Assert against 0-sized buffers in dri_bufmgr_fa...
2007-11-16 Eric Anholt[intel] Add support for multiple levels of relocation...
2007-11-16 Eric Anholt[i915] Push locking in intelClearWithTris down inside...
2007-11-16 Brianadded z/s keys to reset/step rotation
2007-11-16 BrianOnly emit texcoords for enabled units. Enable/disable...
2007-11-15 Roland Scheideggerfix bogus assumption if ddx has set up surface reg...
2007-11-14 Roland Scheideggerfix position invariant vertex programs for sw-tnl
2007-11-12 Brianremove dependency on libGLU
2007-11-12 Brianadd glw.pc.in to tarball list, remove from DEPEND_FILES
2007-11-12 Xiang, Haihaoi965: correct the opcode of XY_SETUP_BLT_CMD. fix bug...
2007-11-10 Briantest that point/line/quad rendering hits the right...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-11-09 Eric Anholt[intel] By default, output batchbuffer decode to stderr...
2007-11-09 Eric Anholt[intel] Initialize a depth buffer if the visual has...
2007-11-09 Eric Anholt[intel] Move over files that will be shared with 965...
next