mesa.git
2007-12-09 BrianDisable swrast, swrast_setup and driverfuncs in the...
2007-12-09 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-12-09 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-09 Brianinclude tgsi_dump.h
2007-12-09 BrianReplace "duplicate" formats
2007-12-09 BrianGet rid of "duplicate" formats.
2007-12-09 BrianEnable the tile clear "optimization"
2007-12-09 BrianMake sp_tile_cache_flush_clear() static.
2007-12-09 BrianConvert the clearValue back to floats for sp_tile_cache...
2007-12-09 BrianSome tile cache improvements, clean-ups.
2007-12-09 Briandon't dereference pt after realloc - fixes valgrind...
2007-12-09 Brianadd some whitespace
2007-12-09 BrianMove struct softpipe_texture definition into sp_texture.h
2007-12-09 Brianminor code movement
2007-12-09 BrianAdd PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().
2007-12-09 Brianbyteswapping fixes in choose_pixel_format()
2007-12-09 Brianremove stray ;
2007-12-09 BrianRemove obsolete xlib driver files
2007-12-09 BrianOverhaul the Xlib winsys layer.
2007-12-09 Brianadded ST_SURFACE_DEPTH
2007-12-09 Brianmove surface pitch calculation so it always gets updated
2007-12-09 Brianfix void pointer arithmetic warnings
2007-12-09 Briansilence void ptr arithmetic warning
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerRemove remnants of 'intel' from active state tracker...
2007-12-09 Michel Dänzerst_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-12-09 BrianAdd dependency checking for Cell driver sources.
2007-12-09 Briansilence warning
2007-12-09 Brianadded PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()
2007-12-09 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-12-09 Brianadded B8G8R8A8 support and improved pixel format select...
2007-12-09 Brianadded tile funcs for B8G8R8A8 format
2007-12-09 Brianadded B8G8R8A8 format
2007-12-09 Brianadded -fPIC
2007-12-09 Briandon't build libglw
2007-12-09 BrianInitial Cell driver infrastructure.
2007-12-09 Brianglut doesn't need -lXt
2007-12-09 José FonsecaCover state tracker and winsys driver. Tweak parameters.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-12-05 Ben Skeggsnv50: 3d driver skeleton
2007-12-05 Ben Skeggsnouveau: g8x winsys support, yay softpipe!
2007-11-25 Ben Skeggsnv40: fix build after gallium changes
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-25 Ben Skeggsnv40: be more flexible with render target setup
2007-11-25 Ben Skeggsnv40: remove unused stuff
2007-11-25 Ben Skeggsnv40: point sprites
2007-11-25 Ben Skeggsnv40: fp arbitrary swizzling/negation
2007-11-24 Michal KrolCleanup PIPE_FORMAT names.
2007-11-23 Michal Krolgallium: remove sp_headers.h references.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-23 Michal Krolgallium: back out winsys interface changes
2007-11-23 Ben Skeggsnv40: support for keeping multiple vtxprogs on the...
2007-11-22 José FonsecaUse the new vertex buffer draw stage.
2007-11-22 José FonsecaNew vertex buffer stage.
2007-11-22 José FonsecaFix build.
2007-11-22 José FonsecaThe right include was mtypes.h.
2007-11-22 José FonsecaFix build errors.
2007-11-22 MichalFix compatibility issues between gcc and msvc.
2007-11-22 MichalMake it compile under Win32.
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-21 Brianmore simplification, clean-up in draw_set_vertex_info()
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-21 BrianSimplify draw module's vertex_info.
2007-11-21 Ben Skeggsnouveau: wait for sync after m2mf also, to be thourough.
2007-11-21 Ben Skeggsnv40: Better teximage layout, probably not 100% correct...
2007-11-21 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-20 Brianadd PIPE_FORMAT_Z24_S8 support to softpipe patsh
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-20 Ben Skeggsnv40: force reupload of all consts on vtxprog change
2007-11-20 Ben Skeggsnouveau: temporary workaround for dodgy buffer code
2007-11-20 Ben Skeggsnv40: "rect" textures, anisotropic filtering
2007-11-20 Ben Skeggsnv40: fix a couple of typos
2007-11-20 Ben Skeggsnv40: use native Z24_S8 format for zeta buffer
2007-11-20 Ben SkeggsAdd support for Z24_S8 to GL state tracker.
2007-11-20 Ben Skeggsnv40: track pipe const id
2007-11-20 Ben Skeggsnv40: remove use of temps for KILP, implement KIL
2007-11-20 Ben Skeggsnouveau: update to latest header
2007-11-20 Brianoptimize earlyz_quad(), add comments, remove unneeded...
2007-11-20 Brianoptimize linear_interpolation(), perspective_interpolat...
2007-11-18 Michal KrolImplement early depth test.
2007-11-18 Ben Skeggsnouveau: m2mf fallback path for region copies.
2007-11-18 Ben Skeggsnv40: fix thinko == fix 3d textures
2007-11-18 Ben Skeggsnv40: support TXP again
2007-11-18 Ben Skeggsnv40: some very rough guesses for get_paramf()
2007-11-18 Ben Skeggsnouveau: oops, when'd that disappear..
2007-11-18 Ben Skeggsnouveau: Very rough cut at gallium winsys + nv40 pipe...
2007-11-17 José FonsecaFix typo
2007-11-17 José FonsecaProper fence reference counting.
2007-11-17 Brianmore convenient debug code
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-16 Briannote problem with fragment coord Y orientation
2007-11-16 Brianadded a clip-bypass flag to rasterizer state
2007-11-15 José FonsecaInclude fences in the i915simple winsys interface.
2007-11-09 Briancomments, assertions
2007-11-09 Brianminor simplifcation in vertex_fetch()
2007-11-09 Alan Hourihaneremove duplicate init func
2007-11-09 BrianReorganize user-space vertex fields in draw_context...
2007-11-08 Brianremove unneeded #includes, added assertion in draw_comp...
next