nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has 16 textu...
[mesa.git] / src / gallium /
2010-02-12 Patrice Mandinnouveau: nv30: it may have 8 texture samplers (not...
2010-02-12 Michal KrolRevert "util: Fix descriptors for R32_FLOAT and R32G32_...
2010-02-12 Michal Krolutil: Fix descriptors for R32_FLOAT and R32G32_FLOAT...
2010-02-12 Patrice Mandinnouveau: nv30: Define number of texture samplers
2010-02-12 José Fonsecawgl: Do not reach out and destroy contexts on cleanup.
2010-02-12 José Fonsecagdi: Never fail at DLL load time.
2010-02-12 José Fonsecawgl: Fail gracefully whenever 3D could not be enabled...
2010-02-12 José Fonsecasvgadump: Several improvements to shader dumping.
2010-02-12 Ben Skeggsnouveau: use AVAIL_RING()
2010-02-12 Ben Skeggsnouveau: switch to nouveau_bo_new_tile()
2010-02-11 Brian Paulsvga: check min_index, max_index before assertions
2010-02-11 Brian Paulsvga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query
2010-02-11 José FonsecaRevert "llvmpipe: Move tile coordinate assertion into...
2010-02-11 José Fonsecascons: Fix drm/intel build.
2010-02-11 José Fonsecallvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.
2010-02-11 José Fonsecallvmpipe: Move tile coordinate assertion into a more...
2010-02-11 José Fonsecallvmpipe: Clamp both extremes of triangles to framebuff...
2010-02-11 José Fonsecagallivm: TGSI_OPCODE_CONT is not deprecated.
2010-02-11 Ben Skeggsnouveau: remove u_simple_screen.h includes
2010-02-11 Vinson Leei965g: ifdef out unused functions.
2010-02-11 Corbin Simpsonr300g: Work around "defect" in r300compiler.
2010-02-11 Vinson Leeos: Do not use Pthreads barrier functions on Mac OS X.
2010-02-10 Brian Paulgallium: cast to silence waring
2010-02-10 Brian Paulgallium: use os_time.h
2010-02-10 Brian Paulgallium: use os_time.h in pb_bufmgr_cache.c
2010-02-10 Brian Paulgallium: use os_time.h in u_timed_winsys.c
2010-02-10 Karl SchultzMerge branch 'master' of git+ssh://git.freedesktop...
2010-02-10 Corbin Simpsonr300g: Fix typo.
2010-02-10 José Fonsecallvmpipe: Map rendertargets when bound as textures.
2010-02-10 Ian Romanickdri: Allow selective generation of accum. buffer configs
2010-02-10 Zack Rusinst/xorg: fix a silly offset bug in xv
2010-02-10 José Fonsecallvmpipe: Fix null pointer dereference when no depth...
2010-02-10 José Fonsecallvmpipe: Leave depth buffer in swizzled format.
2010-02-10 Vinson Leellvmpipe: Remove unnecessary headers.
2010-02-09 Francisco JerezDrop incorrectly revived files during the 'gallium...
2010-02-09 Corbin Simpsonr300g: One less assert.
2010-02-09 Corbin Simpsonr300g: Don't write non-existent bit on non-r500.
2010-02-09 Corbin Simpsonr300g: Correct colorbuffer measurements.
2010-02-09 Corbin Simpsonr300g: Be ever-so-slightly more useful on bad shaders.
2010-02-09 Kristian Høgsbergdri_interface: Introduce DRI tokens for the texBuffer...
2010-02-09 Brian Paulgallium/auxiliary: add -D__STDC_CONSTANT_MACROS
2010-02-09 Brian Paulllvmpipe: remove .s rule (already in Makefile.template)
2010-02-09 Brian Paulllvmpipe: lp_tile_surface.c isn't committed yet
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Chris Ligallium: Adding the %.s rule to generate asm code
2010-02-09 Chris Ligallium: Using the proper pattern rules for Makefile...
2010-02-09 Chris Lillvmpipe: Make llvm unit test depend on libllvmpipe.a
2010-02-06 Jakob Bornecrantzvmware/core: Support drm interface version 1.0.0
2010-02-06 Jakob Bornecrantzvmware/core: Use correct flags in scanout code
2010-02-06 Jakob Bornecrantzvmware/core: Handle new scanout field
2010-02-06 Jakob Bornecrantzvmware/core: Update header to latest version
2010-02-06 Jakob Bornecrantzvmware/core: Remove old ioctl structs not used
2010-02-09 Michal Krolllvmpipe: Remove reference to prefilter field.
2010-02-09 Kristian HøgsbergRetire miniglx and move the actual glx code up to src/glx
2010-02-09 Brian Paulfix bug in perspective corrected interpolants for lines
2010-02-09 Michal Krolsoftpipe: Properly implement cylindrical wrapping.
2010-02-09 Michal KrolRevert "softpipe: Implement cylindrical wrapping for...
2010-02-09 Michal Krolgallium: Remove prefilter member from pipe_sampler_stat...
2010-02-09 Michal Kroldocs: Document TGSI Declaration token.
2010-02-09 Michal Krolsoftpipe: Implement cylindrical wrapping for linear...
2010-02-09 Michal Kroltgsi: Gather cylindrical wrap info in tgsi_shader_info...
2010-02-09 Michal Kroltgsi: Add ureg_DECL_fs_input_cyl().
2010-02-09 Michal Krolgallium: Add cylindrical wrap info to TGSI declaration.
2010-02-09 Michal Kroltgsi: Remove tgsi_dump_c.[ch].
2010-02-09 José Fonsecasvga: Actually call fence_reference in texture downloads.
2010-02-09 Vinson Leer300g: Fix off-by-one errors in array bounds assertions.
2010-02-09 Zack Rusinllvmpipe: switch to using dynamic stack allocation...
2010-02-09 Vinson Leeidentity: Remove unnecessary header.
2010-02-09 Vinson Leesoftpipe: Remove unnecessary headers.
2010-02-09 Brian Paulgallivm: added lp_bld_misc.cpp to sources list
2010-02-09 Brian Paulllvmpipe: include gallivm/lp_bld_misc.h
2010-02-09 Brian Paulgallivm: added gallivm/lp_bld_misc.cpp to Makefile
2010-02-09 Brian Paulllvmpipe: remove files moved to gallivm/ from llvmpipe...
2010-02-09 Brian Paulllvmpipe: s/textured/texture/
2010-02-08 Brian Paulllvmpipe: added counters for color tile clear, load...
2010-02-08 Brian Paulllvmpipe: use new os time functions
2010-02-08 Zack Rusinllvmpipe: export the tgsi translation code to a common...
2010-02-08 Corbin Simpsonradeong: Provide drm_api::destroy hook.
2010-02-08 Corbin Simpsonradeong: Always return something for create_screen.
2010-02-08 Keith Whitwellst/dri: fix compile breakage
2010-02-08 Keith Whitwellegl: re-fix context_create typo
2010-02-08 Keith Whitwellsvga: remove dead debug sleep
2010-02-08 Keith Whitwellgallium: remove softpipe references in other drivers
2010-02-08 Keith Whitwelldrm/radeon: remove softpipe references
2010-02-08 Marc Dietrichcell: fix the usual cell breakage
2010-02-08 Keith Whitwellgallium: squash-merge of gallium screen context
2010-02-07 Vinson Leellvmpipe: Silence GCC 'type qualifiers ignored on funct...
2010-02-07 Vinson Leesvga: Remove unnecessary header.
2010-02-07 Vinson Leellvmpipe: Remove unnecessary headers.
2010-02-07 Marek Olšákr300g: cleanup XXXs in the DSA state
2010-02-07 Marek Olšákr300g: make a local copy of framebuffer state
2010-02-07 Marek Olšákr300g: fix color channel masks
2010-02-07 Marek Olšákr300g: remove useless GA_COLOR_CONTROL emit
2010-02-07 Marek Olšákr300g: add L8_SRGB and A8L8_SRGB texture formats
2010-02-06 Alan CoopersmithGallium: Add Solaris atomic function definitions to...
2010-02-06 Vinson Leellvmpipe: Silence GCC 'no previous prototype' warning.
2010-02-06 Vinson Leei965g: Remove unnecessary headers.
2010-02-06 Zack Rusingallium/python: support two more formats in retrace...
2010-02-05 Patrice Mandinnouveau: Fix warning for void function returning value...
2010-02-05 Brian Paultgsi: remove special-case code for fragment position
next