comments in _eglMain()
[mesa.git] / src /
2008-05-29 Brian Paulcomments in _eglMain()
2008-05-29 José Fonsecagallium: Provide the INT64_C/UINT64_C macros.
2008-05-29 José Fonsecagallium: Replace getenv by placeholder code on WinCE.
2008-05-29 Jakob Bornecrantzi915: Fix GPU lockup on resize
2008-05-29 Jakob Bornecrantzi915: Cleaned up intel_winsys_pipe.c
2008-05-29 Jakob Bornecrantzi915: Deprecated pipe_winsys buffer functions
2008-05-29 Jakob Bornecrantzi915: Remove last usage of surface_alloc_storage
2008-05-29 Jakob Bornecrantzi915: Ops how did that get there
2008-05-29 Jakob Bornecrantzi915: Get up to date with the latest EGL changes
2008-05-28 Brian Paulegl: re-enable LOCAL_CFLAGS
2008-05-28 Brian Paulegl: remove unused Display field
2008-05-28 Brian Paulegl: move a few small functions into new eglmisc.[ch...
2008-05-28 Brian Paulegl: make sure EGL_VERSION_STRING query returns same...
2008-05-28 Brian Paulegl: include egldefines.h
2008-05-28 Brian Paulegl: added egldefines.h
2008-05-28 Brian Paulegl: bring card->driver lookup code into egldriver.c
2008-05-28 Brian Paulegl: pass args to _eglOpenDriver()
2008-05-28 Brian Paulegl: added args string to _eglMain()
2008-05-28 Brian Paulegl: added eglstring.[ch]
2008-05-28 Brian Paulprototype new code to map card number to driver name
2008-05-28 Brian Paullink libEGLdri.so with libdrm
2008-05-28 Brian Paulx-related EGL code (stub)
2008-05-28 Jakob Bornecrantzi915: Add draw_flush to state changes
2008-05-28 Jakob Bornecrantzi915: DriConfigOptions started complaining on this...
2008-05-28 Jakob Bornecrantzi915: Remove workaround for buggy draw module
2008-05-28 Jakob Bornecrantzi915: Prepare for tiled private front and back buffers
2008-05-28 Jakob Bornecrantzi915: Made vertex submission eaven faster
2008-05-28 Jakob Bornecrantzi915: Made vbuf work
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 Jakob Bornecrantzi915: Don't segfault on buffer allocation error
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 compile
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 segfault if modesetting is not...
2008-05-28 Jakob Bornecrantzegl: Temporarily disable eglx.[c|h] building
2008-05-28 Jakob Bornecrantzegl: Make dri driver compile
2008-05-28 Jakob Bornecrantzegl: Make demo driver compile
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Brian Paulinclude eglconfigutil.h
2008-05-27 Brian PaulMove some config-related utility functions into new...
2008-05-27 Brian Paulmisc updates, clean-ups, remove dependency on mtypes.h
2008-05-27 Brian Paulminor overhaul/re-org of driver selection/loading code
2008-05-27 Brian Pauladded _eglGet*Handle() functions
2008-05-27 Brian Pauladded EGL_OPENGL_API case
2008-05-27 Brian Pauleliminate the context hash table
2008-05-27 Brian Paulfix typo: s/Contexts/Surfaces/
2008-05-27 Brian Pauls/GLuint/unsigned/
2008-05-27 Brian Paulassorted changes to compile with new EGL 1.4 headers...
2008-05-27 Brian Paulpipe stderr to /dev/null
2008-05-27 Keith Whitwelldraw: support psize in vs_varient paths
2008-05-27 Keith Whitwelldraw: add disabled debug code
2008-05-27 Keith Whitwelldraw: ensure vs outputs mapped correctly to vinfo attribs
2008-05-27 Keith Whitwelldraw: fix ABS aliasing bug
2008-05-27 José Fonsecagallium: Autodetect WINCE.
2008-05-27 Keith Whitwelldraw: explicitly list nr_inputs, outputs in varient key
2008-05-27 Keith Whitwelldraw: remove dead file
2008-05-27 Jakob Bornecrantzdraw: Fixed typo in draw_pt_varray and added comments
2008-05-27 Jakob Bornecrantzdraw: Fix for EMIT_4UB case
2008-05-27 Keith Whitwelldraw: hook up viewport / rhw emit to varient key state
2008-05-27 Keith Whitwelldraw: restore extras path in draw_pt_vcache.c, keep...
2008-05-27 Keith Whitwelldraw: dump individual instructions as they are processed
2008-05-27 Keith Whitwelltgsi: export utils for dumping individual instructions
2008-05-27 Keith Whitwelldraw: fix writemask/shufps confusion
2008-05-27 Keith Whitwelldraw: some possible fixes for spilling
2008-05-27 Keith Whitwellffvertex: emit full LIT when attenuating (needs the...
2008-05-27 Keith Whitwellffvertex: don't compute whole eye vector if only eye...
2008-05-26 Brian Paulgallium: free renderbuffer's old texture in st_renderbu...
2008-05-26 Keith Whitwelldraw: defensively flush pipeline backend when setting...
2008-05-26 Keith Whitwelldraw: defensively reset render primitive some more
2008-05-26 Keith Whitwelldraw: defensively reset render primitive, which can...
2008-05-26 Keith Whitwelldraw: add missing break
2008-05-26 José FonsecaRevert DOS line endings.
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-26 Jakob Bornecrantzi915: Removed screen sufixes on texture functions
2008-05-26 Jakob Bornecrantzi915: Fix for tex-surface merge
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-26 Keith Whitwelldraw: extend precision in RSQ opcode
2008-05-25 Keith Whitwelldraw: more aos tweaks
2008-05-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
2008-05-25 Keith Whitwelldraw: slight tweak for XPD opcode
2008-05-25 Keith Whitwelldraw: remove EXP & LOG from vs_aos.c
2008-05-25 Keith Whitwelldraw: special case for writing out scalar results
2008-05-25 Keith Whitwelldraw: clean up some of the xmm register manipulation...
2008-05-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
2008-05-25 Keith Whitwelldraw: add viewport support to generic vs varient code
2008-05-25 Keith Whitwelldraw: fix input vs output typo in emit
2008-05-24 Keith WhitwellRevert "mesa: save a temp on normalizes"
2008-05-24 Keith Whitwelldraw: use lookup tables to avoid calling pow() in LIT...
2008-05-24 Keith Whitwellmesa: pre-swizzle normal scale state value
2008-05-24 Keith Whitwellmesa: evaluate _NeedEyeCoords prior to generating inter...
2008-05-24 Keith Whitwelldraw: add a debug-print which can be called from inside...
2008-05-24 Keith Whitwellrtasm: add some helpers for calling out from generated...
2008-05-24 José Fonsecagallium: Poor-man profiler for win32 kernel.
2008-05-24 José Fonsecascons: New profile build.
2008-05-23 Keith Whitwellmesa: save a temp on normalizes
2008-05-23 Keith Whitwellmesa: further degenerate the special case lit substitute
2008-05-23 Keith Whitwellglapi: fix include path & make build work
2008-05-23 Keith Whitwellmesa: don't emit LIT instruction when mat shininess...
2008-05-23 Jakob Bornecrantzi915: Revert accidental change
2008-05-23 Jakob Bornecrantzi915: Improved vertex buffer performance
2008-05-23 Jakob Bornecrantzi915: Fix for edgeflags
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
next