2009-05-22 |
Brian Paul | vbo: s/32/VERT_ATTRIB_MAX/ |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: use Elements() for loop bound |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: minor code simplification |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: fix loop over generic attribs in update_arrays() |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | vbo: asst. reformatting, clean-ups |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | vbo: fix crash in vbo_exec_bind_arrays() |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | demos: extend glsl/multitex.c to use a vertex buffer... |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | demos/util: add funcs for GL_ARB_buffer_object |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | demos: fix multitex.c VertCoord attribute mapping |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: allow GL_BITMAP type in _mesa_image_image_stride() |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: added some assertions |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: use Elements() macro to limit loops instead of... |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A... |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA... |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: added comment |
commit | commitdiff | tree |
2009-05-22 |
Brian Paul | mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BIN... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | vbo: fix build breakage...oops |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | vbo: comments, whitespace clean-ups |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | vbo: fix incorrect loop limit in bind_array_obj() |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: use MAX_ values instead of literals |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: freshen comments for update_array() |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: minor code simplification in _mesa_GetVertexAttri... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: comment for _mesa_GetVertexAttribfvARB() |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: minor code simplification in _mesa_GetVertexAttri... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: remove const qualifier |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: VertexAttribPointer comments |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: call _mesa_update_array_object_max_element()... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: added gl_array_object::Weight array field |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: check FEATURE_point_size_array for PointSize... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: fix some potential state-restore issues in pop_te... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: new _mesa_update_array_object_max_element() function |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | vbo: return VP_NONE from get_program_mode() if running... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | vbo: move vp_mode enum to vbo_exec.h, use enum instead... |
commit | commitdiff | tree |
2009-05-21 |
Eric Anholt | i965: fix whitespace in brw_tex_layout.c |
commit | commitdiff | tree |
2009-05-21 |
Eric Anholt | i956: Make state dependency of SF on drawbuffer bounds... |
commit | commitdiff | tree |
2009-05-21 |
Eric Anholt | intel: Fall back on any rendering to texture with no... |
commit | commitdiff | tree |
2009-05-21 |
Eric Anholt | intel: Mark the FBO as incomplete if there's no intel_r... |
commit | commitdiff | tree |
2009-05-21 |
Eric Anholt | intel: Don't segfault on glGenerateMipmaps of a cube... |
commit | commitdiff | tree |
2009-05-21 |
Eric Anholt | intel: Use _mesa_CheckFramebufferStatusEXT insteaad... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: added debug functions for dumping color/depth... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | i965: rename var: s/tmp/vs_inputs/ |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: remove pointless null ptr check, improved some... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: added _mesa_print_arrays() for debugging |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: updated comment for _MaxElement field |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | mesa: move gl_array_attrib::_MaxElement to gl_array_obj... |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | vbo: s/8/MAX_TEXTURE_COORD_UNITS/ |
commit | commitdiff | tree |
2009-05-21 |
Jonathan Adamczewski | cell: perform triangle cull a little earlier |
commit | commitdiff | tree |
2009-05-21 |
Jonathan Adamczewski | cell: unroll inner loop of spu_render.c:cmd_render() |
commit | commitdiff | tree |
2009-05-21 |
Brian Paul | st: add support for GL_EXT_vertex_array_bgra |
commit | commitdiff | tree |
2009-05-21 |
Carl Worth | minstall: Don't copy over an identical file |
commit | commitdiff | tree |
2009-05-21 |
Corbin Simpson | r300-gallium: r500-fs: POW. |
commit | commitdiff | tree |
2009-05-21 |
Corbin Simpson | r300-gallium: r500-fs: LRP. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: r500-fs: Combine function. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: Prevent assert when fogcoords are present. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: Another constantbuf shader recompile... |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: Raise constantbuf limits. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: fs: Remove cruft from way back when. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | radeon-gallium: Add surface_buffer_create callback. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: Make surface_copy actually load the textu... |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: Add missing R481 PCI ID. |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | r300-gallium: Make surface_copy work, and refactor... |
commit | commitdiff | tree |
2009-05-20 |
Corbin Simpson | radeon-gallium: Don't permit reading and writing a... |
commit | commitdiff | tree |
2009-05-20 |
Brian Paul | st: reformatting, comments, var renaming |
commit | commitdiff | tree |
2009-05-19 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-19 |
Mathias Fröhlich | mesa: allow depth/stencil textures to be attached to... |
commit | commitdiff | tree |
2009-05-19 |
Brian Paul | mesa: assign trb->Base.StencilBits in update_wrapper(). |
commit | commitdiff | tree |
2009-05-19 |
Brian Paul | mesa: print more info when valid_texture_object() fails |
commit | commitdiff | tree |
2009-05-18 |
Jakob Bornecrantz | trace: Improve shader wrapping |
commit | commitdiff | tree |
2009-05-18 |
Jakob Bornecrantz | st/dri: Only create new textures if drawable has changed |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: Fix (another) wrong value in MSPOS. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | radeon-gallium: Remove BO validation debug. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: Cleanup viewport state setup. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: Always do VTE, never software viewport. |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | st/mesa: fix incorrect src/dst stride params to _mesa_g... |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | mesa: comments for _mesa_generate_mipmap_level() |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | softpipe: add texture target sanity check assertion |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | st: fix incorrect target parameter to screen->is_format... |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | mesa: added linux-osmesa-static config |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | docs: link to 7.5 relnotes |
commit | commitdiff | tree |
2009-05-18 |
Brian Paul | docs: emphasize the incomplete status of the nouveau... |
commit | commitdiff | tree |
2009-05-18 |
Aidan Thornton | Initialize psp->waitX/waitGL for swrast_dri.so. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: Enable GLSL for r500. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: r500-fs: DDX and DDY support. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | dri-gallium: Add GLSL support. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: Add half-right COS and SIN. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium: Size mismatch. |
commit | commitdiff | tree |
2009-05-18 |
Corbin Simpson | r300-gallium, radeon-gallium: Nuke gb_pipes from orbit. |
commit | commitdiff | tree |
2009-05-17 |
Corbin Simpson | r300-gallium: Don't set GB_TILE_CONFIG (in userspace.) |
commit | commitdiff | tree |
2009-05-17 |
Corbin Simpson | r300-gallium: Clean up more invariant state. |
commit | commitdiff | tree |
2009-05-17 |
Corbin Simpson | r300-gallium: Update XXX. |
commit | commitdiff | tree |
2009-05-17 |
Corbin Simpson | r300-gallium: Correct default MSPOS. |
commit | commitdiff | tree |
2009-05-17 |
Corbin Simpson | r300-gallium: vs: Fix vert shader init. |
commit | commitdiff | tree |
2009-05-17 |
Corbin Simpson | r300-gallium: r500-fs: Enable depth writes, kinda. |
commit | commitdiff | tree |
next |