mesa.git
2007-08-10 Keith WhitwellFix merge issue
2007-08-10 Keith WhitwellGive softpipe a native texture layout of its own.
2007-08-10 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-10 Keith WhitwellPass pci_id to i915_create()
2007-08-10 Keith WhitwellAdd a printf method to winsys and use for all debugging.
2007-08-10 Keith WhitwellAdd a printf method to winsys. Not currently used.
2007-08-10 Brianobsolete files
2007-08-10 Brianno longer need intel_surface.c
2007-08-10 Brianmove intel_supported_formats() into intel_context.c
2007-08-10 Brianwe can now just rely on softpipe for surface creation...
2007-08-10 Brianflesh out w/ more formats, y=0=top convention
2007-08-10 Brianreturn (softpipe) in GL_RENDERER string - temporarily
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-10 BrianRename (file contains surface format-related functions)
2007-08-10 Briancode movement
2007-08-10 Brianinvert Y axis
2007-08-10 Brianchange triangle orientation, fix exit()
2007-08-09 Brianasst changes to get softpipe rendering again (no zbuf...
2007-08-09 Brianinit strb->Base.DataType appropriately, clean-ups
2007-08-09 Brianexport softpipe_init_surface_funcs()
2007-08-09 Brianadded null ptr checks
2007-08-09 Keith WhitwellSplit texfilter enums to match common hardware usage.
2007-08-09 Keith Whitwellsilence warning
2007-08-09 Keith Whitwellsilence warning
2007-08-10 Brianmore work toward texture-based glDrawPixels
2007-08-10 Briancomments
2007-08-10 Brianmove viewport Y inversion to state tracker
2007-08-09 Keith WhitwellAdd more i915 state packets.
2007-08-09 Keith WhitwellRemove unused file
2007-08-10 Brianinvert Y axis with the viewport transformation to put...
2007-08-10 Brianvertex colors are ARGB
2007-08-09 Keith WhitwellMissing files
2007-08-09 Keith WhitwellSome basic state - blend and ztest sort of work.
2007-08-09 Keith WhitwellRemove references to fallbacks from this directory
2007-08-09 Briancomments, assertions, etc
2007-08-09 BrianObsolete
2007-08-09 Briandead code removal
2007-08-09 Keith WhitwellEmit drawrect command as we no longer ask the kernel...
2007-08-09 Keith WhitwellRemove unused blit functions.
2007-08-09 Keith WhitwellDon't reemit hardware state *every* primitive.
2007-08-09 Brianfix merge conflicts
2007-08-09 Briandon't use intel_read_draw_buffer.c anymore
2007-08-09 Brianassertions
2007-08-09 Brian*numFormats = 3
2007-08-09 Brianminor clean-ups
2007-08-09 Brianremove intel_depthstencil.c and intel_fbo.c
2007-08-09 BrianObsolete files
2007-08-09 Briandon't include intel_depthstencil.h
2007-08-09 Brianremove some includes
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-08-09 Brianremove dead code, remove intel_fbo.h includes
2007-08-09 Briansurface-related prototypes
2007-08-09 Briancheckpoint: no longer using intel_fbo.c
2007-08-09 Brianremove color_rb[] and lots of dead code
2007-08-09 Briandisable intel_get_rb_region()
2007-08-09 Briancheckpoint: more intel_renderbuffer removal
2007-08-09 Briancheckpoint: intel_renderbuffer removal (intel_renderbuf...
2007-08-09 Briancheckpoint: intel_renderbuffer removal (move vbl_pendin...
2007-08-09 Briancheckpoint: intel_renderbuffer removal
2007-08-09 michalUpdate opcode list.
2007-08-09 michalFurther opcode list reorg.
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-09 Keith WhitwellSupporting batchbuffer changes for 1st hwpipe triangles...
2007-08-09 Keith WhitwellRemove unreferenced file.
2007-08-09 Keith WhitwellTweaks to state emit, acheives first hw triangles from...
2007-08-09 Keith WhitwellPull in debug code for human-readable batchbuffer dumps.
2007-08-09 Keith WhitwellThe pipe version of these files. Can probably relocate...
2007-08-09 Keith WhitwellPut back the old versions of intel_tex_layout.* in...
2007-08-09 Keith WhitwellHook up pipe flush functionality
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-09 Keith WhitwellSplit swapbuffers and read/draw buffers functionality...
2007-08-09 michalDeclare missing opcode aliases. Declare SGN opcode.
2007-08-08 Brianupdate lod bias, limits
2007-08-08 Brianclean-up
2007-08-08 Brianuse surface offset value in get_tile()
2007-08-08 Brianinitial lod/mipmap texture supported
2007-08-08 Briansetup frag shader state: color pass-through program
2007-08-08 Brianadded assertion
2007-08-08 Brianprint_vertex func for debugging
2007-08-08 Briannew assertions
2007-08-08 michalAdd D3D9 opcodes up to ps_2_x and vs_2_x.
2007-08-08 Keith WhitwellDon't use hardware driver by default, until its working...
2007-08-08 Keith WhitwellThe i915simple driver now runs well enough to lock...
2007-08-08 Keith WhitwellCall init_state_funcs
2007-08-08 Keith WhitwellFix typo so that i915simple actually gets used.
2007-08-08 keithwremove unused file
2007-08-08 keithwremove unused file
2007-08-08 Keith WhitwellRemove unused code, definitions.
2007-08-08 rootincrease texture size to 32x32
2007-08-08 Brianvery simple texture cache implementation
2007-08-08 Brianfix qs->next tests
2007-08-08 Brianadd quad_stage::begin() funcs
2007-08-08 BrianAdd a quad_stage::begin() method to do per-primitive...
2007-08-08 Keith WhitwellRemove more dead files.
2007-08-08 Keith WhitwellRemove dead files.
2007-08-08 Keith WhitwellPull in i915simple.a
2007-08-08 Keith WhitwellHook up i915simple. Doesn't compile.
2007-08-08 Brianrewrite texture sampling code (smaller, simpler)
2007-08-08 Brianadd lambda param to get_sample()
next