summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2012-07-18i965/fs: Make register spill/unspill only do the regs for that instruction.Eric Anholt1-33/+33
2012-07-18i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt4-34/+16
2012-07-18i965/fs: Replace usage is_tex() with regs_written() checks.Eric Anholt1-9/+9
2012-07-18i965/fs: Rename virtual_grf_next to virtual_grf_count.Eric Anholt6-22/+21
2012-07-18i965/fs: Move a block out of a loop in live variables setup.Eric Anholt1-4/+5
2012-07-18i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...Anuj Phogat1-7/+21
2012-07-17msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry2-3/+3
2012-07-17intel: Add a comment explaining why we early return on matching BO names.Eric Anholt1-0/+4
2012-07-17intel: Drop other checks for old loader version.Eric Anholt1-38/+26
2012-07-17intel: Replace the non-getBuffersWithFormat compat path with an error message.Eric Anholt2-21/+8
2012-07-17intel: Remove dead intel_framebuffer_has_hiz().Eric Anholt2-13/+0
2012-07-17intel: Convert to using private depth/stencil buffers (v2)Eric Anholt3-652/+39
2012-07-17intel: Add a function for creating a private window system buffer.Eric Anholt2-2/+20
2012-07-16mesa: include inttypes.h to get uint8_t typeBrian Paul1-0/+1
2012-07-16Fix building mesa with assembly enabled since a112ca5dJon TURNEY1-2/+3
2012-07-16intel: Fix build broken by ETC1 patchChad Versace1-0/+12
2012-07-16intel: Enable GL_OES_compressed_ETC1_RGB8_textureChad Versace4-1/+78
2012-07-16mesa: Add function for decoding ETC1 texturesChad Versace2-0/+40
2012-07-16gallium/util, mesa: Refactor etc1 unpack functionChad Versace1-0/+34
2012-07-16gbm: Add new gbm_bo_import entry pointKristian Høgsberg1-1/+7
2012-07-16intel: Don't call _mesa_get_format_bytes for MESA_FORMAT_NONEKristian Høgsberg1-1/+4
2012-07-13mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers.José Fonseca2-0/+38
2012-07-13Don't explicitly link libOsmesa with libmesa's dependency libglslJon TURNEY1-2/+1
2012-07-13automake: convert libglapiJon TURNEY2-2/+2
2012-07-13automake: convert libmesa and libmesagalliumJon TURNEY5-63/+47
2012-07-13Rename sparc/clip.S -> sparc/sparc_clip.SJon TURNEY3-2/+2
2012-07-13automake: convert libglslJon TURNEY1-1/+1
2012-07-13automake: convert libOSmesaLaurent Carlier3-51/+51
2012-07-13mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibilityMarek Olšák6-0/+29
2012-07-12i965: Move loop over texture units into brw_populate_sampler_prog_key.Kenneth Graunke3-82/+81
2012-07-12i965: Always emit alpha when nr_color_buffers == 0.Kenneth Graunke3-11/+6
2012-07-12i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.Kenneth Graunke1-16/+10
2012-07-12i965: Delete previous workaround for textureGrad with shadow samplers.Kenneth Graunke4-75/+5
2012-07-12i965: Add a lowering pass to convert TXD to TXL by computing the LOD.Kenneth Graunke4-0/+157
2012-07-12st/mesa: expose new transform feedback extensionsMarek Olšák1-0/+6
2012-07-12mesa: add ARB_transform_feedback_instanced extension enable flagMarek Olšák2-0/+2
2012-07-12mesa: implement new DrawTransformFeedback functionsMarek Olšák5-12/+130
2012-07-12mesa: implement display list support for new DrawTransformFeedback functionsMarek Olšák2-0/+85
2012-07-12mesa: implement display list support for indexed query functionsMarek Olšák1-2/+47
2012-07-12mesa: implement indexed query functions from ARB_transform_feedback3Marek Olšák1-15/+67
2012-07-12mesa: implement glGet queries and error handling for ARB_transform_feedback3Marek Olšák4-0/+43
2012-07-12glsl: implement ARB_transform_feedback3 in the linkerMarek Olšák2-0/+2
2012-07-12st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák4-12/+41
2012-07-12st/mesa: set colormask to zero when blitting depthMarek Olšák1-2/+2
2012-07-12gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2-15/+15
2012-07-12gallium: add util_format_stencil_only helper functionMarek Olšák1-21/+2
2012-07-12mesa: remove assertions that do not allow compressed 2D_ARRAY texturesMarek Olšák1-4/+2
2012-07-11i965/msaa: Enable CMS layout on Gen7 for the formats that support it.Paul Berry1-1/+18
2012-07-11i965/msaa: Add CMS support to blorp.Paul Berry1-2/+43
2012-07-11i965/msaa: Add CMS-related sampler messages to brw_defines.h.Paul Berry1-0/+2