nv50: fix max texture levels
[mesa.git] / src /
2011-10-24 Adel Gadllahnv50: fix max texture levels
2011-10-24 Marek Olšákwinsys/radeon: don't use the new GEM_WAIT ioctl for now
2011-10-24 Tom FogalOnly use gcc visibility support with gcc4+.
2011-10-24 Mathias Fröhlichwinsys/radeon: restore the old r600g winsys memory...
2011-10-24 Brian Paulutil: remove gotos in u_upload_mgr.c
2011-10-24 Mathias Fröhlichmesa: Avoid ABA problem on buffer object bind.
2011-10-24 Brian Paulswrast: fix comment typo (s/texure/texture/)
2011-10-24 Brian Paulmesa: remove dead code from teximage.c
2011-10-23 Mathias Fröhlichmesa: Fix multithreaded buffer object refcounting.
2011-10-23 Marek Olšákr300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vbo
2011-10-23 Marek Olšáku_blitter: accept overriden width0 and height0
2011-10-23 Marek Olšáku_blitter: add a copy_texture function which uses views...
2011-10-23 Brian Paulintel: remove duplicated #include of texstore.h
2011-10-23 Brian Paulradeon: remove unnecessary #includes of texstore.h
2011-10-23 Brian Paulswrast: update renderbuffer format assertion
2011-10-23 Brian Paulmesa: add swrast_texture_image::Buffer
2011-10-23 Brian Paulmesa: remove _mesa_alloc_texmemory(), _mesa_free_texmem...
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-23 Brian Paulllvmpipe: point out that there's two stencil writemasks
2011-10-23 Brian Paulllvmpipe: compare front_facing to NULL to improve reada...
2011-10-23 Brian Paulgallivm: added lp_build_print_ivec4() function
2011-10-23 Brian Paulmesa: improve the warning message in _mesa_choose_tex_f...
2011-10-23 Eric Anholtglsl: Add support for constant expression evaluation...
2011-10-23 Mathias Fröhlichdri-r600: Hook up a drm_descriptor configuration function
2011-10-23 Mathias Fröhlichr600g: make r[67]00 not bail out on PRED_SETNE_INT.
2011-10-22 Dave Airlier600g: make if's use PRED_SETNE_INT no matter what.
2011-10-22 Dave Airlier600g: print inst in hex in dumps
2011-10-22 Dave Airlier600g: drop specific i2f it should be a trans only...
2011-10-22 Mathias Froehlichvbo: Clean up unused variables in the vbo module.
2011-10-22 Alan CoopersmithConvert additional GNUC_MINOR checks to multiplied...
2011-10-22 Alan CoopersmithFix gcc version checks for _mesa_bitcount
2011-10-21 Maarten Lankhorstgallium/targets: Add vdpau target for nouveau
2011-10-21 Christoph Bumillerd3d1x: set primitive restart in the correct draw calls
2011-10-21 Christoph Bumillernv50/ir: import SM4 converter
2011-10-21 Christoph Bumillernouveau,nvc0: fix/improve handling of multiple constant...
2011-10-21 Christoph Bumillernvc0: add support for linear and buffer textures and RTs
2011-10-21 Christoph Bumillernvc0: add support for clip distance shader outputs
2011-10-21 Christoph Bumillernvc0: handle more query types
2011-10-21 Christoph Bumillernvc0: fix location of the PrimitiveID output
2011-10-21 Christoph Bumillernvc0: prevent VERTEXID/INSTANCEID from consuming input...
2011-10-21 Christoph Bumillernvc0: fixes for program tessellation parameters
2011-10-21 Christoph Bumillernv50,nvc0: reset per-instance state for inactive vertex...
2011-10-21 Christoph Bumillernv50,nvc0: reset base element in draw_arrays
2011-10-21 Christoph Bumillernvc0: apply first_layer offset to all resources with...
2011-10-21 Christoph Bumillernvc0: emit state to allow GP to select the RT layer
2011-10-21 Christoph Bumillernvc0: validate GP samplers, textures
2011-10-21 Christoph Bumillernvc0: fix clear_render_target/depth_stencil region
2011-10-21 Christoph Bumillernvc0: fix assertion that immediate array buffer fits
2011-10-21 Christoph Bumillernv50/ir: use RDSV to fetch FrontFacing before lowering
2011-10-21 Christoph Bumillernv50/ir: fix textureGrad with offsets and in non-FPs
2011-10-21 Christoph Bumillernv50/ir: add wrap mode for shift operations
2011-10-21 Christoph Bumillernv50/ir: initialize RelocInfo to 0
2011-10-21 Christoph Bumillernvc0/ir: fix emission of cvt when register and type...
2011-10-21 Christoph Bumillernv50/ir: fix argument count for CUBE_ARRAY texture...
2011-10-21 Christoph Bumillernvc0/ir: GP emit address must end up in $r0
2011-10-21 Christoph Bumillernvc0/ir: TXQ requires different lowering from normal TEX
2011-10-21 Christoph Bumillernv50/ir: initialize default prog_info values for GP,TP
2011-10-21 Christoph Bumillernv50/ir: fix memory value equality check
2011-10-21 Christoph Bumillernv50/ir: fix leak in removal of graph root
2011-10-21 Christoph Bumillerd3d1x: fix/improve OMSetRenderTargets
2011-10-21 Christoph Bumillerd3d1x: avoid translating invalid blend, depth or stenci...
2011-10-21 Christoph Bumillerd3d1x: add support for buffer views
2011-10-21 Christoph Bumillerd3d1x: improve CreateInputLayout
2011-10-21 Christoph Bumillerd3d1x/context: fix IASetVertexBuffers stride comparison
2011-10-21 Christoph Bumillerd3d1x: use ZS formats for TYPELESS resources with DS...
2011-10-21 Christoph Bumillerd3d1x: use resource format if view format is UNKNOWN
2011-10-21 Christoph Bumillerd3d1x: fix shadow comparison to gallium enum off by one
2011-10-21 Christoph Bumillerd3d1x: improve CheckFormatSupport
2011-10-21 Christoph Bumillerd3d1x: update format mapping table
2011-10-21 Christoph Bumillerd3d1x: fix translation of subresource to layer
2011-10-21 Christoph Bumillerd3d1x: fix initial data upload for 3D textures
2011-10-21 Christoph Bumillerd3d1x: MipLevels -1 in resource view desc means all
2011-10-21 Christoph Bumillerd3d1x/dxgi: fix initialization of pipe_box for Present...
2011-10-21 Christoph Bumillerd3d1x: implement array textures
2011-10-21 Christoph Bumillernvc0/ir: handle levelZero modifier in TEX emission
2011-10-21 Christoph Bumillernvc0/ir: fix lowering of DIV F32
2011-10-21 Christoph Bumillerd3d1x: fix refcounting of GalliumD3D11DeviceChild objects
2011-10-21 Christoph Bumillernvc0/ir: fix xy confusion typo in readTessCoord
2011-10-21 Christoph Bumillerd3d1x/sm4: save CUSTOMDATA
2011-10-21 Christoph Bumillerd3d1x: add FORK/JOIN phase opcodes to declarations
2011-10-21 Christoph Bumillerd3d1x: add shader signature to sm4_program
2011-10-21 Christoph Bumillerd3d1x: attempt to detect D3D10 feature level
2011-10-21 Christoph Bumillerd3d1x: switch to TGSI SAMPLE opcodes
2011-10-21 Brian Paulst/mesa: fix a bug in and re-org setup_interleaved_attr...
2011-10-21 Kenneth Graunkeglsl: Short-circuit lower_if_to_cond_assign when MaxIfD...
2011-10-21 Kenneth Graunkei965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on...
2011-10-21 Jeremy Huddlestonapple: Use the correct (OpenGL.framework) glViewport...
2011-10-21 Jeremy Huddlestonapple: Silence some debug spew
2011-10-21 Marek Olšákr600g: cleanup r600_reset_blittable_to_compressed
2011-10-21 Vinson Leest/mesa: Initialize variable.
2011-10-21 Alan CoopersmithAdd solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_...
2011-10-20 Kenneth Graunkei965: Remove copy and pasted gen7_wm_constants state...
2011-10-20 Kenneth Graunkei965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_pus...
2011-10-20 Kenneth Graunkei965: Fix incorrect dirty bit in gen6_prepare_wm_push_c...
2011-10-20 Marek Olšákr300g: don't return NULL in resource_from_handle if...
2011-10-20 Eric Anholti965/vs: Fix comparisons with uint negation.
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-20 Christoph Bumillerd3d1x: make use of new query types
2011-10-20 Christoph Bumillersoftpipe: implement/fix TIMESTAMP queries
2011-10-20 Christoph Bumillergallium: add new query types and missing documentation
next