gallium: make max_anisotropy a unsigned bitfield member
[mesa.git] / src / gallium /
2010-02-11 Roland Scheideggergallium: make max_anisotropy a unsigned bitfield member
2010-02-11 Roland Scheideggernouveau: fix compile errors...
2010-02-11 Roland Scheideggernv50: adapt to stencil ref changes
2010-02-11 Roland Scheideggernv40: adapt to stencil ref changes
2010-02-11 Roland Scheideggernv30: adapt to stencil ref changes
2010-02-11 Roland Scheideggergallium: make u_blitter code save/restore stencil ref...
2010-02-11 Roland Scheideggerr300g: adapt to stencil ref changes
2010-02-11 Roland Scheideggercell: adapt to stencil ref changes
2010-02-11 Roland Scheideggeri965g: adapt to stencil ref changes
2010-02-11 Roland Scheideggeri915g: adapt to stencil ref changes
2010-02-11 Roland Scheideggergallium: give pipe_stencil_ref its own cso_save/restore...
2010-02-11 Roland Scheideggergallium: also save/restore stencil_ref in cso_save...
2010-02-10 Roland Scheideggersvga: adapt to stencil ref changes
2010-02-10 Roland Scheideggerllvmpipe: adapt to stencil ref changes
2010-02-10 Roland Scheideggeridentity: adapt to stencil ref changes
2010-02-10 Roland Scheideggerfo: adapt to stencil ref changes
2010-02-10 Roland Scheideggertrace: adapt to stencil ref changes
2010-02-10 Roland Scheideggersoftpipe: adapt to stencil ref changes
2010-02-10 Roland Scheideggergallium: adapt state trackers to stencil ref change
2010-02-09 Roland Scheideggerdocs: fix up documentation for stencil ref value changes
2010-02-09 Roland Scheideggergallium: make valuemask/writemask in pipe_stencil_state...
2010-02-09 Roland Scheideggergallium: don't put stencil ref value in pipe_depth_sten...
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
2010-02-05 Chris Liallow make to build lp_test_* for llvmpipe
2010-02-05 José Fonsecallvmpipe: Disable multithreading on windows.
2010-02-05 José Fonsecaos: Don't assert on missing implementation of barrier...
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-05 Keith WhitwellMerge commit 'fj/mesa-next'
2010-02-05 Chia-I Wuegl: Remove egl_xdri.
2010-02-04 Francisco JerezNuke the nv0x-nv2x gallium pipe drivers.
2010-02-04 Roland Scheideggergallium: add point_quad_rasterization bit to rasterizer...
2010-02-04 José Fonsecatrace: util_stream -> os_stream
2010-02-04 José Fonsecaauxiliary: util_stream -> os_stream
2010-02-04 José Fonsecaos: Ensure header includes are outside extern "C" {}.
2010-02-04 José Fonsecautil: Reimplement u_time on top of os_time.
2010-02-04 José Fonsecagallium: Add a define for deprecated function attribute.
2010-02-04 José Fonsecaos: Time abstractions.
2010-02-04 José Fonsecaos/os_memory_aligned.h: fix memory allocation alignment...
2010-02-04 Brian Pauli965g: include u_inlines.h
2010-02-04 José Fonsecautil: Disable u_time.c implementation for embedded.
2010-02-04 José Fonsecatrace: Use u_time.
2010-02-04 José Fonsecagallium: Don't try to auto-detect the OS when embedded...
2010-02-04 José Fonsecallvmpipe: Disable unit tests on embedded platforms.
next