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