2007-08-15 |
Brian | added state funcs for vertex buffer/element info |
commit | commitdiff | tree |
2007-08-15 |
Brian | softpipe vertex element/buffer state funcs |
commit | commitdiff | tree |
2007-08-15 |
Brian | comments |
commit | commitdiff | tree |
2007-08-15 |
Brian | added some const qualifiers |
commit | commitdiff | tree |
2007-08-15 |
Brian | comments, minor clean-ups |
commit | commitdiff | tree |
2007-08-14 |
Brian | use regular malloc/free instead of macros |
commit | commitdiff | tree |
2007-08-14 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-14 |
Brian | added glCopyPixels stub |
commit | commitdiff | tree |
2007-08-14 |
Brian | fix typo |
commit | commitdiff | tree |
2007-08-14 |
Brian | minor hack to allow 1D textures to work |
commit | commitdiff | tree |
2007-08-14 |
Brian | vars to test 1D/2D textures with linear/nearest filtering |
commit | commitdiff | tree |
2007-08-14 |
Brian | refactor some code - cube map textures work now |
commit | commitdiff | tree |
2007-08-14 |
Brian | Implement texture cache with multiple, direct-mapped... |
commit | commitdiff | tree |
2007-08-14 |
Brian | Consolidate filter and mipmap level selection in choose... |
commit | commitdiff | tree |
2007-08-14 |
Brian | Implement remaining mipmap modes for 2D textures. |
commit | commitdiff | tree |
2007-08-14 |
Brian | tgsi_sampler->get_samples() now operates on a quad... |
commit | commitdiff | tree |
2007-08-14 |
Keith Whitwell | Beginnings of a demand-filled post-tnl vertex cache. |
commit | commitdiff | tree |
2007-08-14 |
Keith Whitwell | Add structs and set-functions for vertex buffer, elemen... |
commit | commitdiff | tree |
2007-08-14 |
Keith Whitwell | Add surface formats to be used for specifying vertex... |
commit | commitdiff | tree |
2007-08-14 |
Keith Whitwell | Continue reducing dependencies on core mesa include... |
commit | commitdiff | tree |
2007-08-14 |
Brian | added pixelzoom cmd line opt |
commit | commitdiff | tree |
2007-08-14 |
Brian | set renderbuffer Width/Height = texture size |
commit | commitdiff | tree |
2007-08-14 |
Brian | Added st_fb_orientation() function to determine the... |
commit | commitdiff | tree |
2007-08-14 |
Brian | map stencil buffer too |
commit | commitdiff | tree |
2007-08-14 |
Brian | added assertion to check that texture width is non... |
commit | commitdiff | tree |
2007-08-14 |
Brian | fix up some render-to-texture code ... almost there |
commit | commitdiff | tree |
2007-08-14 |
Brian | added an assertion |
commit | commitdiff | tree |
2007-08-13 |
Keith Whitwell | Missing files |
commit | commitdiff | tree |
2007-08-13 |
Keith Whitwell | Start breaking the #include dependencies between pipe... |
commit | commitdiff | tree |
2007-08-13 |
Brian | check if we have a zbuf before enabling depth_test... |
commit | commitdiff | tree |
2007-08-13 |
Brian | fix some issues with texture/mipmap_tree state tracking |
commit | commitdiff | tree |
2007-08-13 |
Brian | with Y=0=top, front/back determination is negated |
commit | commitdiff | tree |
2007-08-13 |
Brian | check for ctx==NULL in st_renderbuffer_delete() |
commit | commitdiff | tree |
2007-08-13 |
Brian | Draw white square in lower-left corner to test orientation |
commit | commitdiff | tree |
2007-08-13 |
Brian | fill in the get_tile() function so ReadPixels can work |
commit | commitdiff | tree |
2007-08-13 |
Brian | flush pipe before reading image |
commit | commitdiff | tree |
2007-08-11 |
Brian | Change/fix surface allocation functions. |
commit | commitdiff | tree |
2007-08-11 |
Brian | mt->pitch must be at least 16 because of 64-byte alignm... |
commit | commitdiff | tree |
2007-08-11 |
Brian | do clipping in get_tile() |
commit | commitdiff | tree |
2007-08-11 |
Brian | added Bitmap() stub, call st_validate_state() in DrawPixels |
commit | commitdiff | tree |
2007-08-11 |
Brian | remove some temp pipe hacks |
commit | commitdiff | tree |
2007-08-11 |
Brian | added st_cb_queryobj.c |
commit | commitdiff | tree |
2007-08-11 |
Brian | Begin/EndQuery functions |
commit | commitdiff | tree |
2007-08-11 |
Brian | repair breakage from recent pipe_winsys re-org |
commit | commitdiff | tree |
2007-08-11 |
Brian | fix invalid usage of buffer_unreference() |
commit | commitdiff | tree |
2007-08-11 |
Brian | notes/asserts for get/put_tile() |
commit | commitdiff | tree |
2007-08-11 |
Brian | move pipe_buffer_handle definition to top of file,... |
commit | commitdiff | tree |
2007-08-11 |
Brian | remove #include mtypes.h |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | Fix some build failures. Move intelScreenContext to... |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | Pull in improved debug from master |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | make it easier to compare debug code with non-pipe... |
commit | commitdiff | tree |
2007-08-10 |
keithw | add intel_lock.c to build |
commit | commitdiff | tree |
2007-08-10 |
keithw | remove intel_ioctl.c |
commit | commitdiff | tree |
2007-08-10 |
keithw | move batch ioctl to intel_batchbuffer.c |
commit | commitdiff | tree |
2007-08-10 |
keithw | remove unused irq functions |
commit | commitdiff | tree |
2007-08-10 |
keithw | move locking to new file |
commit | commitdiff | tree |
2007-08-10 |
keithw | remove intelGetString() |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Move string functions to state_tracker, add queries... |
commit | commitdiff | tree |
2007-08-10 |
Brian | Y invert, clean-up |
commit | commitdiff | tree |
2007-08-10 |
Brian | invert Y for scissor |
commit | commitdiff | tree |
2007-08-10 |
keithw | use winsys supported_formats() query |
commit | commitdiff | tree |
2007-08-10 |
keithw | add missing printf |
commit | commitdiff | tree |
2007-08-10 |
keithw | move dri_bo() to a header file |
commit | commitdiff | tree |
2007-08-10 |
Brian | added pipe->max_texture_size() query, use it in st_draw... |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Lift common winsys functions into pipe's new p_winsys. |
commit | commitdiff | tree |
2007-08-10 |
Brian | fix image orientation |
commit | commitdiff | tree |
2007-08-10 |
Brian | readpixels handles any format/type/packing/transfer... |
commit | commitdiff | tree |
2007-08-10 |
Brian | setup sampler state, computed wincoords with pixel... |
commit | commitdiff | tree |
2007-08-10 |
Brian | don't hardcode cpp |
commit | commitdiff | tree |
2007-08-10 |
Brian | added st_sizeof_format() |
commit | commitdiff | tree |
2007-08-10 |
Brian | glRead/DrawPixels test |
commit | commitdiff | tree |
2007-08-10 |
Brian | basic texture-based glDrawPixels path works |
commit | commitdiff | tree |
2007-08-10 |
Brian | use st_mesa_format_to_pipe_format() |
commit | commitdiff | tree |
2007-08-10 |
Brian | added st_mesa_format_to_pipe_format() |
commit | commitdiff | tree |
2007-08-10 |
Brian | alignment/pitch/width clean-ups |
commit | commitdiff | tree |
2007-08-10 |
Brian | minor clean-ups |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Handle glFlush/glFinish through the state tracker. |
commit | commitdiff | tree |
2007-08-10 |
Brian | pipe->region_alloc() now takes width instead of pitch... |
commit | commitdiff | tree |
2007-08-10 |
Brian | fix asst glitches |
commit | commitdiff | tree |
2007-08-10 |
michal | Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. |
commit | commitdiff | tree |
2007-08-10 |
michal | Support predicates. |
commit | commitdiff | tree |
2007-08-10 |
Brian | added st_cb_readpixels.c |
commit | commitdiff | tree |
2007-08-10 |
Brian | use st_cb_readpixels.c |
commit | commitdiff | tree |
2007-08-10 |
Brian | glReadPixels |
commit | commitdiff | tree |
2007-08-10 |
Brian | add missing break stmt |
commit | commitdiff | tree |
2007-08-10 |
Brian | more render to texture work |
commit | commitdiff | tree |
2007-08-10 |
Brian | sketch out some render-to-texture code |
commit | commitdiff | tree |
2007-08-10 |
Brian | remove some temporary hacks |
commit | commitdiff | tree |
2007-08-10 |
Brian | added pipe_surface_unreference() |
commit | commitdiff | tree |
2007-08-10 |
Brian | include surface.offset in address calculations |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Clean up / sanitize debugging |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Missing files |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Remove dead include line |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Fix merge issue |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Give softpipe a native texture layout of its own. |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Add printf handlers, pass pci id and move texlayout... |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Pass pci_id to i915_create() |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Add a printf method to winsys and use for all debugging. |
commit | commitdiff | tree |
2007-08-10 |
Keith Whitwell | Add a printf method to winsys. Not currently used. |
commit | commitdiff | tree |
next |