| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-14 | tgsi: add a dummy function to silence warning | Brian Paul | |
| 2010-05-14 | mesa: enum bitfields are a gcc-only feature, use GLubyte | Brian Paul | |
| 2010-05-14 | egl: Implement EGL_NOK_texture_from_pixmap | Kristian Høgsberg | |
| This extension allows a color buffer to be used for both rendering and texturing. EGL allows the use of color buffers of pbuffer drawables for texturing, this extension extends this to allow the use of color buffers of pixmaps too. | |||
| 2010-05-14 | egl: Only allow valid config attributes in _eglParseConfigAttribList() | Kristian Høgsberg | |
| Passing 0x3030, 0 in the chooser list didn't get caught. | |||
| 2010-05-14 | i965: Add program dumping for INTEL_DEBUG=gs. | Eric Anholt | |
| 2010-05-14 | i965: Parse the ff_sync URB send opcode on Ironlake disasm. | Eric Anholt | |
| 2010-05-14 | i965: Use R16G16B16A16_FLOAT for 3-component half-float. | Eric Anholt | |
| The RGBX version isn't supported as a vertex input type, but since we force the last channel's value anyway, this should be fine. The only potential risk I see is in the limiter on VBO reads past the end of the buffer forcing the whole vertex to 0 when the A channel lands past the end. Fixes piglit draw-vertices-half-float. | |||
| 2010-05-14 | i965: Dump out the correct shared function for SEND on Ironlake. | Eric Anholt | |
| 2010-05-14 | i965: Support INTEL_DEBUG=clip to dump the clip program. | Eric Anholt | |
| 2010-05-14 | intel: Handle arbitrary compressed formats in intel_compressed_num_bytes. | Eric Anholt | |
| Note that we don't support arbitrary block size for compressed quite yet -- block height of 4 is hard-coded all over the place. Bug #27098 (srgb dxt1 producing a bytes per pixel of 0). | |||
| 2010-05-14 | gallium: remove forward declarations of non-existent objects | Marek Olšák | |
| 2010-05-14 | r300g: do not abort if a constant buffer is too large | Marek Olšák | |
| What else can we do with misbehaving apps? | |||
| 2010-05-14 | r300g: add framebuffer state debug logging | Marek Olšák | |
| 2010-05-14 | r300g: sort out debug flags | Marek Olšák | |
| 2010-05-14 | egl: remove duplicate ARRAY_SIZE() macro declaration | Brian Paul | |
| 2010-05-14 | glxinfo: add queries and reporting for float and sRGB buffer types | Brian Paul | |
| Check for the GLX_ARB_fbconfig_float and GLX_NV_float_buffer extensions to determine if color bufs are floating point. Check for the GLX_EXT_framebuffer_sRGB extension to determine if the framebuffer is sRGB capable. Increase field size for some attribs (visual ID and buffer size) to accomodate today's larger values. Also print missing caveats info in verbose mode. | |||
| 2010-05-14 | nouveau/nvfx: Define some capabilities for shaders | Patrice Mandin | |
| Signed-off-by: Patrice Mandin <patmandin@gmail.com> | |||
| 2010-05-14 | egl: Silence uninitialized variable warnings. | Vinson Lee | |
| 2010-05-14 | mesa: print enum name instead of hexadecimal value in glGet errors | Brian Paul | |
| 2010-05-14 | mesa: another transform feedback error check, 80-col wrapping | Brian Paul | |
| 2010-05-14 | mesa: fpclassify dummy definition is not needed on FreeBSD. | Alex Kozlov | |
| 2010-05-14 | graw: add quad-tex graw test for basic texturing | Keith Whitwell | |
| 2010-05-14 | graw: combine graw_init and graw_create_window functions | Keith Whitwell | |
| Different environments seem to want to create these in different orders. Abstract over this by combining the calls. | |||
| 2010-05-14 | graw: split util code into new file | Keith Whitwell | |
| 2010-05-14 | graw: move towards glut-like interface, add tri.c | Keith Whitwell | |
| 2010-05-14 | scons: add 'targets' variable, for specifying ... targets | Keith Whitwell | |
| Ideally scons should be able to work backwards from the list of targets to figure out which drivers, state trackers and other convenience libraries need to be built. | |||
| 2010-04-29 | gallium/draw: Fix PPC compiler warning. | Michel Dänzer | |
| 2010-04-29 | gallium/draw: Fix PPC build failure. | Michel Dänzer | |
| 2010-04-29 | r300g: fix compiler error | Marek Olšák | |
| Ouch. | |||
| 2010-04-29 | r300g: use the enum for color swizzles in the rasterizer | Marek Olšák | |
| 2010-04-29 | r300g: rasterizer debug logging | Marek Olšák | |
| 2010-04-29 | r300g: fix tests/yuvrect and possibly even rendering to YUV textures | Marek Olšák | |
| 2010-04-29 | r300g: enable the RGBA16F renderbuffer too | Marek Olšák | |
| 2010-04-29 | r300g: enable float textures | Marek Olšák | |
| We still need to wait for state tracker support. | |||
| 2010-04-29 | r300g: compose swizzles from texture formats and sampler views | Marek Olšák | |
| 2010-04-28 | Track and print user defined structure types | Ian Romanick | |
| 2010-04-28 | IR print visitor: Move logic for printing the whole program to _mesa_print_ir | Ian Romanick | |
| 2010-04-28 | IR print visitor: Just print the name of structures | Ian Romanick | |
| Treat structure types like other non-array types. We'll have to print the structure defintion elsewhere. | |||
| 2010-04-28 | ir_function_inlining: Handle inlining of structure dereferences. | Eric Anholt | |
| 2010-04-28 | Correctly handle remapping of array dereferences if ->var is a variable. | Eric Anholt | |
| 2010-04-28 | Begin handling some varieties of invalid declarations | Ian Romanick | |
| 2010-04-28 | Reject conflicting struct declarations, generate struct constructor | Ian Romanick | |
| 2010-04-28 | glsl_type::generate_constructor_prototype now generates the function too | Ian Romanick | |
| Also, change the name of the method to generate_constructor. | |||
| 2010-04-28 | Always return a value from ast_type_specifier::hir | Ian Romanick | |
| 2010-04-28 | Support structures in glsl_type::generate_constructor_prototype | Ian Romanick | |
| 2010-04-28 | Implement structures and arrays in ir_dereference::is_lvalue | Ian Romanick | |
| 2010-04-28 | Ensure that structure fields have non-NULL types | Ian Romanick | |
| 2010-04-28 | Ensure that anonymous structures have non-NULL names | Ian Romanick | |
| 2010-04-28 | Convert structure field dereferences to HIR | Ian Romanick | |
| 2010-04-28 | Add ir_dereference constructor for structure field dereferences | Ian Romanick | |
