Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-16 | mesa: Update ES APIspec.xml. | Chia-I Wu | |
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 | |
since the depth blit code is hardcoded hex yay \o/ | |||
2010-09-16 | r600g: fixup texture state on evergreen. | Dave Airlie | |
This whole set of state just seems wrong, another cut-n-paste nightmare. | |||
2010-09-15 | mesa/st: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Fix 'control reaches end of non-void function' warning. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warnings. | Vinson Lee | |
2010-09-15 | draw: Remove unnecessary header. | Vinson Lee | |
2010-09-15 | gallivm: Remove unnecessary headers. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Remove unnecessary headers. | Vinson Lee | |
2010-09-15 | nv50: Update files in SConscript to match Makefile. | Vinson Lee | |
2010-09-16 | r600g: add vgt dma src defines | Dave Airlie | |
2010-09-16 | r600g: use index min/max + index buffer offset. | Dave Airlie | |
more prep work for fixing up buffer handling | |||
2010-09-16 | r600g: pull r600_draw struct out into header | Dave Airlie | |
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 | |
...and all texture targets (1D/2D/3D/CUBE). | |||
2010-09-15 | tgsi: fix incorrect usage_mask for shadow tex instructions | Brian Paul | |
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 | |
2010-09-15 | llvmpipe: s/boolean/unsigned/ in bitfield to silence warning | Brian Paul | |
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 | |
2010-09-15 | glsl2: fix signed/unsigned comparison warning | Brian Paul | |
2010-09-15 | r600g: misc cleanup | John Doe | |
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 | |
Conflicts: src/gallium/drivers/nouveau/nouveau_class.h src/gallium/drivers/nv50/nv50_screen.c | |||
2010-09-15 | llvmpipe: return zero from floor_pot(zero) | Keith Whitwell | |
2010-09-15 | nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT | Christoph Bumiller | |
2010-09-15 | nv50: improve and fix modifier folding optimization | Christoph Bumiller | |
Execute before folding loads, because we don't check if it's legal in lower_mods. Ensure that a value's insn pointer is updated when transferring it to a different instruction. | |||
2010-09-15 | nv50: consider address register in reload elimination | Christoph Bumiller | |
2010-09-15 | llvmpipe: remove duplicate code | Keith Whitwell | |
Bad rebase presumably. | |||
2010-09-15 | llvmpipe: brackets around macro arg | Keith Whitwell | |
2010-09-15 | glapi: Fix ES build errors again. | Chia-I Wu | |
This fixes an error in GLAPI ES. My build is ok with or without this patch, and the error affects others' setups. [Patch from Francesco Marella] | |||
2010-09-15 | r600g: Silence unused variable warning. | Vinson Lee | |
The code that uses dname is currently ifdef'ed out. | |||
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nvfx: Silence uninitialized variable warnings. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | glsl: Fix 'format not a string literal and no format arguments' warning. | Vinson Lee | |
Fix the following GCC warning. loop_controls.cpp: In function 'int calculate_iterations(ir_rvalue*, ir_rvalue*, ir_rvalue*, ir_expression_operation)': loop_controls.cpp:88: warning: format not a string literal and no format arguments | |||
2010-09-15 | r300g: fix buffer reuse issue caused by previous commit | Dave Airlie | |
caused by 0b9eb5c9bb03e5134d9a41786178100109e80c5a test run glxgears, resize. | |||
2010-09-15 | glapi: Fix build errors for ES. | Chia-I Wu | |
The latest glext.h defines GL_FIXED. Test GL_OES_fixed_point instead to decide whether to define GLfixed and GLclampx. This fixes fdo bug #30205. | |||
2010-09-15 | r600c: fix buffer height setting in dri2 case | Andre Maasikas | |
fbHeight is 0 in this case uncovered by changes in b0bc026c and should fix kernel rejecting command streams after that commit | |||
2010-09-15 | r300g: prevent creating multiple winsys BOs for the same handle | Marek Olšák | |
This fixes a DRM deadlock in the cubestorm xscreensaver, because somehow there must not be 2 different BOs relocated in one CS if both BOs back the same handle. I was told it is impossible to happen, but apparently it is not, or there is something else wrong. | |||
2010-09-14 | mesa: Include missing header in program.h. | Vinson Lee | |
Include compiler.h for ASSERT symbol. | |||
2010-09-14 | r600g: Remove unnecessary headers. | Vinson Lee | |
2010-09-14 | auxiliary: fix unintended fallthrough | Luca Barbieri | |
2010-09-14 | llvmpipe: Remove unnecessary header. | Vinson Lee | |
2010-09-14 | glx: add const qualifiers to __indirect_glMultiDrawArraysEXT() | Brian Paul | |
2010-09-14 | r600c: fix setting negative values to bitfields | Andre Maasikas | |
when setting negative integers to bitfields we could overwrite other parts of it. So mask the value to be written correctly. This is used quite often in the driver - hope it doesnt affect performace or uncover behaviour relied before... fixes strange effects when setting negative lodbias on evergreen | |||
2010-09-14 | mesa: upgrade wglext.h to version 22 | Brian Paul | |