Merge branch 'autoconf2'
[mesa.git] / src /
2007-12-28 Dan NicholsonMerge branch 'autoconf2'
2007-12-27 Xiang, Haihaoi915: reset swrast state after calling swrast DrawPixels.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-25 Xiang, Haihaoi915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806...
2007-12-25 Xiang, Haihaomesa: fix a bad cast in put_values_z24.
2007-12-25 Adam Jackson__driConfigOptions must be PUBLIC.
2007-12-24 Alex DeucherR300: RV410 SE chips have half the pipes of regular...
2007-12-22 Roland Scheideggerfix GL_LINE_LOOP with drivers using own render pipeline...
2007-12-21 Kristian HøgsbergSilence compiler warnings from XML error macros.
2007-12-21 Eric Anholt[965] Fix and enable separate stencil.
2007-12-21 Eric Anholt[intel] Move some pixel path support from drivers to...
2007-12-21 Xiang, Haihaointel: cast a pointer to unsigned long, avoid potential...
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-20 Eric Anholt[965] Actually enable SGIS_generate_mipmap.
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-12-20 Eric Anholt[intel] Allow driver hooks to be NULL in intel_buffers...
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-20 Brianreturn correct size from glGetActiveUniform (bug 13751)
2007-12-20 Xiang, Haihaoi915: avoid dead lock in intel_meta_draw_poly. fix...
2007-12-19 Eric Anholt[915] Set cliprects in the drawbuffer software fallback...
2007-12-19 Xiang, Haihaoi965: allocate GRF registers before building subroutines,
2007-12-19 Xiang, Haihaoi965: restore the flag after building the subroutine...
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 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 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-13 Dan NicholsonMerge branch 'master' into autoconf2
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 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 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-04 Brianfix span->facing computation and gl_FrontFacing initial...
2007-12-04 BrianFix gl_FrontFacing compilation problem
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 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 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...
next