mesa.git
2009-03-24 Dave Airlieradeon: fixup some issue with fbos and sw fallbacks
2009-03-24 Dave Airlieradeon/r200/r300: set the texture depth correctly for...
2009-03-23 Dave Airlieradeon: actual format is rgba8
2009-03-23 Dave Airlieradeon: fix typo
2009-03-23 Dave Airlieradeon: setup pipes for r300
2009-03-23 Dave Airlieradeon: stupid mesa extension fail
2009-03-23 Dave Airlieradeon: fixup wrapper bo name
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-23 Dave Airlieraedon/r200/r300: mega-FBO commits.
2009-03-22 Dave Airlieradeon fbo: add draw offset calcs
2009-03-22 Dave Airlieradeon/r200/r300: add support for new tfp interface
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-22 Dave Airlieradeon: use mipmap fns in FBO code
2009-03-22 Dave Airlieradeon: add miptree offset functions
2009-03-21 Dave Airlier200: fix for sure
2009-03-21 Dave Airlieradeon/r200: oops make correct fbo init calls
2009-03-21 Dave Airlieradeon: add xRGB span functions
2009-03-21 Dave Airlieradeon: dri2 is hooked up elsewhere now
2009-03-21 Dave Airlieradeon/r200: add fbo init
2009-03-21 Dave Airlieradeon/r200: add fbo state changes
2009-03-21 Dave Airlier300: fix viewport inversion for FBOs
2009-03-21 Michal Kroltgsi: Document KIL, KILP instructions.
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Michal Krolst: Silence compiler warnings.
2009-03-21 Dave Airlieradeon: align FBO pitch
2009-03-21 Dave Airlieradeon: fixup last missing x_off/y_off
2009-03-21 Dave Airlieradeon: add cpp/pitch to rrb
2009-03-21 Dave Airlieradeon/fbo: add x_off and y_off in correct places
2009-03-21 Dave Airlieradeon: dPriv handling is now in cliprects code
2009-03-21 Dave Airlieradeon: fixup span code for FBOs
2009-03-21 Dave Airlier300: hw clear buffer 0 hopefully
2009-03-21 Dave Airlieradeon: fix up span function setting
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-21 Brian Paulmesa: add new internal state var for window size
2009-03-20 Brian Paulmesa: linear scan register allocation for shader programs
2009-03-20 Brian Pauldocs: updated Mesa extension enum info
2009-03-20 Corbin Simpsonr300-gallium: Misspelled macro name.
2009-03-20 Corbin Simpsonr300-gallium: Put r300_cs_inlines to bed.
2009-03-20 Corbin Simpsonr300-gallium: Simplify/neaten up packet3.
2009-03-20 Corbin Simpsonr300-gallium: Clean up surface_fill, prep for surface_c...
2009-03-20 Corbin Simpsonr300-gallium: Properly offset scissors.
2009-03-20 Corbin Simpsonr300-gallium: Clean up r300_swtcl_emit.
2009-03-20 Corbin Simpsonr300-gallium: Clean up some emit, and some state handlers.
2009-03-20 Corbin Simpsonr300-gallium: A bit more invariant state.
2009-03-20 José Fonsecagallium: Explain what happens if buffer_flush_mapped_ra...
2009-03-20 Keith Whitwellgallium/util: add upload manager helper module
2009-03-20 Eric AnholtFix DRI2 accelerated EXT_texture_from_pixmap with GL_RG...
2009-03-20 Michal Krolprogs/wgl: Send a resize message after context have...
2009-03-20 Michal Krolstw: Do not err on nil context handle in MakeCurrent().
2009-03-20 Michal Krolprogs/wgl: Create GL context in a thread that actually...
2009-03-20 Michal Krolprogs/wgl: Make context current to get GL_RENDERER...
2009-03-20 Michal Krolstw: Use u_handle_table to maintain context list.
2009-03-20 Dave Airlier300: init fbos
2009-03-20 Dave Airliemore fbo fillin
2009-03-20 Dave Airlier300: enable FBO for a test
2009-03-20 Dave Airlieradeon: some more fbo work
2009-03-20 Michal Krolwinsys/gdi: Init state tracker's per-thread data.
2009-03-20 Michal Krolstw: Keep per-thread storage for current context and...
2009-03-20 Michal Krolslang: Use _mesa_snprintf() wrapper.
2009-03-20 Dave Airlieradeon: initial couch code copy from radeon
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Alan Hourihaneslang: initialize the context
2009-03-19 Alan Hourihaneslang: support uniform arrays
2009-03-19 Jakob Bornecrantztrace: Formalize on a standard for data size pair
2009-03-19 Brian Paulglslcompiler: added new options to override debug/optim...
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
2009-03-19 Alan Hourihaneegl: fix comment
2009-03-19 Alan Hourihaneegl: try harder for eglGetProcAddress()
2009-03-19 Brian Paulglsl: when debug pragma is on, emit comments about...
2009-03-19 Alan Hourihanemesa: check renderbuffer is defined before use.
2009-03-19 Dave Airlieradeon/r200/r300: cleanup some of the renderbuffer...
2009-03-19 Dave Airlieradeon: fix up locking like the intel driver for pagefl...
2009-03-19 Jakob Bornecrantzst/gl: Only transfer needed parts in st_TexSubimage
2009-03-19 Alan Hourihaneslang: if/else/break & if/else/continue work for unroll...
2009-03-19 Michal Krolwgl: Add an `-s' option to wglthreads to force single...
2009-03-19 Michal Krolswrast: Silence compiler warnings, give better structur...
2009-03-19 Michal Kroltgsi: Document vs_2_0 instruction set operations.
2009-03-19 Michal Kroltgsi: Document vs_1_1 instruction set operations.
2009-03-19 Michal Kroltgsi: Begin documenting ps_2_x instruction set operations.
2009-03-18 Corbin Simpsonr300-gallium: Emit viewport state.
2009-03-18 Corbin Simpsonr300-gallium: Viewport state storage.
2009-03-18 Corbin Simpsonr300-gallium: Fixup registers for viewport state.
2009-03-18 Brian Paulmesa: use the IROUND() macro in pixel packing code
2009-03-18 Alan Hourihaneslang: redo the last commit for if/break & if/continue...
2009-03-18 Alan HourihaneRevert "slang: if we detect an if/break or if/continue...
2009-03-18 Alan Hourihaneslang: if we detect an if/break or if/continue within...
2009-03-18 Keith Whitwellst: call _glapi_check_multithread from st_make_current
2009-03-18 Thomas Hellstromstw: Fix makeCurrent.
2009-03-18 José Fonsecaprogs: Build the wgl examples with scons.
2009-03-18 Jakob Bornecrantzprogs/trivial: Make quad-tex-sub repeat patterns
2009-03-18 Brian Paultests: remove/update old comments
2009-03-18 Brian Paulst: need to free/realloc pipe texture when we're handed...
2009-03-18 Brian Paulst: clean up some if-statment code
2009-03-18 Brian Paulsoftpipe: more texture transfer fixes.
2009-03-18 Brian Paulsoftpipe: need to set tc->transfer=NULL after destroyin...
2009-03-18 Brian Paulst: update texture comments
2009-03-18 Jakob Bornecrantzprogs/trivial: Add quad-tex-sub
2009-03-18 Dan NicholsonUse the specified X11 headers for xlib mesa
2009-03-18 Keith Whitwelltests: add simplest mipgen test
2009-03-18 Keith Whitwellpipe/atomic: dont use ms interlock calls from gcc
next