summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Fix disassembly of data port writes on Ivybridge.Kenneth Graunke2012-01-181-1/+12
* i965: Fix disassembly of sampler messages on Ivybridge.Kenneth Graunke2012-01-181-1/+7
* i965/vs: Take attributes into account when deciding urb_entry_size.Kenneth Graunke2012-01-182-5/+8
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-182-5/+5
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-182-3/+15
* i965: Add support for Z16 depth formats.Eric Anholt2012-01-181-0/+1
* i965/gen7: Set up surface horizontal alignment field.Eric Anholt2012-01-181-1/+4
* i965/gen7: Remove stale comment.Eric Anholt2012-01-181-1/+0
* mesa: Fix leak of uniform storage records on shader program link/free.Eric Anholt2012-01-181-0/+2
* i965: Fix leak of the program cache BO on context destroy.Eric Anholt2012-01-181-0/+2
* i965/vs: Fix leak of an empty hash_table structure per compile.Eric Anholt2012-01-181-4/+0
* i965: Fix refcount leak of the gl_program structure.Eric Anholt2012-01-181-0/+2
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-184-5/+11
* st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium driversBrian Paul2012-01-182-0/+4
* mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul2012-01-182-3/+9
* mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formatsBrian Paul2012-01-181-0/+4
* mesa: fix tex format selection for GL_R32F and other R/G float formatsBrian Paul2012-01-181-0/+10
* i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke2012-01-181-1/+9
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-183-10/+3
* mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.Kenneth Graunke2012-01-181-1/+1
* i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace2012-01-171-2/+15
* intel: Return if pointer to intel_context is nullAnuj Phogat2012-01-171-7/+7
* i965: Add .gitignore file to exclude automake build artifacts from git.Paul Berry2012-01-171-0/+6
* mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2012-01-172-1/+14
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-1717-259/+227
* radeon: fix fog coordinate emitAlex Deucher2012-01-171-1/+1
* r200: fix fog coordinate emitAlex Deucher2012-01-171-1/+1
* i965: Convert the build to using automake.Eric Anholt2012-01-174-34/+88
* intel: Drop the version override code now that we don't have any left.Eric Anholt2012-01-171-8/+0
* intel: Fix warnings of undefined ffs().Eric Anholt2012-01-171-0/+1
* i965: Fix gen6,gen7 when used with a non-HiZ capable DDXChad Versace2012-01-161-4/+13
* intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat2012-01-161-5/+7
* r200: remove left-over EGL_SOURCES variableMatt Turner2012-01-151-1/+0
* mesa: update compute_version for GL3Marek Olšák2012-01-151-4/+2
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-11/+7
* i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace2012-01-131-4/+6
* gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLESNeil Roberts2012-01-131-5/+29
* mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()Brian Paul2012-01-131-1/+1
* osmesa: fix renderbuffer format selectionBrian Paul2012-01-131-46/+42
* i965: Fix Coverity wrong sizeof argument defect.Vinson Lee2012-01-121-1/+1
* i965: Set pitch of pull constant buffers to 16.Paul Berry2012-01-122-2/+2
* i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry2012-01-121-3/+3
* osmesa: fix glReadPixels, etcBrian Paul2012-01-121-1/+57
* intel: move declaration before codeBrian Paul2012-01-121-1/+1
* intel: fix mapping of malloc'd renderbuffersBrian Paul2012-01-121-0/+15
* mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt2012-01-121-0/+6
* mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt2012-01-121-0/+14
* mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt2012-01-121-0/+5
* mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt2012-01-121-1/+2
* meta: Add GL_RED/GL_RG support to meta CopyTexImage.Eric Anholt2012-01-121-1/+4