Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-16 | dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent(). | Francisco Jerez | 1 | -16/+8 | |
2010-09-16 | dri/nouveau: Don't reemit the BO state in nouveau_state_emit(). | Francisco Jerez | 2 | -5/+3 | |
2010-09-16 | dri/nouveau: Don't request a fake front unnecessarily. | Francisco Jerez | 5 | -17/+32 | |
2010-09-16 | dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format. | Francisco Jerez | 1 | -0/+1 | |
2010-09-16 | dri/nouveau: Add some more extensions. | Francisco Jerez | 3 | -0/+4 | |
2010-09-16 | dri/nouveau: Update nouveau_class.h. | Francisco Jerez | 1 | -20/+20 | |
2010-09-16 | dri/nv04: Fix provoking vertex. | Francisco Jerez | 1 | -2/+2 | |
2010-09-16 | dri/nv04: Fix maximum texture size. | Francisco Jerez | 1 | -0/+1 | |
2010-09-16 | dri/nv04: Fix up color mask. | Francisco Jerez | 1 | -1/+5 | |
2010-09-16 | dri/nv04: Align SIFM transfer dimensions. | Francisco Jerez | 1 | -1/+1 | |
2010-09-16 | dri/nv04: Mipmapping fixes. | Francisco Jerez | 2 | -15/+21 | |
2010-09-16 | dri/nv04: Fix PGRAPH_ERRORs when running OA. | Francisco Jerez | 1 | -1/+5 | |
2010-09-16 | dri/nv04: Enable eng3dm for A8/L8 textures. | Andrew Randrianasulu | 1 | -4/+16 | |
Signed-off-by: Francisco Jerez <currojerez@riseup.net> | |||||
2010-09-16 | dri/nv04: Don't expose ARB_texture_env_combine/dot3. | Andrew Randrianasulu | 3 | -2/+4 | |
Signed-off-by: Francisco Jerez <currojerez@riseup.net> | |||||
2010-09-16 | llvmpipe: add DEBUG_FS to dump variant information | Keith Whitwell | 3 | -1/+3 | |
2010-09-16 | llvmpipe: add LP_PERF flag to disable various aspects of rasterization | Keith Whitwell | 8 | -6/+90 | |
Allows disabling various operations (mainly texture-related, but will grow) to try & identify bottlenecks. Unlike LP_DEBUG, this is active even in release builds - which is necessary for performance investigation. | |||||
2010-09-16 | gallivm: make lp_build_sample_nop public | Keith Whitwell | 2 | -6/+8 | |
2010-09-16 | gallivm: move i32_vec_type inside the #ifdef | Brian Paul | 1 | -1/+2 | |
2010-09-16 | gallivm: fix incorrect vector shuffle datatype | Brian Paul | 1 | -1/+5 | |
The permutation vector must always be a vector of int32 values. | |||||
2010-09-16 | nv50: get shader fixups/relocations into working state | Christoph Bumiller | 4 | -54/+79 | |
2010-09-16 | nv50: don't segfault on shaders with 0 instructions | Christoph Bumiller | 1 | -1/+3 | |
2010-09-16 | glsl: Don't print blank (function ...) headers for built-ins. | Kenneth Graunke | 1 | -0/+3 | |
Fixes a regression caused when I added my GLSL ES support. | |||||
2010-09-16 | glsl: Change from has_builtin_signature to has_user_signature. | Kenneth Graunke | 3 | -5/+5 | |
The print visitor needs this, and the only existing user can work with has_user_signature just as well. | |||||
2010-09-16 | r600g: Use clamped math for RCP and RSQ. | Tilman Sauerbeck | 1 | -2/+14 | |
This is likely only correct for OpenGL and not other state trackers. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||||
2010-09-16 | r600g: Fixed a bo leak in r600_blit_state_ps_shader(). | Tilman Sauerbeck | 1 | -1/+1 | |
We would leak the newly created bo if it cannot be mapped. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||||
2010-09-16 | st/xlib: Notify the context when the front/back buffers are swapped. | Chia-I Wu | 3 | -4/+21 | |
The current context should be notified when the the front/back buffers of the current drawable are swapped. The notification was skipped when xmesa_strict_invalidate is false (the default). This fixes fdo bug #29774. | |||||
2010-09-16 | mesa: Update ES APIspec.xml. | Chia-I Wu | 1 | -9/+5 | |
Enable some extensions now that the needed tokens are defined in GLES/glext.h and GLES2/glext.h. Update the prototype of MultiDrawArrays now that the prototype of _mesa_MultiDrawArraysEXT has been updated. | |||||
2010-09-16 | r600g: fix texture bos and avoid doing depth blit on evergreen | Dave Airlie | 2 | -11/+4 | |
since the depth blit code is hardcoded hex yay \o/ | |||||
2010-09-16 | r600g: fixup texture state on evergreen. | Dave Airlie | 4 | -143/+317 | |
This whole set of state just seems wrong, another cut-n-paste nightmare. | |||||
2010-09-15 | mesa/st: Silence uninitialized variable warning. | Vinson Lee | 1 | -1/+4 | |
2010-09-15 | nv50: Fix 'control reaches end of non-void function' warning. | Vinson Lee | 1 | -0/+1 | |
2010-09-15 | nv50: Silence uninitialized variable warnings. | Vinson Lee | 1 | -1/+2 | |
2010-09-15 | draw: Remove unnecessary header. | Vinson Lee | 1 | -1/+0 | |
2010-09-15 | gallivm: Remove unnecessary headers. | Vinson Lee | 1 | -2/+0 | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | 1 | -1/+2 | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | 1 | -1/+1 | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | 1 | -0/+1 | |
2010-09-15 | nv50: Remove unnecessary headers. | Vinson Lee | 2 | -2/+0 | |
2010-09-15 | nv50: Update files in SConscript to match Makefile. | Vinson Lee | 1 | -1/+8 | |
2010-09-16 | r600g: add vgt dma src defines | Dave Airlie | 2 | -3/+5 | |
2010-09-16 | r600g: use index min/max + index buffer offset. | Dave Airlie | 4 | -5/+14 | |
more prep work for fixing up buffer handling | |||||
2010-09-16 | r600g: pull r600_draw struct out into header | Dave Airlie | 4 | -72/+73 | |
we need this for future buffer rework, it also makes the vtbl easier | |||||
2010-09-15 | gallivm: expand AoS sampling to cover all filtering modes | Brian Paul | 7 | -1029/+1919 | |
...and all texture targets (1D/2D/3D/CUBE). | |||||
2010-09-15 | tgsi: fix incorrect usage_mask for shadow tex instructions | Brian Paul | 1 | -5/+6 | |
The shadow versions of the texture targets use an extra component (Z) to express distance from light source to the fragment. Fixes the shadowtex demo with llvmpipe. | |||||
2010-09-15 | nv50: use unsigned int for bitfields to silence warnings | Brian Paul | 2 | -16/+16 | |
2010-09-15 | llvmpipe: s/boolean/unsigned/ in bitfield to silence warning | Brian Paul | 1 | -2/+2 | |
Using non-int types for bitfields is a gcc extension. The size of the struct is not effected by this change. | |||||
2010-09-15 | llvmpipe: cast to silence warning | Brian Paul | 1 | -1/+1 | |
2010-09-15 | glsl2: fix signed/unsigned comparison warning | Brian Paul | 1 | -2/+2 | |
2010-09-15 | r600g: misc cleanup | John Doe | 7 | -46/+47 | |
Avoid using r600_screen structure to get ptr to radeon winsys structure. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||||
2010-09-15 | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller | 23 | -5020/+9082 | |
Conflicts: src/gallium/drivers/nouveau/nouveau_class.h src/gallium/drivers/nv50/nv50_screen.c |