aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel: Drop stale comment about CopyTexSubImage.Eric Anholt2011-09-261-4/+0
* intel: Rely on AllocTextureImageBuffer for our teximage fallbacks.Eric Anholt2011-09-261-19/+5
* intel: Rely on mesa core for compressed texture image uploading.Eric Anholt2011-09-261-58/+20
* intel: Allow src == NULL and *dst != NULL in intel_miptree_reference().Eric Anholt2011-09-263-10/+11
* intel: Drop the "intel" argument to intel_miptree_release().Eric Anholt2011-09-266-16/+10
* intel: Drop the immediate validation of the texture object in TFP.Eric Anholt2011-09-261-10/+0
* intel: Fix improper freeing of texture data in TFP.Eric Anholt2011-09-261-4/+1
* intel: Refactor texture_from_pixmap and EGL_image region binding.Eric Anholt2011-09-261-55/+49
* intel: Drop some extra equality checks on reference/release functions.Eric Anholt2011-09-262-22/+8
* i965: Set the pre/post-blend color clamp flags.Eric Anholt2011-09-261-0/+20
* i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants.Kenneth Graunke2011-09-262-54/+89
* swrast: always call _swrast_choose_texture_sample_func()Brian Paul2011-09-261-1/+1
* mesa: Remove EXT_abgr extension enable flagIan Romanick2011-09-262-3/+1
* mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick2011-09-266-11/+9
* mesa: Remove OES_read_format extension enable flagIan Romanick2011-09-263-11/+3
* mesa: Remove all mention of EXT_vertex_array_setIan Romanick2011-09-262-2/+0
* mesa: Fix extension year for EXT_texture_env_combineIan Romanick2011-09-261-1/+1
* mesa: Remove many extension enable flagsIan Romanick2011-09-267-94/+23
* intel: Remove redundant GL_ARB_window_pos enableIan Romanick2011-09-261-1/+0
* dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick2011-09-265-5/+0
* i965: Emit depth stalls and flushes before changing depth state on Gen6+.Kenneth Graunke2011-09-263-1/+44
* intel: Introduce a new intel_context::gt field to go along with gen.Kenneth Graunke2011-09-263-3/+11
* intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.Kenneth Graunke2011-09-262-28/+13
* i965: Fix incorrect maximum PS thread count shift on Ivybridge.Kenneth Graunke2011-09-261-1/+1
* r600g: add index_bias to index buffer boundsMarek Olšák2011-09-261-0/+5
* u_vbuf_mgr: fix uploading with a non-zero index biasMarek Olšák2011-09-261-4/+11
* u_vbuf_mgr: dereference some pointers only once etc.Marek Olšák2011-09-261-10/+13
* u_vbuf_mgr: rework user buffer uploadsMarek Olšák2011-09-261-36/+58
* u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHEDMarek Olšák2011-09-262-21/+6
* u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák2011-09-269-82/+81
* u_vbuf_mgr: fix max_index computation for large src_offsetMarek Olšák2011-09-261-8/+8
* u_vbuf_mgr: don't take per-instance attribs into acc. when computing max indexMarek Olšák2011-09-261-1/+2
* u_vbuf_mgr: cleanup original vs real vertex buffer arraysMarek Olšák2011-09-265-47/+45
* intel: fix potential segfault error at intel_(un)map_texture_imageYuanhan Liu2011-09-261-2/+3
* nouveau: fix crash during fence emissionMarcin Slusarz2011-09-251-2/+2
* mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...Henri Verbeet2011-09-251-15/+14
* postprocess: Portability fixes.José Fonseca2011-09-253-24/+27
* noop: Always use memory allocation macros.José Fonseca2011-09-251-2/+2
* llvmpipe: Always use memory allocation macros.José Fonseca2011-09-251-2/+3
* softpipe: Use memory allocation macros.José Fonseca2011-09-252-3/+3
* st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error rel...Emeric Grange2011-09-251-1/+1
* g3dvl: Don't use SCALED types for iDCTChristian König2011-09-251-4/+4
* draw: Never allocate duplicate extra vertex attribs.José Fonseca2011-09-255-46/+54
* draw: Make copy of the TGSI tokens.José Fonseca2011-09-252-2/+6
* glsl: Fix Android buildChad Versace2011-09-241-0/+1
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-234-24/+11
* glsl: Free all S-Expressions immediately after reading IR.Kenneth Graunke2011-09-231-2/+3
* glsl: Defer initialization of built-in functions until they're needed.Kenneth Graunke2011-09-234-3/+7
* i965: Increase MaxClipPlanes to 8 for gen6+.Paul Berry2011-09-231-0/+3
* i965: Allow clip distances to be read back in fragment shaders.Paul Berry2011-09-232-6/+2