mesa.git
2007-08-16 michalBreak mesa dependencies.
2007-08-16 michalSilence compiler warnings.
2007-08-16 michalDefine ffs() for __WIN32__ & __MSC__.
2007-08-16 michalDefine __WIN32__.
2007-08-16 michalMove VS code from st_atom_fs.c to st_atom_vs.c.
2007-08-16 michalCosmetic changes.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-16 Brianmisc changes to support vertex shaders (disabled by...
2007-08-16 Brianrun real vertex shaders, a total hack for now
2007-08-16 Brianmake pass-through vertex shader
2007-08-16 Briancheck for null swrast (pipe work-around)
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-16 Briandisable Z value scaling - it's done in sp_quad_depth_test.c
2007-08-16 Brianmove the draw_alloc/free_tmps() functions to draw_prim.c
2007-08-16 BrianRemove GL/mesa types, rearrange things into more logica...
2007-08-16 michalAdd missing inlcude directory.
2007-08-16 michalCopy fragment z if the fragment shader does not write...
2007-08-16 BrianDrawing code refactoring.
2007-08-16 Brianpoint/line/polygon drawing (factored out of draw_vb.c)
2007-08-16 michalSilence warnings.
2007-08-16 michalSilence warnings.
2007-08-16 michalSilence warnings.
2007-08-16 michalSilence warnings.
2007-08-16 michalUse 'f' for float suffix.
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-16 Briantranslate GL texture targets to PIPE_TEXTURE_x values
2007-08-16 Brianadded PIPE_PRIM_x tokens (matching GL), use in a few...
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
next