2012-01-26 |
Matt Turner | Fix visibility of u_thread functions by inlining them |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brian Paul | nouveau: include s_context.h to silence missing prototy... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brian Paul | swrast: silence uninitialized var warnings |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Lucas Stach | nvfx: fix nv3x fallout from state validation changes |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Benjamin Franzke | gbm: Add back link flags for udev, dl and glapi |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Benjamin Franzke | configure: Use WAYLAND_SCANNER_RULES only if available |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jakob Bornecrantz | draw: Only run prepare when state, prim and opt changes |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jakob Bornecrantz | draw: Don't revalidate pipeline on backend flushes |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Jakob Bornecrantz | draw: Remove reduced_prim |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Benjamin Franzke | automake: src/egl/wayland |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Paul Berry | i965/gen6/GT1: Increase max_vs_entries to 256. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Paul Berry | i965/gen6: Fix segfault in transform feedback to DYNAMI... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Ander Conselvan... | gbm: fix copy & paste error in gbm_bo_get_handle docume... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
José Fonseca | mesa/st: Assign inputsRead at right (previous) location. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | mesa: remove ctx->Const.sRGBCapable |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | r600g: handle start_component from stream_output_info... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | r600g: don't expose transform_feedback2 without kernel... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | mesa: allow exposing GL3 without EXT_texture_integer |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | mesa: add missing integer alpha formats to _mesa_base_f... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | st/mesa: require all s3tc formats for EXT_texture_compr... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | st/mesa: simplify enabling EXT_packed_depth_stencil... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | mesa: remove obsolete comment in version.c |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | gallium/docs: document more CAPs |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | r600g: nuke the fallback for vertex and fragment color... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | r300g: nuke the fallback for fragment color clamping |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | st/mesa: inline if(1) conditional |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | st/mesa: move fragment shader tgsi tokens into st_fp_va... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Marek Olšák | st/mesa: do vertex and fragment color clamping in shaders |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Christian König | st/xvmc: remove xorg-server dependency |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Franzke | st/mesa: Fix recurring surfaceless contexts |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | mesa: Fix CopyTex{Sub,}Image error checks for integer... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | mesa: Add missing integer R/RG cases to _mesa_is_color_... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | meta: Detect currently-unsupported integer CopyTexSubIm... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | mesa: Add the remaining from/to types for GL_EXT_textur... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | mesa: s/GLuint col/GLint col/ to avoid signed/unsigned... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | mesa: Add support for glGetTexImage() from integer... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | i965/gen6+: Work around GPU hangs with logic ops on... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Anholt | i965/gen6+: Disable blending, alpha test, and dither... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa/gdi: remove wmesa_set_renderbuffer_funcs() function |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | dri/swrast: remove obsolete swrast_span.c file from... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: fix uninitialized variable warning |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: make rowStride variable signed in put_z32_values() |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | intel: use swrast code to map/unmap renderbuffers for... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: update comments, fix whitespace in dd.h |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove unused StoreTexel code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: use Map/UnmapTextureImage() in framebuffer... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: remove ctx->Driver.Map/UnmapTexture() hooks |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | nouveau: stop calling ctx->Driver.Map/UnmapTexture() |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | tnl: remove ctx->Driver.Map/UnmapTexture() calls |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: move some renderbuffer functions to s_renderbuf... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | intel: remove intel_span_supports_format() |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove a few extra _mesa_get_format_bytes(... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: update comments for gl_renderbuffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa/swrast/drivers: remove obsolete gl_renderbuffer... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | dri/swrast: use swrast_renderbuffer type |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: use swrast_renderbuffer instead of gl_renderbuffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | osmesa: use swrast_renderbuffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | radeon: derive radeon_renderbuffer from swrast_renderbuffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | intel: derive intel_renderbuffer from swrast_renderbuffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | xlib: derive xmesa_renderbuffer from swrast_renderbuffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: allocate swrast_renderbuffers instead of gl_ren... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: new swrast_renderbuffer type |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | intel: use intel_rb_format() to get renderbuffer format |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | dri/swrast: rename swrast_renderbuffer to dri_swrast_re... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: use stencil packing function in s_stencil.c |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: use color packing functions in s_span.c |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove s_spantemp.h |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | xlib: remove xm_span.c and related code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: remove gl_renderbuffer::Wrapped |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: rewrite, simplify the the render-to-texture... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: rename gl_renderbuffer::Data to Buffer |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: move freeing of software renderbuffers into swrast |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: remove gl_renderbuffer::DataType |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: remove gl_renderbuffer:RowStride field |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: finally, remove the GetRow/PutRow/etc functions |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | dri: remove all the obsolete spantmp files |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | radeon: remove obsolete GetRow/PutRow code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | nouveau: remove obsolete GetRow/PutRow code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | intel: remove most of the span Get/PutRow code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | dri/swrast: remove obsolete GetRow/PutRow code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | osmesa: remove obsolete GetRow/PutRow code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | xlib: remove obsolete GetRow/PutRow code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: remove obsolete PutRow, etc assignments |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove Get/PutRow()-related code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | st/mesa: remove gl_renderbuffer::GetPointer stuff |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: stop using Put/GetRow/Values() in swrast code |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: use gl_renderbuffer::StrideInBytes in depth... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: use gl_renderbuffer::Map for all depth/stencil... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | intel: make intel_renderbuffer_map/unmap() static |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | mesa: add new gl_renderbuffer fields |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: flush pending rendering before unmapping buffers |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: new assertions in _swrast_pixel_address() |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: use _swrast_pixel_address() in more places |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: s/Data/Map/ in swrast_texture_image |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove gl_renderbuffer::DataType check in DrawP... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove gl_renderbuffer::DataType assertions |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | st/mesa: remove gl_renderbuffer:DataType assignments |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: make _swrast_get_values(), _swrast_get_row... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Brian Paul | swrast: remove dstType param from _swrast_read_rgba_span() |
commit | commitdiff | tree | snapshot |
next |