Age | Commit message (Expand) | Author |
2007-08-14 | Add surface formats to be used for specifying vertex element layouts. | Keith Whitwell |
2007-08-14 | Continue reducing dependencies on core mesa include files. | Keith Whitwell |
2007-08-14 | minor hack to allow 1D textures to work | Brian |
2007-08-14 | refactor some code - cube map textures work now | Brian |
2007-08-14 | Implement texture cache with multiple, direct-mapped entries. | Brian |
2007-08-14 | Consolidate filter and mipmap level selection in choose_mipmap_levels(). | Brian |
2007-08-14 | Implement remaining mipmap modes for 2D textures. | Brian |
2007-08-14 | tgsi_sampler->get_samples() now operates on a quad (returns 4 colors). | Brian |
2007-08-13 | set renderbuffer Width/Height = texture size | Brian |
2007-08-13 | Added st_fb_orientation() function to determine the up/down orientation of th... | Brian |
2007-08-13 | map stencil buffer too | Brian |
2007-08-13 | added assertion to check that texture width is non-zero | Brian |
2007-08-13 | fix up some render-to-texture code ... almost there | Brian |
2007-08-13 | added an assertion | Brian |
2007-08-13 | Missing files | Keith Whitwell |
2007-08-13 | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell |
2007-08-13 | check if we have a zbuf before enabling depth_test stage | Brian |
2007-08-13 | fix some issues with texture/mipmap_tree state tracking | Brian |
2007-08-13 | with Y=0=top, front/back determination is negated | Brian |
2007-08-13 | check for ctx==NULL in st_renderbuffer_delete() | Brian |
2007-08-13 | fill in the get_tile() function so ReadPixels can work | Brian |
2007-08-13 | flush pipe before reading image | Brian |
2007-08-11 | Change/fix surface allocation functions. | Brian |
2007-08-11 | mt->pitch must be at least 16 because of 64-byte alignment in sp_region.c (fi... | Brian |
2007-08-11 | do clipping in get_tile() | Brian |
2007-08-11 | added Bitmap() stub, call st_validate_state() in DrawPixels | Brian |
2007-08-11 | remove some temp pipe hacks | Brian |
2007-08-11 | added st_cb_queryobj.c | Brian |
2007-08-11 | Begin/EndQuery functions | Brian |
2007-08-11 | repair breakage from recent pipe_winsys re-org | Brian |
2007-08-11 | fix invalid usage of buffer_unreference() | Brian |
2007-08-11 | notes/asserts for get/put_tile() | Brian |
2007-08-11 | move pipe_buffer_handle definition to top of file, use it in pipe_region | Brian |
2007-08-11 | remove #include mtypes.h | Brian |
2007-08-11 | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] | Keith Whitwell |
2007-08-11 | Fix some build failures. Move intelScreenContext to intel_context.c | Keith Whitwell |
2007-08-11 | Pull in improved debug from master | Keith Whitwell |
2007-08-11 | make it easier to compare debug code with non-pipe version | Keith Whitwell |
2007-08-11 | add intel_lock.c to build | keithw |
2007-08-11 | remove intel_ioctl.c | keithw |
2007-08-11 | move batch ioctl to intel_batchbuffer.c | keithw |
2007-08-11 | remove unused irq functions | keithw |
2007-08-11 | move locking to new file | keithw |
2007-08-11 | remove intelGetString() | keithw |
2007-08-10 | Move string functions to state_tracker, add queries to pipe, winsys. | Keith Whitwell |
2007-08-10 | Y invert, clean-up | Brian |
2007-08-10 | invert Y for scissor | Brian |
2007-08-10 | use winsys supported_formats() query | keithw |
2007-08-10 | add missing printf | keithw |
2007-08-10 | move dri_bo() to a header file | keithw |