mesa.git
2007-08-16 BrianHook in new draw_arrays() code, disabled for now.
2007-08-16 Briansoftpipe_draw_arrays() function
2007-08-16 Brianadded new draw_arrays()
2007-08-16 Brianconvert vbo->draw_prims() to pipe->draw_arrays(): works...
2007-08-16 Brianadded vertex array info fields
2007-08-16 Brianadded draw_set_vertex_array_info()
2007-08-16 Briancomment
2007-08-15 michalAdd UsageMask to DECLARATION in TGSI.
2007-08-15 michalAdd declaration_semantic token to TGSI.
2007-08-15 michalDeclare fragment shader output registers.
2007-08-15 michalCleanup, do not use fp_attr_to_slot[] mapping array.
2007-08-15 Briansketch out vbo drawing function
2007-08-15 Brianadded state funcs for vertex buffer/element info
2007-08-15 Briansoftpipe vertex element/buffer state funcs
2007-08-15 Briancomments
2007-08-15 Brianadded some const qualifiers
2007-08-15 Briancomments, minor clean-ups
2007-08-14 Brianuse regular malloc/free instead of macros
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Brianadded glCopyPixels stub
2007-08-14 Brianfix typo
2007-08-14 Brianminor hack to allow 1D textures to work
2007-08-14 Brianvars to test 1D/2D textures with linear/nearest filtering
2007-08-14 Brianrefactor some code - cube map textures work now
2007-08-14 BrianImplement texture cache with multiple, direct-mapped...
2007-08-14 BrianConsolidate filter and mipmap level selection in choose...
2007-08-14 BrianImplement remaining mipmap modes for 2D textures.
2007-08-14 Briantgsi_sampler->get_samples() now operates on a quad...
2007-08-14 Keith WhitwellBeginnings of a demand-filled post-tnl vertex cache.
2007-08-14 Keith WhitwellAdd structs and set-functions for vertex buffer, elemen...
2007-08-14 Keith WhitwellAdd surface formats to be used for specifying vertex...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-14 Brianadded pixelzoom cmd line opt
2007-08-14 Brianset renderbuffer Width/Height = texture size
2007-08-14 BrianAdded st_fb_orientation() function to determine the...
2007-08-14 Brianmap stencil buffer too
2007-08-14 Brianadded assertion to check that texture width is non...
2007-08-14 Brianfix up some render-to-texture code ... almost there
2007-08-14 Brianadded an assertion
2007-08-13 Keith WhitwellMissing files
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-13 Briancheck if we have a zbuf before enabling depth_test...
2007-08-13 Brianfix some issues with texture/mipmap_tree state tracking
2007-08-13 Brianwith Y=0=top, front/back determination is negated
2007-08-13 Briancheck for ctx==NULL in st_renderbuffer_delete()
2007-08-13 BrianDraw white square in lower-left corner to test orientation
2007-08-13 Brianfill in the get_tile() function so ReadPixels can work
2007-08-13 Brianflush pipe before reading image
2007-08-11 BrianChange/fix surface allocation functions.
2007-08-11 Brianmt->pitch must be at least 16 because of 64-byte alignm...
2007-08-11 Briando clipping in get_tile()
2007-08-11 Brianadded Bitmap() stub, call st_validate_state() in DrawPixels
2007-08-11 Brianremove some temp pipe hacks
2007-08-11 Brianadded st_cb_queryobj.c
2007-08-11 BrianBegin/EndQuery functions
2007-08-11 Brianrepair breakage from recent pipe_winsys re-org
2007-08-11 Brianfix invalid usage of buffer_unreference()
2007-08-11 Briannotes/asserts for get/put_tile()
2007-08-11 Brianmove pipe_buffer_handle definition to top of file,...
2007-08-11 Brianremove #include mtypes.h
2007-08-11 Keith WhitwellRename intel_buffers.[ch] to intel_swapbuffers.[ch]
2007-08-11 Keith WhitwellFix some build failures. Move intelScreenContext to...
2007-08-11 Keith WhitwellPull in improved debug from master
2007-08-11 Keith Whitwellmake it easier to compare debug code with non-pipe...
2007-08-10 keithwadd intel_lock.c to build
2007-08-10 keithwremove intel_ioctl.c
2007-08-10 keithwmove batch ioctl to intel_batchbuffer.c
2007-08-10 keithwremove unused irq functions
2007-08-10 keithwmove locking to new file
2007-08-10 keithwremove intelGetString()
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 BrianY invert, clean-up
2007-08-10 Brianinvert Y for scissor
2007-08-10 keithwuse winsys supported_formats() query
2007-08-10 keithwadd missing printf
2007-08-10 keithwmove dri_bo() to a header file
2007-08-10 Brianadded pipe->max_texture_size() query, use it in st_draw...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Brianfix image orientation
2007-08-10 Brianreadpixels handles any format/type/packing/transfer...
2007-08-10 Briansetup sampler state, computed wincoords with pixel...
2007-08-10 Briandon't hardcode cpp
2007-08-10 Brianadded st_sizeof_format()
2007-08-10 BrianglRead/DrawPixels test
2007-08-10 Brianbasic texture-based glDrawPixels path works
2007-08-10 Brianuse st_mesa_format_to_pipe_format()
2007-08-10 Brianadded st_mesa_format_to_pipe_format()
2007-08-10 Brianalignment/pitch/width clean-ups
2007-08-10 Brianminor clean-ups
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Brianfix asst glitches
2007-08-10 michalAdd SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x.
2007-08-10 michalSupport predicates.
2007-08-10 Brianadded st_cb_readpixels.c
2007-08-10 Brianuse st_cb_readpixels.c
2007-08-10 BrianglReadPixels
2007-08-10 Brianadd missing break stmt
2007-08-10 Brianmore render to texture work
2007-08-10 Briansketch out some render-to-texture code
next