mesa.git
2008-06-29 Ben Skeggsnv50: obey per-source abs (TGSI_UTIL_SIGN_CLEAR)
2008-06-29 Ben Skeggsnv50: create emit_pow() - emit_lit() will need to use it
2008-06-29 Ben Skeggsnv50: oops, copy+pasto
2008-06-29 Ben Skeggsnv50: POW!
2008-06-29 Ben Skeggsnv50: fixes + untested _SAT modifier
2008-06-29 Ben Skeggsnv50: handle 0/1 SWZ
2008-06-29 Ben Skeggsnv50: DST
2008-06-29 Ben Skeggsnv50: ABS
2008-06-29 Ben Skeggsnv50: FLR/FRC
2008-06-29 Ben Skeggsnv50: SGE/SLT
2008-06-29 Ben Skeggsnv50: small cleanup
2008-06-29 Ben Skeggsnv50: DPH, XPD, some TODOs
2008-06-29 Ben Skeggsnv50: fix EX2.. somehow
2008-06-29 Ben Skeggsnv50: big fuckup, fix it
2008-06-29 Ben Skeggsnv50: some fixes + MIN/MAX
2008-06-29 Ben Skeggsnv50: checkpoint: shader code now exceeds caps of ...
2008-06-29 Ben Skeggsnv50: remove hardcoded fp stuff
2008-06-29 Ben Skeggsnv50: start using interpreter for fragprog too, not...
2008-06-29 Ben Skeggsnv50: drop the majority of the old shader code, reimple...
2008-06-29 Ben Skeggsnv50: split code/data upload out, fp will use it later on
2008-06-29 Ben Skeggsnv50: DPH
2008-06-29 Ben Skeggsnv50: implement SUB
2008-06-29 Ben Skeggsnv50: fucking horrible hack, I really hate G8x shaders..
2008-06-29 Ben Skeggsnv50: use "real" constbufs for shaders + tcb uploads
2008-06-29 Ben Skeggsnv50: import current "state of the art" nv50 code
2008-06-29 Ben Skeggsnouveau: adapt to cpp->pf_block changes
2008-06-29 Ben SkeggsRevert "mesa: Use the appropriate relocation."
2008-06-29 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-28 Brian Paulmesa: added null ptr checks
2008-06-28 Brian Pauls/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_u...
2008-06-28 Brian Paulmesa: check FEATURE_point_size_array
2008-06-28 Brian Paulegl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE...
2008-06-28 Brian Paulegl: fix default value of EGL_SURFACE_TYPE, added some...
2008-06-28 José Fonsecaegl: WinCE doesn't have sys/types.h
2008-06-27 Zack Rusinegl: helps if the stride is right
2008-06-27 Zack Rusineh, we need a buildbot... fix the compilation
2008-06-27 Roland Scheideggergallium: handle msaa
2008-06-27 Robert Ellisonegl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP...
2008-06-27 Jonathan Whiteegl: Windows updates to the platform.h files
2008-06-27 Jakob Bornecrantzi915: Fix the last of the stride/pitch changes
2008-06-27 José Fonsecamesa: Replace void * arithmetic.
2008-06-27 José Fonsecagdi: Update for cpp removal.
2008-06-27 José Fonsecacell: Update for cpp removal.
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-27 José Fonsecascons: Get x86-64<->x86 cross build of assembly files...
2008-06-27 José Fonsecascons: Fix i965/xlib build.
2008-06-27 José Fonsecascons: Fix typo.
2008-06-27 José Fonsecamesa: Use the appropriate relocation.
2008-06-26 José Fonsecagallium: Describe pixel block.
2008-06-25 Brian Paulmesa: point size arrays
2008-06-24 Patrice Mandinnv30: add context value
2008-06-24 Ben Skeggsnouveau: major thinko
2008-06-24 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-24 Brian Paulgallium: remove some old dispatch code
2008-06-24 Brian Paulgallium: remove bad assertion
2008-06-24 Jakob Bornecrantzgallium: Fix whole source being used in u_blit
2008-06-24 José FonsecaFix CRLF line endings.
2008-06-24 José FonsecaAllow CRLF automatic conversion on MSVC project files.
2008-06-24 Jakob Bornecrantzi915: Create a texture and surface for shared frontbuffer
2008-06-24 Jakob Bornecrantzi915: Added texture_blanket function
2008-06-24 Jakob Bornecrantzi915: Moved screen creation to intel_be_device
2008-06-24 Jakob Bornecrantzgallium: Fix warning in u_blit.h
2008-06-24 Jakob Bornecrantzegl: Stdint was missing from eglconfigutil.h
2008-06-24 José Fonsecamesa: Fix Windows GDI winsys build.
2008-06-24 José Fonsecagallium: Avoid double arithmetic.
2008-06-24 José Fonsecamesa: Use standard integer types.
2008-06-24 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-06-24 José Fonsecadri/intel: Use standard integer types.
2008-06-24 José Fonsecagallium: Drop deprecated __MSC__ macro.
2008-06-24 José Fonsecaegl: Use standard integer types.
2008-06-24 José Fonsecamesa/dri: User standard integer types.
2008-06-24 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-06-24 José Fonsecamesa: WGL is not part of the WinCE API.
2008-06-24 José Fonsecagdi: Update for surface_alloc_storage changes.
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-06-24 José Fonsecamesa: Use _mesa_bsearch.
2008-06-24 José Fonsecamesa: bsearch implementation for WinCE.
2008-06-24 José Fonsecamesa: Replace abort by asserts.
2008-06-24 José Fonsecamesa: Move variable declarations to the scope top.
2008-06-24 José Fonsecamesa: Don't include sys/types.h on WinCE.
2008-06-23 Brian Paulgallium: added support for fixed-point formats, drawing
2008-06-23 Jonathan Whitegallium: code for PIPE_SUBSYSTEM_WINDOWS_USER
2008-06-23 Patrice Mandinnv30: add state zsa, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state viewport, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state stipple, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state scissor, based on nv40 one
2008-06-23 Patrice Mandinnv30: add state rasterizer, based on nv40 one
2008-06-23 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-06-23 José Fonsecamesa: No getenv on WinCE.
2008-06-23 José Fonsecagallium: Use the more portable PIPE_ARCH_* PIPE_CC_...
2008-06-23 José Fonsecagallium: WinCE does not have cosf, sinf, etc.
2008-06-23 Brian Paulgallium: in softpipe_get_tex_surface() use the pitch...
2008-06-23 Jakob Bornecrantzi915: Add render and texture support for tiled texture...
2008-06-23 Brian Paulgallium: fix-up inverted do_copy_texsubimage()
2008-06-23 Brian Paulgallium: fix Y-inverted copies
2008-06-23 Brian Paulgallium: remove dead/prototype code
2008-06-23 Brian Paulgallium: change surface_copy()'s do_flip to boolean
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Brian Paulgallium: added some assertions
next