OSDN Git Service

android-x86/external-mesa.git
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
2007-08-10 Brianremove some temporary hacks
2007-08-10 Brianadded pipe_surface_unreference()
2007-08-10 Brianinclude surface.offset in address calculations
2007-08-10 Keith WhitwellClean up / sanitize debugging
2007-08-10 Keith WhitwellMissing files
2007-08-10 Keith WhitwellRemove dead include line
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
next