mesa.git
2008-07-15 Blair Sadewitzmesa: added test for __NetBSD__
2008-07-15 Blair Sadewitzmesa: added test for __NetBSD__
2008-07-15 Brian Paulmesa: add missing IR_LOG2 case
2008-07-15 Brian Paulmesa: regenerated file
2008-07-15 Brian Paulmesa: fix some broken /= operators
2008-07-15 Brian Paulmesa: regenerated file
2008-07-15 Brian Paulmesa: fix some broken bool, bvec2, bvec3, bvec4 constru...
2008-07-15 Brian Paulmesa: fix storage size computation in emit_arith()
2008-07-15 Brian Paulgallium: added some sanity check assertions
2008-07-15 Brian Paulmesa: fix some function inlining bugs
2008-07-15 Brian Paulmesa: improved printing
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-15 Michal Krolst: Silence compiler warnings on Windows.
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-15 José Fonsecapython: Cleanup.
2008-07-15 José Fonsecapython: Request/respect the texture & buffer usage...
2008-07-15 José Fonsecapython: Get object ownership done correctly.
2008-07-15 José Fonsecapython: Don't use python cflags as they conflict with...
2008-07-15 José Fonsecapython: Allow hardware support.
2008-07-15 José Fonsecapython: Move the python scons code to a separate tool...
2008-07-15 José Fonsecapython: Get it to build on windows too.
2008-07-15 Michal Kroltgsi: Numerical label before an instruction is optional.
2008-07-15 Brian Paultgsi: fix bug in execution of loops inside of conditionals.
2008-07-14 Brian Paulmesa: assemble main() after all other functions
2008-07-14 Brian Paulmesa: comments about vectors vs components
2008-07-14 Brian Paulegl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-07-14 Julien Cristauglu: only export public symbols
2008-07-14 Julien Cristaumklib: don't version symbols when using --exports
2008-07-14 Blair Sadewitzmesa: also check for __NetBSD__
2008-07-14 José Fonsecapython: Basic test case for 2d texture.
2008-07-14 José Fonsecapython: Raw tile access to surface.
2008-07-14 José Fonsecapython: Get the sample app to draw triangle like trivia...
2008-07-14 José Fonsecapython: Surface clears.
2008-07-14 José Fonsecapython: Set default state.
2008-07-14 José Fonsecapython: Allow to create/specify shaders.
2008-07-13 Jakob Bornecrantzi915: Ops should not have pushed that
2008-07-13 Jakob BornecrantzEGL: Only build EGL dri based drivers under linux-dri...
2008-07-13 Jakob Bornecrantzi915: WIP swap rework
2008-07-13 José Fonsecapython: New state tracker which exposes the pipe driver...
2008-07-13 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-07-13 José Fonsecapb: buffer over/underflows are errors.
2008-07-13 Michal Kroltgsi: Parse destination operand modulate modifier.
2008-07-13 Michal Kroltgsi: Parse extended source register modifiers.
2008-07-13 Michal Kroltgsi: Parse _SAT and _SAT opcode suffix.
2008-07-13 Michal Kroltgsi: Parse IMM statements.
2008-07-13 Michal Kroltgsi: Parse texture instructions correctly.
2008-07-13 Michal Kroltgsi: Fix instruction operand counts.
2008-07-13 Michal Kroltgsi: Fix instruction opcode parsing.
2008-07-13 Michal Kroltgsi: Add missing SWZ opcode.
2008-07-13 Michal Kroltgsi: Parse DCL statements.
2008-07-13 Michal Kroltgsi: Remove depricated ATTRIB interpolate mode.
2008-07-13 Stephane Marchesinllvm: build fixes.
2008-07-12 Michal Krolscons: List `util/tgsi_text.c'.
2008-07-12 Michal Kroltgsi: Add tgsi_text utility module.
2008-07-12 Michal Kroltgsi: Fix dumping of indirect addressing.
2008-07-12 Michal Kroltgsi: Add missing copyright headers.
2008-07-11 Brian Paulegl: a minor overhauld of egl_xdri.c
2008-07-11 Brian Paulglx: added __glXPreferEGL() to tell libGL to prefer...
2008-07-11 Brian Paulbuild egl subdirs
2008-07-11 Jakob Bornecrantzgallium: Make dri drivers create a egl_name_dri.so...
2008-07-10 Jakob Bornecrantzgallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy...
2008-07-10 Brian Paulgallium: check for FEATURE_feedback and FEATURE_drawpix...
2008-07-10 Brian Paulegl: added EGL_OPENVG_API case (allow all APIs)
2008-07-10 Brian Paulegl: add all EGL_*_BITs to ClientAPIsMask
2008-07-10 Brian Paulgallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy...
2008-07-10 Brian Paulegl: implement xdri_eglGetProcAddress() for gallium
2008-07-09 Brian Paulmesa: check for null shader->Source
2008-07-09 Brian Paulmesa: return -1, not GL_FALSE if _glapi_add_dispatch...
2008-07-09 Brian Paulmesa: call glutDestroyWindow() on exit
2008-07-09 Brian Paulmesa: disable fprintf() error
2008-07-09 Brian Paulegl: link libEGL w/ additional libs
2008-07-09 Brian Paulegl: misc updates/fixes
2008-07-09 Brian Paulgallium: fix logic in pb_check_usage()
2008-07-09 Brian Paulmesa: check for OpenBSD (bug 15604)
2008-07-09 Brian Paulmesa: fix state.clip[n].plane parsing bug (bug 16611)
2008-07-09 Zack Rusinegl: plug a small memleak
2008-07-09 Zack Rusindraw: remove some debug output
2008-07-08 Brian Paulmesa: remove debug code
2008-07-08 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-07-08 Brian Paulmesa: fix bug/failure in recursive function inlining
2008-07-08 Brian Paulgallium: tweak printing of generic declarations
2008-07-08 Brian Paulmesa: more debug output
2008-07-08 Brian Paulmesa: compute global var size before doing codegen
2008-07-08 Brian Paulmesa: add missing VARYING case to storage_string()
2008-07-08 Jakob Bornecrantzi915: Takedown EGL screen
2008-07-08 Jakob Bornecrantzi915: Use deviceID in EGL device create
2008-07-08 Jakob Bornecrantzi915: Complete the screen -> device renaming
2008-07-08 Jakob Bornecrantzi915: Renamed intel_screen to intel_device
2008-07-07 Jonathan Whitemesa: added GLAPIENTRY keywords
2008-07-07 Jonathan Whiteegl: updated GL_APIENTRY for Windows
2008-07-07 José Fonsecaraw2png: More helpful messages. Handle PIPE_FORMAT_A8B8...
2008-07-07 José Fonsecaraw2png: Update formats from p_formats.h
2008-07-07 Brian Paulegl: bump up MAX_ATTRIBS, added assertion
2008-07-07 Brian Paulgallium: move assertion (though not really significant)
2008-07-07 Brian Paulgallium: simplify/fix buffer_offset, src_offset computa...
2008-07-07 Jakob Bornecrantzi915: Fix wrong pointer to cleanup
2008-07-07 Jakob Bornecrantzi915: Fix EGL make current
2008-07-07 Jakob Bornecrantzi915: More cleanup of display
2008-07-07 Jakob Bornecrantzi915: Fetch the real deviceID for EGL
next