add some whitespace
[mesa.git] / src / mesa / state_tracker /
2007-12-07 BrianAdd PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().
2007-12-07 Brianadded ST_SURFACE_DEPTH
2007-12-07 Brianmove surface pitch calculation so it always gets updated
2007-12-07 Brianfix void pointer arithmetic warnings
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerRemove remnants of 'intel' from active state tracker...
2007-12-06 Michel Dänzerst_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-12-05 Briansilence warning
2007-12-05 Brianadded PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-24 Michal KrolCleanup PIPE_FORMAT names.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-22 José FonsecaThe right include was mtypes.h.
2007-11-22 José FonsecaFix build errors.
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-17 BrianReimplement glRasterPos using the private 'draw' module.
2007-11-17 Brianadjustments so st_feedback_draw_vbo() can be used for...
2007-11-08 Briansimplify depth_value(), return proper value for Z16...
2007-11-08 Briannew init_renderbuffer_bits() helper
2007-11-08 Brianmove EXT_shadow_funcs assignment
2007-11-08 Brianset sampler state for shadow test
2007-11-08 BrianReplace gl_stencil_func_to_sp() and gl_depth_func_to_sp...
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-08 Michel DänzerRename struct field 'private' to 'priv'.
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Brianenable GL_ARB/NV_point_sprite together
2007-11-07 BrianFloat->uint conversion for PIPE_FORMAT_U_Z32 resulted...
2007-11-07 Brianinit glsl functions in st_init_driver_functions()
2007-11-07 Brianfix typos, re-enable some extensions to get back to...
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-07 BrianImproved logic for setting up depth/stencil buffers...
2007-11-06 Brianrealloc surface if format changes, remove dead code
2007-11-06 Brianinit luminance/intensity_bits to zero in st_get_format_...
2007-11-06 José FonsecaHandle the corner case of 24bit depth buffer with 0bit...
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 Michel DänzerConvert format bitfields to shifts and masks.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-05 Briandon't include mtypes.h in st_public.h
2007-11-05 Brianmove st_invalidate_state() prototype to st_context.h
2007-11-05 BrianRemove some temporary state tracker context/framebuffer...
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-05 Brianadded st_notify_swapbuffers()
2007-11-05 Brianadded st_get_framebuffer_surface() and ST_SURFACE_x...
2007-11-05 Briancomments, tweaks
2007-11-05 Brianadded st_unreference_framebuffer()
2007-11-05 Brianset stfb->Base.Initialized
2007-11-05 Brianadded st_resize_framebuffer()
2007-11-05 Brianst_create_framebuffer() working
2007-11-05 Brianmove st_create_framebuffer() to new st_framebuffer...
2007-11-05 Briannew file for st_framebuffer stuff
2007-11-05 BrianIntroduce st_framebuffer type and st_create_framebuffer...
2007-11-05 Brianadded check for fb==NULL
2007-11-05 Brianinclude context.h
2007-11-05 Briancall FLUSH_VERTICES() in st_flush()
2007-11-05 Brianpublic st_flush()
2007-11-04 BrianCheck if the user/texenvprogram is just a pass-through...
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-11-02 BrianStart re-working SwapBuffers.
2007-11-02 BrianSketch out new create/destroy context functions which...
2007-11-02 Briansilence the finalize_mipmap_tree msg
2007-11-02 Brianplug in _mesa_test_proxy_teximage, temporarily
2007-11-02 Brianremove dead code
2007-11-02 Brianremove unneeded tnl stuff
2007-10-31 BrianNo longer need st_update_tnl atom
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-31 Brianplug st_invalidate_state() into ctx->Driver.UpdateState
2007-10-31 BrianImplement shader concatenation for glBitmap.
2007-10-30 Briancombine shaders for glCopyPixels
2007-10-30 BrianUse program serial numbers to avoid re-generating fragm...
2007-10-30 BrianBefore calling texformat->StoreImage() set _ImageTransf...
2007-10-30 Briancolor matrix
2007-10-30 Brianstart using program cache
2007-10-30 Brianadded pixel_transfer_cache
2007-10-30 Michel Dänzertgsi_translate_mesa_program: Don't crash when program...
2007-10-30 BrianDisable debug code.
2007-10-30 BrianRemove obsolete files
2007-10-30 BrianRename file since it's now a state atom
2007-10-30 Briancheckpoint: combine pixel transfer and user shader...
2007-10-30 Brianmake st_upload_constants() public
2007-10-30 Brianadded pixel_transfer_program field
2007-10-30 Brianadded st_update_pixel_transfer atom
2007-10-30 Brianbug fixes, implement state atom for pixel transfer
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-30 Briancomment unused 'cb' field
2007-10-30 Brianupdate comments, fix typo
2007-10-30 BrianInitial version of st_get_pixel_transfer_program().
2007-10-30 Zack RusinEnable immediates in TGSI and work with them in LLVM...
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Brianremove dead code
2007-10-29 Briancheck for signed vs. unsigned in st_get_format_info...
2007-10-29 Briansimplify code which access the current vertex/fragment...
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-29 Zack RusinRefactor the LLVM code a bit.
2007-10-29 Michal KrolRemove TGSI_INTERPOLATE_ATTRIB.
2007-10-29 Michal KrolFix newlines.
next