Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g: Fix memory leak on error path. | Vinson Lee | 2010-05-04 | 1 | -0/+1 |
| | |||||
* | i965: When an RB gets a new region, clear the old from the state cache. | Eric Anholt | 2010-05-04 | 4 | -6/+16 |
| | | | | | | | | This prevents memory usage explosion in blender due to the state cache hanging on to old fake frontbuffer regions. Sigh at blender still using frontbuffer rendering. Bug #24119. | ||||
* | intel: Don't tile textures so small that size is blown up by over 2x. | Eric Anholt | 2010-05-04 | 1 | -4/+3 |
| | | | | | Noted on the mailing list for an app that puts each glyph for its text into a separate texture. | ||||
* | osmesa: remove unused var | Brian Paul | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | mesa: remove some color index code | Brian Paul | 2010-05-04 | 1 | -19/+0 |
| | |||||
* | mesa: remove unused renderbuffer adaptor code | Brian Paul | 2010-05-04 | 4 | -607/+0 |
| | |||||
* | mesa: remove renderbuffer adaptor calls | Brian Paul | 2010-05-04 | 1 | -24/+0 |
| | | | | Was only used for OSMesa but no longer needed. | ||||
* | osmesa: fix OSMesa for CHAN_BITS=32 | Brian Paul | 2010-05-04 | 1 | -7/+30 |
| | | | | | | CHAN_BITS=16 still broken. NOTE: this is a candidate for back-porting to the 7.8 stable branch. | ||||
* | st/mesa: Fix texture-from-pixmap. | Chia-I Wu | 2010-05-05 | 2 | -6/+30 |
| | | | | | | Remember the size of the level=0 mipmap image. Do not call util_format_get_component_bits when st_context_teximage is called to release a texture image. | ||||
* | mesa: Fix build of ES overlay. | Chia-I Wu | 2010-05-05 | 3 | -9/+34 |
| | | | | | | | ES overlay is built with FEATURE_ES1 or FEATURE_ES2, and is built without FEATURE_GL. Fix the build by always building OpenGL ES sources, but test for FEATURE_ES1 or FEATURE_ES2. Also, define symbols that are missing because FEATURE_GL is not defined. | ||||
* | st/mesa: remove commented-out struct field | Brian Paul | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | gallium: remove trailing comma in enum list | Brian Paul | 2010-05-04 | 1 | -2/+2 |
| | |||||
* | mesa: add a dummy definition for fpclassify() if needed | Brian Paul | 2010-05-04 | 1 | -0/+10 |
| | |||||
* | mesa: remove trailing comma in enum list | Brian Paul | 2010-05-04 | 1 | -1/+1 |
| | | | | Some compilers complain about this. | ||||
* | llvmpipe: predicate LLVMDumpModule() on DEBUG_JIT | Brian Paul | 2010-05-04 | 1 | -3/+2 |
| | |||||
* | tests/raw: Get it building with scons. | José Fonseca | 2010-05-05 | 4 | -5/+8 |
| | |||||
* | draw: Preserve the provoking vertex both when decomposing and clipping. | José Fonseca | 2010-05-05 | 2 | -23/+31 |
| | | | | Based on John Lawless' feedback. | ||||
* | draw: Adjust wideline vertex coords for D3D. | Brian Paul | 2010-05-05 | 1 | -27/+34 |
| | |||||
* | st/mesa: need to pass srcLevel to st_texture_image_copy() | Brian Paul | 2010-05-04 | 3 | -7/+6 |
| | | | | Fixes a regression in mipmap setup. | ||||
* | llvmpipe: fix broken compressed cube maps | Brian Paul | 2010-05-04 | 1 | -27/+47 |
| | | | | | | When the cube faces were stored in a compressed format, the img_stride values were wrong and didn't match the per-face size computed in the tex_image_face_size() function. This caused bad rendering or segfaults. | ||||
* | gallium/util: added is_format_compressed() | Brian Paul | 2010-05-04 | 1 | -0/+20 |
| | |||||
* | llvmpipe: do some null pointer checking | Brian Paul | 2010-05-04 | 1 | -17/+22 |
| | |||||
* | llvmpipe: add some tests for malloc() returning NULL. | Brian Paul | 2010-05-04 | 2 | -22/+38 |
| | | | | | Start propogating NULL pointers from allocation functions and checks for NULL in the callers... | ||||
* | Add egl.pc file | Kristian Høgsberg | 2010-05-04 | 2 | -1/+30 |
| | |||||
* | r300g: advertise S3TC only when it's available in Gallium | Marek Olšák | 2010-05-04 | 1 | -0/+5 |
| | |||||
* | u_blitter: fix creating fragment shaders | Wiktor Janas | 2010-05-04 | 1 | -7/+6 |
| | | | | | | See FDO bug #27887. Signed-off-by: Marek Olšák <[email protected]> | ||||
* | intel: Update renderbuffers unconditionally in intelSetTexBuffer2() | Kristian Høgsberg | 2010-05-04 | 1 | -2/+1 |
| | |||||
* | st/mesa: return success/fail from guess_and_alloc_texture() | Brian Paul | 2010-05-04 | 1 | -7/+10 |
| | | | | | | Before we looked at stObj->pt to see if we may have run out of memory, but that's not a good indicator. This fixes the spurious GL_OUT_OF_MEMORY errors that could arise before. | ||||
* | st/mesa: improved st_texture_image_copy() | Brian Paul | 2010-05-04 | 1 | -29/+47 |
| | | | | | | | No longer need to search for the src mipmap level. Added assertions. Updated comments. Moved debug code into separate function. | ||||
* | mesa/st: Fill in native program limits. | José Fonseca | 2010-05-04 | 1 | -0/+91 |
| | | | | | | | In the lack of more fine grained capabilities in Gallium, assume that if the pipe driver supports GLSL then native limits match Mesa software limits. (cherry picked from commit 40a90cd11234a09c2477f5c9984dd6d9fac3f52c) | ||||
* | intel: Enable GL_EXT_framebuffer_object for gles2 | Kristian Høgsberg | 2010-05-04 | 1 | -0/+1 |
| | |||||
* | gallivm: Proper implementation of TXL opcode. | José Fonseca | 2010-05-04 | 5 | -70/+100 |
| | |||||
* | gallivm: Fix several glitches introduced in the prev commit. | José Fonseca | 2010-05-04 | 3 | -6/+7 |
| | |||||
* | mesa: Forgot to add .pc.in files for gles | Kristian Høgsberg | 2010-05-04 | 2 | -0/+24 |
| | | | | Some day I'll grow up and remember to add new files when I commit. | ||||
* | gallivm: Implement TXD. | José Fonseca | 2010-05-04 | 5 | -40/+62 |
| | |||||
* | gles: Add -I$(TOP)/include. | Chia-I Wu | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | mesa: Only initialize TNL for OpenGL | Kristian Høgsberg | 2010-05-03 | 1 | -4/+5 |
| | |||||
* | mesa: Only initialize save dispatch table for OpenGL | Kristian Høgsberg | 2010-05-03 | 2 | -14/+14 |
| | |||||
* | mesa: increase MAX_DRAW_BUFFERS to 8 | Brian Paul | 2010-05-03 | 2 | -1/+4 |
| | | | | Required for GL 3.x | ||||
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 14 | -181/+183 |
| | | | | This is a better place than in u_rect.c | ||||
* | gallivm: Increase the TGSI translation limits and centralize them in a header. | José Fonseca | 2010-05-04 | 2 | -13/+69 |
| | |||||
* | gallicm: Newton-Raphson step to improve precision. | José Fonseca | 2010-05-04 | 1 | -2/+27 |
| | | | | | Disabled as it doesn't make VS/PSPrecision DCT happy, and it would unnecessarily slow some cases where it is not needed. | ||||
* | cso: use framebuffer utility functions | Brian Paul | 2010-05-03 | 1 | -41/+7 |
| | |||||
* | gallium: move framebuffer utility functions into a new file | Brian Paul | 2010-05-03 | 9 | -84/+165 |
| | |||||
* | st/mesa: remove dead code | Brian Paul | 2010-05-03 | 1 | -9/+0 |
| | |||||
* | st/mesa: remove unused needFlush parameter to st_finalize_texture() | Brian Paul | 2010-05-03 | 4 | -13/+7 |
| | |||||
* | st/mesa: updated comments and fix some formatting in texture storage code | Brian Paul | 2010-05-03 | 1 | -13/+18 |
| | |||||
* | st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting | Brian Paul | 2010-05-03 | 1 | -8/+8 |
| | |||||
* | st/mesa: consolidate and clean-up texture memory allocation code | Brian Paul | 2010-05-03 | 1 | -22/+11 |
| | |||||
* | st/mesa: updated comments for st_texture_image_map() | Brian Paul | 2010-05-03 | 1 | -4/+6 |
| |