2007-08-14 |
Brian | tgsi_sampler->get_samples() now operates on a quad... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added pixelzoom cmd line opt |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | set renderbuffer Width/Height = texture size |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | Added st_fb_orientation() function to determine the... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | map stencil buffer too |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added assertion to check that texture width is non... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | fix up some render-to-texture code ... almost there |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added an assertion |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Keith Whitwell | Missing files |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Keith Whitwell | Start breaking the #include dependencies between pipe... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | check if we have a zbuf before enabling depth_test... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | fix some issues with texture/mipmap_tree state tracking |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | with Y=0=top, front/back determination is negated |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | check for ctx==NULL in st_renderbuffer_delete() |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | Draw white square in lower-left corner to test orientation |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | fill in the get_tile() function so ReadPixels can work |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | flush pipe before reading image |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | Change/fix surface allocation functions. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | mt->pitch must be at least 16 because of 64-byte alignm... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | do clipping in get_tile() |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | added Bitmap() stub, call st_validate_state() in DrawPixels |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | remove some temp pipe hacks |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | added st_cb_queryobj.c |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | Begin/EndQuery functions |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | repair breakage from recent pipe_winsys re-org |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | fix invalid usage of buffer_unreference() |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | notes/asserts for get/put_tile() |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | move pipe_buffer_handle definition to top of file,... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Brian | remove #include mtypes.h |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Keith Whitwell | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Keith Whitwell | Fix some build failures. Move intelScreenContext to... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Keith Whitwell | Pull in improved debug from master |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Keith Whitwell | make it easier to compare debug code with non-pipe... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | add intel_lock.c to build |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | remove intel_ioctl.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | move batch ioctl to intel_batchbuffer.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | remove unused irq functions |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | move locking to new file |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | remove intelGetString() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Move string functions to state_tracker, add queries... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | Y invert, clean-up |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | invert Y for scissor |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | use winsys supported_formats() query |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | add missing printf |
commit | commitdiff | tree | snapshot |
2007-08-10 |
keithw | move dri_bo() to a header file |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added pipe->max_texture_size() query, use it in st_draw... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Lift common winsys functions into pipe's new p_winsys. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | fix image orientation |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | readpixels handles any format/type/packing/transfer... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | setup sampler state, computed wincoords with pixel... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | don't hardcode cpp |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added st_sizeof_format() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | glRead/DrawPixels test |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | basic texture-based glDrawPixels path works |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | use st_mesa_format_to_pipe_format() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added st_mesa_format_to_pipe_format() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | alignment/pitch/width clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | minor clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Handle glFlush/glFinish through the state tracker. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | pipe->region_alloc() now takes width instead of pitch... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | fix asst glitches |
commit | commitdiff | tree | snapshot |
2007-08-10 |
michal | Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
michal | Support predicates. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added st_cb_readpixels.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | use st_cb_readpixels.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | glReadPixels |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | add missing break stmt |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | more render to texture work |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | sketch out some render-to-texture code |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | remove some temporary hacks |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | added pipe_surface_unreference() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | include surface.offset in address calculations |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Clean up / sanitize debugging |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Missing files |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Remove dead include line |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Fix merge issue |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Give softpipe a native texture layout of its own. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Add printf handlers, pass pci id and move texlayout... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Pass pci_id to i915_create() |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Add a printf method to winsys and use for all debugging. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Keith Whitwell | Add a printf method to winsys. Not currently used. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | obsolete files |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | no longer need intel_surface.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | move intel_supported_formats() into intel_context.c |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | we can now just rely on softpipe for surface creation... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | flesh out w/ more formats, y=0=top convention |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | return (softpipe) in GL_RENDERER string - temporarily |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | rename st_cb_teximage.h st_format.h |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | Rename (file contains surface format-related functions) |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | code movement |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | invert Y axis |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | change triangle orientation, fix exit() |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | asst changes to get softpipe rendering again (no zbuf... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | init strb->Base.DataType appropriately, clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | export softpipe_init_surface_funcs() |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Brian | added null ptr checks |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | Split texfilter enums to match common hardware usage. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | silence warning |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Keith Whitwell | silence warning |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Brian | more work toward texture-based glDrawPixels |
commit | commitdiff | tree | snapshot |
next |