mesa.git
2009-02-09 Brian Paulcell: update linux-cell config
2009-02-09 Brian Paulmesa: build/use libmesagallium.a for gallium builds
2009-02-09 Brian Paulmesa: added new linux-gallium and linux-gallium-debug...
2009-02-09 Brian Paulsoftpipe: add null ptr check in softpipe_map_constant_b...
2009-02-09 Brian Paulmesa: prefix #includes with main/
2009-02-09 Brian Paulswrast: fix typo: s/drapix/drawpix/
2009-02-09 Brian Paulmesa: remove old 'sources' file in favor of 'sources...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-09 Siddhartha... mesa: autoconf fixes for OS X
2009-02-09 Brian Paulmesa: rework _mesa_reference_framebuffer() to look...
2009-02-08 Patrice Mandinnouveau: include and calc offset before changing dimens...
2009-02-08 Patrice Mandinnouveau: upload and swizzle each mipmap level in turn
2009-02-08 Corbin Simpsonr300: Accidentally removed a pipe_buffer_reference...
2009-02-08 Corbin Simpsonr300: Add SW TCL paths for clear.
2009-02-08 Corbin Simpsonr300: Update to match pipe_surface changes.
2009-02-07 Brian Paulcell: remove unused var
2009-02-07 Brian Paulcell: compile fix: many updates to cell texture code...
2009-02-07 Brian Paulsoftpipe: simplify an assertion
2009-02-07 Brian Paulcell: compile fix: no-op xlib_create_brw_screen() for...
2009-02-07 Brian Paulcell: compile fix: alpha.ref is now alpha.ref_value
2009-02-07 Brian Paulcell: compile fix: pipe_constant_buffer no longer has...
2009-02-07 Brian Paulcell: compile fix: pipe_constant_buffer no longer has...
2009-02-07 Brian Paulmesa: minor fixes to incomplete texture debug code
2009-02-07 Brian Paulmesa: debug code for printing info about textures,...
2009-02-07 Brian Paulmesa: code refactoring: move texcombine code into updat...
2009-02-07 Brian Paulmesa: minor clean-ups, remove unneeded conditional
2009-02-07 Brian Paulmesa: fix logic error in computing enableBits in update...
2009-02-07 Younes Mantonnouveau: Need to surface_copy() without a pipe context.
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2' of git://anongit.freedesktop...
2009-02-06 Corbin SimpsonReadd trace to list of default pipe drivers.
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-06 Corbin SimpsonRename winsys amd to radeon.
2009-02-06 Corbin SimpsonRemove r300 from default build.
2009-02-06 Younes Mantong3dvl: Catch up to gallium changes, fix build.
2009-02-06 Younes Mantonnouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.
2009-02-06 Younes Mantonnouveau: Frontbuffer pitch needs to be set.
2009-02-06 Brian Paulmesa: fix tnl->render_inputs_bitset setup for fragment...
2009-02-06 Brian Paulswrast: return (0,0,0,1) when sampling incomplete textu...
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian Paulmesa: tweak output of _mesa_write_shader_to_file()
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-02-06 Dave Airlieradeon: remove include that breaks build in !OLD_PACKET...
2009-02-06 Corbin Simpsonr300: Clean up CS counting.
2009-02-05 Joakim Sindholtr300: working trivial/clear for r5xx
2009-02-05 Corbin Simpsonr300: Add framebuffer setup stub.
2009-02-05 Pekka Paalanennv20: copy miptree flags from nv40
2009-02-05 Pekka Paalanennv04-nv40: fix nv##_surface_copy() for flipped
2009-02-05 Pekka Paalanennv04: fix pasto in nv04_surface_2d_init()
2009-02-05 Keith Whitwellindices: quad fixes
2009-02-05 Keith Whitwellgallium: add new aux lib for index list translations
2009-02-05 Brian Paulmesa: remove oddball linux-directfb-install makefile...
2009-02-05 Brian Paulmesa: minor Makefile improvement for versioning
2009-02-05 Brian Paulgallium: fixup #includes: p_screen.h does not need...
2009-02-05 Brian Paulgallium: move 'struct pipe_winsys'
2009-02-05 Ben Skeggsnv50: stop using nouveau_push.h, it's evil
2009-02-05 Ben Skeggsnv04-nv40: move 2d blit/fill code into pipe driver
2009-02-05 Ben Skeggsnv50: move 2d blit/fill code into pipe driver
2009-02-05 Ben Skeggsnouveau: support getting "native" bo from winsys
2009-02-05 Brian Paulglsl: use _slang_var_swizzle() in a few places to simpl...
2009-02-05 Brian Paulglsl: remove unused prototype
2009-02-05 Brian Paulglsl: replace assertion with conditional in _slang_pop_...
2009-02-05 Corbin Simpsonr300: Add shader state stubs.
2009-02-04 Brian Paulmesa: more info in error messages
2009-02-04 Brian Paulswrast: add minor comments
2009-02-04 Brian PaulRevert "docs: document new MESA_GLX_FORCE_DIRECT env...
2009-02-04 Brian Paulmesa: make Xlib glXIsDirect() always return True
2009-02-04 Brian Pauldemos: remove unused function
2009-02-04 Brian Pauldemos: silence uninitialized var warning
2009-02-04 Brian Paulmesa: minor error msg improvement
2009-02-04 Chris Wilsonintel: Decode MI operands using specific length masks
2009-02-04 Chris Wilsonintel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS
2009-02-04 Eric Anholtintel: Fix fbo_firecube regression with FBconfigs change.
2009-02-04 Maciej Cencorar300: make the macros safe. add missing parenthesis.
2009-02-04 Maciej Cencorar300: Fix EXP2 fog
2009-02-04 Ben Skeggsnouveau: notifier timeout is a float now
2009-02-04 Ben Skeggsnouveau: get things building/running again after pipe_s...
2009-02-04 Ben Skeggsnouveau: link against libdrm_nouveau (installed with...
2009-02-04 Corbin Simpsonr300: A bit more cleanup and state handling.
2009-02-04 Corbin Simpsonr300: Moar swtcl emit. Still sucks, but getting there.
2009-02-04 Eric Anholtintel: Fix commented-out glViewport in intel_meta_set_p...
2009-02-04 Eric Anholtswrast: Add support for x8r8g8b8 fbconfig.
2009-02-03 Brian Pauldocs: document new MESA_GLX_FORCE_DIRECT env var for...
2009-02-03 Brian Paulxlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect...
2009-02-03 Brian Paulmesa: simplify delete_wrapper()
2009-02-03 Brian Pauldemos: modify bufferobj.c to exercise interleaved verte...
2009-02-03 Alan Hourihanemesa: fix offset problem with interleaved arrays
2009-02-03 Zack Rusingallium: adjust gdi for the latest changes
2009-02-03 Zack Rusingallium: remove pipe_buffer from surfaces
2009-02-03 Corbin Simpsonr300: Add stubs for swtcl immediate emit.
2009-02-03 Joakim Sindholtr300: fix compiler/linker errors
2009-02-03 Corbin Simpsonr300: Clear up XXX in r300_state.
2009-02-03 Corbin Simpsonr300: Take care of some XXXes.
2009-02-02 Brian Pauldemos: update multitex.c GLSL demo to use vertex arrays...
2009-02-02 Brian Paulutil: added more functions to extfuncs.h
2009-02-02 Brian Paulmesa: fix GLSL issue preventing use of all 16 generic...
2009-02-02 Brian Paulglsl: update program->InputsRead when referencing input...
2009-02-02 Brian Paulmesa: fix stand-alone glslcompiler
2009-02-02 Brian Paulmesa: make _mesa_fprint_program_opt() non-static
2009-02-02 Corbin Simpsonr300: Move some registers around.
next