2007-08-16 |
Brian | make pass-through vertex shader |
commit | commitdiff | tree |
2007-08-16 |
Brian | check for null swrast (pipe work-around) |
commit | commitdiff | tree |
2007-08-16 |
Brian | Begin added vertex shader state/support. |
commit | commitdiff | tree |
2007-08-16 |
Brian | disable Z value scaling - it's done in sp_quad_depth_test.c |
commit | commitdiff | tree |
2007-08-16 |
Brian | move the draw_alloc/free_tmps() functions to draw_prim.c |
commit | commitdiff | tree |
2007-08-16 |
Brian | Remove GL/mesa types, rearrange things into more logica... |
commit | commitdiff | tree |
2007-08-16 |
michal | Add missing inlcude directory. |
commit | commitdiff | tree |
2007-08-16 |
michal | Copy fragment z if the fragment shader does not write... |
commit | commitdiff | tree |
2007-08-16 |
Brian | Drawing code refactoring. |
commit | commitdiff | tree |
2007-08-16 |
Brian | point/line/polygon drawing (factored out of draw_vb.c) |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Use 'f' for float suffix. |
commit | commitdiff | tree |
2007-08-15 |
Keith Whitwell | Remove mesa include directories, be stricter about... |
commit | commitdiff | tree |
2007-08-16 |
Brian | translate GL texture targets to PIPE_TEXTURE_x values |
commit | commitdiff | tree |
2007-08-16 |
Brian | added PIPE_PRIM_x tokens (matching GL), use in a few... |
commit | commitdiff | tree |
2007-08-16 |
Brian | Hook in new draw_arrays() code, disabled for now. |
commit | commitdiff | tree |
2007-08-16 |
Brian | softpipe_draw_arrays() function |
commit | commitdiff | tree |
2007-08-16 |
Brian | added new draw_arrays() |
commit | commitdiff | tree |
2007-08-16 |
Brian | convert vbo->draw_prims() to pipe->draw_arrays(): works... |
commit | commitdiff | tree |
2007-08-16 |
Brian | added vertex array info fields |
commit | commitdiff | tree |
2007-08-16 |
Brian | added draw_set_vertex_array_info() |
commit | commitdiff | tree |
2007-08-16 |
Brian | comment |
commit | commitdiff | tree |
2007-08-15 |
michal | Add UsageMask to DECLARATION in TGSI. |
commit | commitdiff | tree |
2007-08-15 |
michal | Add declaration_semantic token to TGSI. |
commit | commitdiff | tree |
2007-08-15 |
michal | Declare fragment shader output registers. |
commit | commitdiff | tree |
2007-08-15 |
michal | Cleanup, do not use fp_attr_to_slot[] mapping array. |
commit | commitdiff | tree |
2007-08-15 |
Brian | sketch out vbo drawing function |
commit | commitdiff | tree |
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 |
next |