summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-09r300g: Don't write non-existent bit on non-r500.Corbin Simpson
Might help with compiz being funky with MRTs.
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
Also clarify changes from pointminmax.
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson
2010-02-09egl_dri2: Implement eglBindTexImage()Kristian Høgsberg
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
This used to take GLX tokens, but the DRI interface can't depend on GLX defines. We fix this by introducing DRI tokens that have the same value as the GLX texture format tokens.
2010-02-09egl_dri2: Use a helper function for looking up and binding extensionsKristian Høgsberg
2010-02-09gallium/auxiliary: add -D__STDC_CONSTANT_MACROSBrian Paul
Not sure why this is needed now, after the gallivm re-org.
2010-02-09llvmpipe: remove .s rule (already in Makefile.template)Brian Paul
2010-02-09llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul
2010-02-09radeon: Add some debug output for fbo supportPauli Nieminen
2010-02-09r200: Fix UMS notto emit stp.Pauli Nieminen
Polgon stipples are handled by kernel in UMS. Mark the state as never to be emited for UMS.
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c
2010-02-09gallium: Adding the %.s rule to generate asm codeChris Li
Signed-off-by: José Fonseca <jfonseca@vmware.com>
2010-02-09gallium: Using the proper pattern rules for Makefile template.Chris Li
The .o.c rule is consider obsolete. Signed-off-by: José Fonseca <jfonseca@vmware.com>
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li
Signed-off-by: José Fonseca <jfonseca@vmware.com>
2010-02-08st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger
2010-02-06vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz
2010-02-06vmware/core: Use correct flags in scanout codeJakob Bornecrantz
2010-02-06vmware/core: Handle new scanout fieldJakob Bornecrantz
2010-02-06vmware/core: Update header to latest versionJakob Bornecrantz
2010-02-06vmware/core: Remove old ioctl structs not usedJakob Bornecrantz
Leftover that was never used in this driver
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol
2010-02-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg
Argh, forgot to commit this fix before pushing.
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-09egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAYKristian Høgsberg
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul
2010-02-09st/mesa: remove special-case cyl-wrap codeBrian Paul
Cylinder wrap mode works with perspective interpolation now.
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol
This reverts commit 444cd62ca33a45bd39e8408979a0a01c246c6381.
2010-02-09st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul
2010-02-09mesa: add back-door support for cylindrical texture wrap modeBrian Paul
If the texture priority field is 0.125 set the PROG_PARAM_BIT_CYL_WRAP flag. The gallium state tracker will look for this flag. This feature is only for testing purposes and may be remove at some point. But if it's useful we could write a GL/Mesa extension to expose it properly.
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-09docs: Document TGSI Declaration token.Michal Krol
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol
2010-02-09tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol
2010-02-09tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol
Allows one to declare fragment shader inputs with cylindrical wrap info.
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol
2010-02-09tgsi: Remove tgsi_dump_c.[ch].Michal Krol
Little utility after development stabilisation, use tgsi_dump instead.
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
This object can be shared with another context, so we cannot just delete it when the owning context is being destroyed. Ensuring that buffer objects are properly refcounted guarantees NullBufferObj is destroyed when all references to it are removed.
2010-02-09mesa: Protect buffer objects reference counting with a mutex.Michal Krol
2010-02-09mesa: Ensure object refcount is null when destroying the buffer.José Fonseca
Lets see if this is not too pedantic. Obj pointers are never exposed to GL apps so it should be possible to get this right. Furthermore apps with GL widgets and test suits create and destroy many contexts and objects, so bad reference counting is not really an option.
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca
Always use _mesa_reference_buffer_object, and never call ctx->Driver.DeleteBuffer() directly to prevent dangling pointers to the null buffer object. This fixes crash/assertions in sharedtex_mt and Autodesk Mudbox.
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca
2010-02-09svga: Actually call fence_reference in texture downloads.José Fonseca
2010-02-09r300g: Fix off-by-one errors in array bounds assertions.Vinson Lee
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
with mutable vars we don't need to follow the phi nodes. meaning that control flow becomes trivial as we don't have scan the rest of the tgsi to figure out the variable usage anymore. futhermore the memory2register pass promotes alloca/store/load to registers while inserting the right phi nodes. so we get simplicity and performance.
2010-02-08identity: Remove unnecessary header.Vinson Lee
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee
2010-02-08gallivm: added lp_bld_misc.cpp to sources listBrian Paul
2010-02-08llvmpipe: include gallivm/lp_bld_misc.hBrian Paul