mesa.git
2013-10-01 Vinson Leellvmpipe: Remove unnecessary null check of shader.
2013-10-01 Vinson Leeutil/u_format: Assert that format block size is at...
2013-10-01 Vinson Leedraw: Add a null check for draw.
2013-10-01 Vinson Leest/vdpau: Include u_surface.h for u_copy_rect.
2013-10-01 Vinson Leest/vdpau: Include u_format.h for util_format_description.
2013-10-01 Vinson Leest/xvmc: Include u_surface.h for u_copy_rect.
2013-10-01 Brian Paulst/egl: include u_format.h for util_format_get_blocksize()
2013-10-01 Brian Paulsvga: fix pixel center integer
2013-10-01 Brian Paulsvga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_T...
2013-10-01 Brian Paulsvga: we don't support TGSI_OPCODE_CONT
2013-10-01 Brian Paulgallium: include u_surface.h instead of u_rect.h
2013-09-30 Eric Anholti965: Reenable glBitmap() after the sRGB winsys enabling.
2013-09-30 Ian Romanickmesa: Remove all traces of GL_OES_matrix_get
2013-09-30 Carl WorthUse -Bsymbolic when linking libEGL.so
2013-09-30 Paul Berryi965/blorp: retype destination register for texture...
2013-09-30 Eric Anholti965: Add a real native TexStorage path.
2013-09-30 Eric Anholti965: Add missing license to intel_tex_validate.c.
2013-09-30 Eric Anholti965: Always allocate validated miptrees from level 0.
2013-09-30 Eric Anholti965: Don't relayout a texture just for baselevel changes.
2013-09-30 Eric Anholti965: Don't allocate a 1-level texture when GL_GENERATE...
2013-09-30 Eric Anholti965: Stop allocating miptrees with first_level != 0.
2013-09-30 Eric Anholti965: Drop a special case for guessing small miptree...
2013-09-30 Eric Anholti965: Totally switch around how we handle nonzero basel...
2013-09-30 Eric Anholti965: Always look up from the object's mt when setting...
2013-09-30 Vinson Leer600g/sb: Move variable dereference after null check.
2013-09-30 Brian Paulst/mesa: fix comment typo
2013-09-30 Marek Olšákr600g,radeonsi: workaround for late shared screen initi...
2013-09-29 Laurent Carlierr600g: Fix build failure introduced with r600_texture...
2013-09-29 Marek Olšákradeon: make texture logging more useful
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c
2013-09-29 Marek Olšákr600g: remove compute_global_transfer_* calls from...
2013-09-29 Marek Olšákr600g: move the low-level buffer functions for multiple...
2013-09-29 Marek Olšákr600g,radeonsi: consolidate tiling_info initialization
2013-09-29 Marek Olšákradeonsi: implement clear_buffer using CP DMA, initiali...
2013-09-29 Marek Olšákr600g: move aux_context and r600_screen_clear_buffer...
2013-09-29 Marek Olšákradeonsi: move debug options to R600_DEBUG
2013-09-29 Marek Olšákr600g: move some debug options to drivers/radeon
2013-09-29 Marek Olšákr600g,radeonsi: share the async dma interface
2013-09-29 Marek Olšákradeonsi: move radeonsi-specific functions out of r600_...
2013-09-29 Marek Olšákr600g,radeonsi: remove unused code
2013-09-29 Marek Olšákr600g: move r600g-specific functions out of r600_texture.c
2013-09-29 Marek Olšákr600g,radeonsi: consolidate r600_texture structures
2013-09-29 Marek Olšákr600g: get rid of r600_texture::is_rat
2013-09-29 Marek Olšákr600g: get rid of r600_texture::array_mode
2013-09-29 Marek Olšákr600g,radeonsi: consolidate transfer, cmask, and fmask...
2013-09-29 Marek Olšákradeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
2013-09-29 Marek Olšákradeon/llvm: fix TGSI_OPCODE_UCMP
2013-09-29 Marek Olšákst/mesa: fix GLSL mix(.., .., bvecN)
2013-09-28 Tom Stellardconfigure.ac: Add a more informative warning when libcl...
2013-09-27 Vinson Leemesa: Include stdint.h in mtypes.h for uint32_t symbol.
2013-09-26 Kenneth Graunkei965/fs: Don't double-accept operands of logical and...
2013-09-26 Kenneth Graunkei965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-26 Kenneth Graunkemesa: Add core support for the GL_AMD_performance_monit...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_uniform_buffer_objects(...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_explicit_attrib_location...
2013-09-26 Kenneth Graunkemesa: Remove 'invalidate_state' parameter to _mesa_dirt...
2013-09-26 Eric Anholtmesa: Remove some remaining FEATURE_* detritus.
2013-09-26 Chris Forbesi965: Fix cube array coordinate normalization
2013-09-25 Zack Rusindraw/clip: don't emit so many empty triangles
2013-09-25 Zack Rusinllvmpipe: count c_primitives before discarding null...
2013-09-25 Zack Rusinllvmpipe: we need to subdivide if fb is bigger in eithe...
2013-09-25 Marek Olšákradeon/llvm: fix shadow cube texturing for GL3.0
2013-09-25 Marek Olšákradeonsi: fix blitting the last 2 mipmap levels of...
2013-09-25 Marek Olšákradeonsi: add missing colorbuffer formats (rework forma...
2013-09-25 Marek Olšákradeonsi: bypass alpha-test for integer colorbuffers
2013-09-25 Marek Olšákr600g: fix texture buffer object cache flushing
2013-09-25 Marek Olšákr600g: fix constant buffer cache flushing
2013-09-25 Christian Königradeon/winsys: keep screen pointer in winsys v2
2013-09-25 Christian Königbuild/radeonsi: group all targets in common subdir
2013-09-25 Christian Königbuild/r600: group all targets in common subdir
2013-09-25 Christian Königbuild/r300: group build target in common subdir
2013-09-25 Christian Königradeon/uvd: try to place msg/fb buffer into GART
2013-09-25 Christian Königradeon/uvd: move alignment to winsys
2013-09-25 Christian Königst/vdpau: use a separate lock per decoder
2013-09-25 Christian Königst/vdpau: use new vlc function to serach for VC-1 start...
2013-09-25 Christian Königvl/mpeg12: use new vlc function to search for start...
2013-09-25 Christian Königvl/vlc: add fast forward search for byte value
2013-09-25 Vinson Leeglsl: Initialize ir_lower_jumps_visitor member variables.
2013-09-25 Vinson Leeglsl: Initialize lower_vector_visitor::dont_lower_swz.
2013-09-25 Vinson Leeglsl: Initialize assignment_generator member variables.
2013-09-25 Vinson Leeglsl: Remove unused pointer value.
2013-09-24 Zack RusinRevert "llvmpipe: increase number of subpixel bits...
2013-09-24 Dylan Noblesmithmesa: remove handcounted magic number
2013-09-24 Dylan Noblesmithmesa: remove outdated comment
2013-09-24 Dylan Noblesmithmesa: remove stale comment
2013-09-23 Zack Rusinllvmpipe: align the array used for subdivived vertices
2013-09-23 Vinson Leeglapi: Move declaration before code.
2013-09-23 Eric Anholtmesa: Use -Bsymbolic in the linker to locally resolve...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-23 Eric Anholtmesa: Drop an extra copy-and-pasted copy in the program...
2013-09-23 Eric Anholtmesa: Convert some runtime asserts to static asserts.
2013-09-23 Eric Anholtmesa: Shrink the size of the enum string lookup struct.
2013-09-23 Eric Anholtmesa: Remove the extra enum strings and extra lookup...
2013-09-23 Eric Anholtmesa: Remove _mesa_lookup_enum_by_name().
2013-09-23 Zack Rusinllvmpipe: increase number of subpixel bits to eight
2013-09-22 Vinson Leeglsl: Define isnormal and copysign for MSVC to fix...
2013-09-22 Johannes ObermayrSuppress clang's warnings about unused CFLAGS and CXXFLAGS.
2013-09-22 Christian Königradeon/uvd: async flush the UVD cs
2013-09-22 Christian Königwinsys/radeon: share winsys between different fd's
next