mesa.git
2009-03-10 Keith Whitwellprogs/tests: compile with SCons and glew
2009-03-10 Keith Whitwelltrivial: add a logic op test
2009-03-10 Keith Whitwellvpglsl: add simple mov.glsl
2009-03-10 Michal Kroltgsi: Untabify.
2009-03-10 Michal Kroltgsi: Implement CLAMP opcode.
2009-03-10 Michal Kroltgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes...
2009-03-10 Michal Kroltgsi: ARL and FLOOR opcodes have the same implementation.
2009-03-10 Michal Kroltgsi: ARL is a vector instruction.
2009-03-10 Michal Kroltgsi: Note that LOG and EXP are approximations.
2009-03-10 Michal Kroltgsi: Document EXT_vertex_shader instruction set operat...
2009-03-10 Corbin Simpsonradeon-gallium: Unbreak non-RADEON_SOFTPIPE.
2009-03-10 Corbin Simpsonr300-gallium: Initial, broken, query setup.
2009-03-10 Corbin Simpsonradeon-gallium: Unbreak RADEON_SOFTPIPE.
2009-03-10 Corbin Simpsonr300-gallium: Unbreak fallback in surface_fill.
2009-03-10 Corbin Simpsonr300-gallium: Fix a handful of compiler warnings.
2009-03-10 Corbin Simpsonr300-gallium: First stab at texture support.
2009-03-10 Corbin Simpsonr300-gallium: Moar fixes in the register file.
2009-03-09 Brian Paulxmesa: set back-buffer's drawable field
2009-03-09 Keith Whitwellvpglsl: build with scons and glew
2009-03-09 Brian Pauldemos: in progs/demos/cubemap.c press c/f to cycle...
2009-03-09 Brian Pauli965: fix cube map lock-up / corruption
2009-03-09 Michel Dänzerscons: Also link in additional LLVM components.
2009-03-09 Kamalneet Singhlinux-llvm config: Linking with required llvm libs
2009-03-09 Michel Dänzerscons: Also define USE_XSHM for the glx/xlib state...
2009-03-09 Brian Paulst: silence warning
2009-03-09 Brian Paulst: remove unused DrawPixels code
2009-03-09 Brian Paulst: use pointer_to_offset() cast wrapper to convert...
2009-03-09 Brian Paulmesa: reorder register file enums
2009-03-09 Keith Whitwelltrivial: add tri-stipple to SConscript
2009-03-09 Keith Whitwellst: also check for a8 texture support in bitmap code
2009-03-09 Roland Scheideggerfix typo in fragment pipe alu define, should fix dot3_r...
2009-03-09 Keith Whitwellvbo: yet tighter still usage of FLUSH_NEED_CURRENT
2009-03-09 Keith Whitwellfp: enable a second texture unit and add a kil test...
2009-03-09 Michel DänzerFix up another instance of _mesa_unreference_framebuffer().
2009-03-09 Keith Whitwellvbo: stricter checks on Driver.NeedFlush
2009-03-09 Michel Dänzergallium: Fix p_refcnt.h for C++ compilers.
2009-03-09 Michal Kroltgsi: Implement CND, CND0 opcodes.
2009-03-09 Michal Kroltgsi: Remove redundant micro_ge() -- use micro_le().
2009-03-09 Michal Kroltgsi: Document ATI_fragment_shader instruction set...
2009-03-08 Corbin Simpsonr300-gallium: Unbreak trivial/point.
2009-03-08 Michal Kroltgsi: Document NV_vertex_program instruction set operat...
2009-03-07 Corbin Simpsonr300-gallium: Correct vertex format setup, cleanup...
2009-03-07 Corbin Simpsonr300-gallium: Clean up RS.
2009-03-07 Corbin Simpsonr300-gallium: Move a few registers.
2009-03-07 Brian Paulmesa: s/int/GLsizeiptr/ to silence warning with 64...
2009-03-07 Brian Paulgallium: use unsigned long to silence warnings with...
2009-03-07 Brian Paulr300: remove assignment to removed StringPos field
2009-03-07 Brian Paulmesa: move shared context state functions to new shared...
2009-03-07 Brian Paulvbo: make bind_array_obj() code a little more concise
2009-03-07 Brian Paulmesa: use @ to silence some Makefile output
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulswrast: remove old comment
2009-03-07 Brian Paulswrast: rename s_buffers.c -> s_clear.c
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2009-03-07 Brian Paulmesa: silence warning
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-07 Maciej Cencorar300: shut up valgrind
2009-03-07 Corbin Simpsonr300-gallium: Typo in assert.
2009-03-07 Corbin Simpsonr300-gallium: Emit vertex size.
2009-03-07 Corbin Simpsonr300-gallium: A bit more vertex format fixup.
2009-03-07 Ben Skeggsnouveau: use bo_handle_ref instead of bo_fake to get...
2009-03-07 Ben Skeggsnv50: simplify tesla object selection
2009-03-07 Ben Skeggsnouveau: fix more breakage from pipe_reference..
2009-03-07 Ben Skeggsnouveau: make stateobjs start off with refcount of 1
2009-03-07 Victor StinnerFix nv50_screen_create()
2009-03-07 Victor StinnerFix nouveau_pipe_create() / nouveau_context_init()...
2009-03-07 Alan CoopersmithAdd Solaris to OS'es using PROT_EXEC mmap() to get...
2009-03-07 Corbin Simpsonr300-gallium: Fix masking on vertex formats.
2009-03-07 Corbin Simpsonr300-gallium: Remove unknown regs.
2009-03-07 Corbin Simpsonr300-gallium: Actually do framebuffer setup.
2009-03-07 Corbin Simpsonr300-gallium: Make sure registers are inside BEGIN...
2009-03-07 Corbin Simpsonr300-gallium: Separate out fog block.
2009-03-06 Brian Paulglsl: call the program optimizer
2009-03-06 Brian Pauli965: check if we run out of GRF/temp registers
2009-03-06 Brian Paulmesa: added _mesa_read_shader() function to read shader...
2009-03-06 Brian Pauli965: bump up BRW_EU_MAX_INSN
2009-03-06 Brian Paulmesa: add new program optimizer code
2009-03-06 Brian Pauli965: comments
2009-03-06 Brian Pauli965: comments and minor clean-ups
2009-03-06 Brian Pauli965: avoid unnecessary calls to brw_wm_is_glsl()
2009-03-06 Maciej Cencorar300: fix depth write regression (found by Nicolai...
2009-03-06 Maciej Cencorar300: enable EXT_fog_coord extension
2009-03-06 Maciej Cencorar300: route fog coord and W pos correctly
2009-03-06 Maciej Cencorar300: rewrite and hopefully simplify RS setup
2009-03-06 Maciej Cencorar300: add few macros for RS setup
2009-03-06 Maciej Cencorar300: silence valgrind
2009-03-06 Maciej Cencorar300: Print reg address when debugging is enabled
2009-03-06 Keith Whitwellfp: add some more texture, position and kill tests
2009-03-06 Keith Whitwellfp: new kill + position test
2009-03-06 Keith Whitwellfp: dont reference fragment.position.zw
2009-03-06 Keith Whitwellengine: also print fps data to stdout
2009-03-06 Maciej Cencorar300: don't crash on sw tcl hw if point size vertex...
2009-03-06 Corbin Simpsonr300-gallium: GA enhancements.
2009-03-06 Corbin Simpsonr300-gallium: Flat/smooth shading state.
2009-03-06 Corbin Simpsonr300-gallium: Pick up a few more bits of rs_state.
2009-03-06 José Fonsecawgl: Check support for all other depth/stencil formats.
2009-03-06 José Fonsecawgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.
2009-03-06 Jeremy HuddlestonUpdated darwin config for when X11 is not in the same...
2009-03-06 José Fonsecamesa: Reads must also be done with lock held.
next