mesa.git
2007-12-18 Brianadded glSecondaryColor3fv_func
2007-12-18 Brianadded two-side test
2007-12-18 BrianTest GL_VERTEX_PROGRAM_TWO_SIDE and frag shader gl_Fron...
2007-12-18 Brianadded twoside demo
2007-12-18 Briansimplify update two-side lighting test (follow-on to...
2007-12-18 Brianfix NEED_SECONDARY_COLOR for vert/frag progs
2007-12-18 BrianFix a quadstrip front/back-face inconsistancy.
2007-12-18 Eric AnholtFix mismatched map/unmap of buffers in swrast read...
2007-12-18 Eric Anholt[915] Free dri_bufmgr after mesa context data.
2007-12-18 Eric Anholt[915] Make polygon stipple use pre-unpacked pixel data.
2007-12-18 Eric Anholt[915] Fix clear color when clearing with triangles.
2007-12-18 Keith Packard[INTEL] Fix 965 to use new centralized mipmap pitch...
2007-12-18 Keith Packard[Intel] Centralize mipmap pitch computations.
2007-12-18 Eric Anholt[i915] Remove redundant set_draw_region code (like...
2007-12-18 Eric Anholt[intel] Improve INTEL_DEBUG=blit description of clearing.
2007-12-18 Eric Anholt[intel] Fix copy'n'pasteo in decoding of the blit clear...
2007-12-18 Eric Anholt[965] Add decode of 3DSTATE_DRAWING_RECTANGLE.
2007-12-18 Eric Anholt[965] Allow draw or depth regions to be NULL.
2007-12-17 Eric Anholt[965] Simplify scissor handling by using DrawBuffer...
2007-12-17 Eric Anholt[965] fix bad conflict resolution in debug code.
2007-12-17 Eric Anholt[965] Replace our own depth constants in intel context...
2007-12-17 Eric Anholt[965] Fix software fallbacks with region-backed textures.
2007-12-17 Eric Anholt[intel] Cleanup of */intel_blit.c to bring the two...
2007-12-17 Eric Anholt[965] Output the buffer type in INTEL_DEBUG=bat surface...
2007-12-17 Michel Dänzeri915: Fix issues with glDrawBuffer(GL_NONE).
2007-12-17 Xiang, Haihaoi965: check NULL pointer
2007-12-16 Eric Anholt[i915] Fix missing symbol from 965 changes.
2007-12-16 Eric Anholt[965] Fully initialize the texture surface key data...
2007-12-16 Eric Anholt[965] Enable ARB_pixel_buffer_object, and disable broke...
2007-12-16 Eric Anholt[965] Move to using shared texture management code.
2007-12-15 Eric Anholt[intel] Whitespace and comment changes to bring intel_m...
2007-12-15 Eric Anholt[intel] Merge intel_buffer_objects to shared.
2007-12-15 Eric Anholt[965] Use shared intel_regions.c.
2007-12-14 Eric Anholt[intel] Fix uninitialized data in screen-region buffer...
2007-12-14 Eric Anholt[intel] Remove excessive validation debugging.
2007-12-14 Eric Anholt[intel] Initialize debug flag for dri_bufmgrs
2007-12-14 Eric Anholt[intel] Remove useless intel_region_idle.
2007-12-14 Eric Anholt[intel] warnings cleanup
2007-12-14 Brianfix polygon cull regression
2007-12-14 BrianBuild rain demo (Gonzo <andreas.wendleder@gmail.com>)
2007-12-14 Eric Anholt[intel] Remove the relocation buffer lists and just...
2007-12-14 Eric Anholt[965] Replace the state cache suballocator with direct...
2007-12-14 Eric Anholt[intel] Remove broken mutex protection from dri_bufmgrs.
2007-12-14 Eric Anholt[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode...
2007-12-14 Eric Anholt[intel] assert that buffers are not mapped at last...
2007-12-12 Eric Anholt[intel] Assert against conflicting relocation emits...
2007-12-12 Eric Anholt[965] Bug #13600: Fix assertion failure with SRGB textures.
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
next