| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-09 | draw/llvm: remove redundant comment | Brian Paul | |
| 2010-12-09 | draw/llvm: remove extraneous conditional | Brian Paul | |
| 2010-12-09 | android: enable support of i965c | Chih-Wei Huang | |
| 2010-12-09 | android: Add Android.mk's. | Chia-I Wu | |
| 2010-12-09 | android: Add pre-generated files. | Chia-I Wu | |
| 2010-12-09 | android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV. | Chia-I Wu | |
| 2010-12-09 | android: Add DRM-based gralloc. | Chia-I Wu | |
| 2010-12-09 | android: Add new classic EGL driver for Android. | Chia-I Wu | |
| 2010-12-09 | android: Add android backend for st/egl. | Chia-I Wu | |
| 2010-12-09 | android: Add Android EGL extensions. | Chia-I Wu | |
| 2010-12-09 | android: Add _EGL_PLATFORM_ANDROID. | Chia-I Wu | |
| 2010-12-09 | android: Enable extensions required by ES1 for i915c. | Chia-I Wu | |
| 2010-12-09 | android: Fix depth/stencil with i915c. | Chia-I Wu | |
| 2010-12-09 | android: Fix GL_OES_EGL_image with SurfaceFlinger. | Chia-I Wu | |
| 2010-12-09 | android: Use __mmap2 in winsys/svga. | Chia-I Wu | |
| 2010-12-09 | android: Fix build with bionic. | Chia-I Wu | |
| 2010-12-09 | i915c: Add GL_OES_draw_texture support. | Chia-I Wu | |
| 2010-12-09 | tnl: Add support for GL_FIXED. | Chia-I Wu | |
| 2010-12-09 | glsl: Unroll loops with conditional breaks anywhere (not just the end) | Luca Barbieri | |
| Currently we only unroll loops with conditional breaks at the end, which is the form that lower_jumps generates. However, if breaks are not lowered, they tend to appear at the beginning, so add support for a conditional break anywhere. Signed-off-by: Luca Barbieri <luca@luca-barbieri.com> Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> | |||
| 2010-12-09 | glsl: Consider the "else" branch when looking for loop breaks. | Kenneth Graunke | |
| Found this bug by code inspection. Based off the comments just before this code, the intent is to find whether the break exists in the "then" branch or the "else" branch. However, the code actually looked at the last instruction in the "then" branch twice. | |||
| 2010-12-09 | glsl: Clean up code by adding a new is_break() function. | Kenneth Graunke | |
| 2010-12-09 | i915: Free with FREE. | Chia-I Wu | |
| 2010-12-09 | targets/egl-gdi: Optional support for DRM screen. | Chia-I Wu | |
| 2010-12-09 | Revert "egl: Drop broken _EGL_PLATFORM_NO_OS code" | Chia-I Wu | |
| This reverts commit 021a68b7e83259faedacea8b3a18e754bed6277a. | |||
| 2010-12-09 | glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices. | Eric Anholt | |
| If you used a constant array index to access the matrix, we'd flag a bunch of wrong inputs/outputs as being used because the index was multiplied by matrix columns and the actual used index was left out. Fixes glsl-mat-attribute. | |||
| 2010-12-09 | intel: Set the swizzling for depth textures using the GL_RED depth mode. | Eric Anholt | |
| Fixes depth-tex-modes-rg. | |||
| 2010-12-09 | intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG. | Eric Anholt | |
| Fixes texture-rg. | |||
| 2010-12-09 | i965: Silence uninitialized variable warning. | Vinson Lee | |
| Fixes this GCC warning. brw_fs.cpp: In function 'brw_reg brw_reg_from_fs_reg(fs_reg*)': brw_fs.cpp:3255: warning: 'brw_reg' may be used uninitialized in this function | |||
| 2010-12-09 | r600g: Fix SCons build. | Vinson Lee | |
| 2010-12-09 | r600g: indentation cleanup | Jerome Glisse | |
| Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
| 2010-12-09 | r600g: specialized upload manager | Jerome Glisse | |
| Allow important performance increase by doing hw specific implementation of the upload manager helper. Drop the range flushing that is not hit with this code (and wasn't with previous neither). Performance improvement are mostly visible on slow CPU. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
| 2010-12-09 | r600g: avoid using pb* helper we are loosing previous cpu cycle with it | Jerome Glisse | |
| r600g is up to a point where all small CPU cycle matter and pb* turn high on profile. It's mostly because pb try to be generic and thus trigger unecessary check for r600g driver. To avoid having too much abstraction & too much depth in the call embedded everythings into r600_bo. Make code simpler & faster. The performance win highly depend on the CPU & application considered being more important on slower CPU and marginal/unoticeable on faster one. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
| 2010-12-09 | glsl: fix lowering conditional returns in subroutines | Fabian Bieler | |
| this fix applies to the lower_sub_return 'branch' of the lower_jumps pass Fixes piglit tests glsl-functions-5 and glsl-functions-6. | |||
| 2010-12-09 | i965: remove unused variable since brw_wm_glsl.c removal. | Eric Anholt | |
| 2010-12-09 | i965: Set render_cache_read_write surface state bit on gen6 constant surfs. | Eric Anholt | |
| This is said to be required in the spec, even when you aren't doing writes. | |||
| 2010-12-09 | i965: Set up the correct texture border color state struct for Ironlake. | Eric Anholt | |
| This doesn't actually fix border color on Ironlake, but it appears to be a requirement, and gen6 needs it too. | |||
| 2010-12-09 | i965: Clean up VS constant buffer location setup. | Eric Anholt | |
| 2010-12-09 | i965: Fix VS constants regression pre-gen6. | Eric Anholt | |
| Last minute change for gen6 with 0 used params dropped the multiply. | |||
| 2010-12-09 | llvmpipe: Plug fence leaks. | José Fonseca | |
| 2010-12-09 | nvc0: call grobj_alloc for all used classes | Christoph Bumiller | |
| Only doing this to notify the DRM that we need a PGRAPH context, nvc0 hardware doesn't use actual grobjs anymore. | |||
| 2010-12-09 | mesa: allow GLfixed arrays for OpenGL ES 2.0 | Shuang He | |
| Signed-off-by: Brian Paul <brianp@vmware.com> | |||
| 2010-12-09 | nvc0: write texture address to TIC with a RELOC | Christoph Bumiller | |
| Direct access to the bo address requires an API change. | |||
| 2010-12-09 | nvc0: use tile flags in a way compatible with nouveau | Christoph Bumiller | |
| 2010-12-09 | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | |
| 2010-12-09 | nvc0: generate shader header for geometry programs | Christoph Bumiller | |
| 2010-12-09 | nvc0: fix immediate arg for SHL/SHR | Christoph Bumiller | |
| 2010-12-09 | nvc0: index buffers are back | Christoph Bumiller | |
| Probably because long methods are gone index buffers must be explicit again. | |||
| 2010-12-09 | nvc0: upload constants with m2mf for the time being | Christoph Bumiller | |
| I get mysterious lockups with the dedicated CB upload ... | |||
| 2010-12-09 | mesa: Fix glTexCoordPointer with type GL_FIXED. | Chia-I Wu | |
| GL_FIXED is also a legal type for glTexCoordPointer. | |||
| 2010-12-09 | mesa: Fix GL_FIXED arrays. | Chia-I Wu | |
| It is broken since 433e5e6defc85d8b1d6262aff990e3f5a8b37027. | |||
