summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()Iago Toral Quiroga2017-06-011-2/+2
* mesa/main: conversion from float in GetUniformi64v requires rounding to nearestIago Toral Quiroga2017-06-011-1/+1
* mesa/main: Add conversion from double to uint64/int64 in GetUniform*i64v()Iago Toral Quiroga2017-06-011-0/+14
* mesa/main: Clamp GetUniformui64v values to be >= 0Iago Toral Quiroga2017-06-011-1/+45
* mesa/main: Clamp GetUniformuiv values to be >= 0Kenneth Graunke2017-06-011-11/+51
* mesa/main: fix indentation in _mesa_get_uniform()Iago Toral Quiroga2017-06-011-98/+101
* r100: Silence numerous unused this or that warningsIan Romanick2017-05-311-8/+9
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-05-311-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-05-313-3/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-05-311-4/+10
* mesa: throw an INVALID_OPERATION error in get_texobj_by_name()Samuel Pitoiset2017-05-311-50/+11
* mesa: add new 'name' parameter to get_texobj_by_name()Samuel Pitoiset2017-05-311-13/+12
* mesa: remove _mesa from static function namesTimothy Arceri2017-05-311-4/+4
* mesa/st: indentation tidy-upTimothy Arceri2017-05-311-33/+32
* i965: Delete dead old-school packing structs.Kenneth Graunke2017-05-301-175/+0
* i965: Set the "Float Blend Optimization Enable" bit on Gen9+.Kenneth Graunke2017-05-302-1/+4
* i965: Fix type of brw_context::render_target_format[]Chad Versace2017-05-303-5/+5
* i965: Move func to right comment block in brw_context.hChad Versace2017-05-301-1/+1
* i965: Document type of GLuint __DRIimage::formatChad Versace2017-05-301-1/+1
* i965: Add whitespace in intel_update_image_buffers()Chad Versace2017-05-301-0/+1
* i965: Move an 'i' declaration into its 'for' loopChad Versace2017-05-301-2/+2
* i965: Fix type of intel_update_image_buffers::formatChad Versace2017-05-301-1/+1
* i965: Rename intel_create_renderbufferChad Versace2017-05-303-8/+9
* i965/dri: Combine declaration and assignment in intelCreateBufferChad Versace2017-05-301-2/+1
* i965/dri: Rewrite comment for intelCreateBufferChad Versace2017-05-301-1/+5
* mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk2017-05-301-2/+8
* i965: Always scissor on Gen4-5 instead of disabling guardband.Kenneth Graunke2017-05-292-28/+13
* i965: Unify Gen4-5 and Gen6 SF_VIEWPORT/CLIP_VIEWPORT code.Kenneth Graunke2017-05-293-114/+9
* i965: Make a set_scissor_bits helper function.Kenneth Graunke2017-05-291-33/+40
* i965: Use GENX(packet_length) rather than hardcoded dword counts.Kenneth Graunke2017-05-291-9/+12
* i965: Move the scissoring code up near the viewport code.Kenneth Graunke2017-05-291-86/+86
* i965: Replace brw->gen and devinfo->gen with GEN_GEN.Kenneth Graunke2017-05-291-6/+4
* i965: Rework Sandybridge 3DSTATE_VIEWPORT_STATE_POINTERS.Kenneth Graunke2017-05-291-33/+15
* i965: Port CC_VIEWPORT to genxml.Kenneth Graunke2017-05-293-52/+55
* mesa: add KHR_no_error support for glBindBufferRange()Timothy Arceri2017-05-302-37/+69
* mesa: create bind_buffer_range() helperTimothy Arceri2017-05-301-3/+10
* mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate functionTimothy Arceri2017-05-303-31/+35
* mesa: create _mesa_bind_buffer_range_xfb() helperTimothy Arceri2017-05-301-0/+20
* mesa: split bind_atomic_buffer() in twoTimothy Arceri2017-05-301-25/+29
* mesa: split bind_buffer_range_shader_storage_buffer() in twoTimothy Arceri2017-05-301-13/+23
* mesa: split bind_buffer_range_uniform_buffer() in twoTimothy Arceri2017-05-301-13/+19
* mesa: add KHR_no_error support for glVertexArrayVertexBuffer()Timothy Arceri2017-05-302-0/+17
* mesa: add KHR_no_error support for glBindVertexBuffer()Timothy Arceri2017-05-302-3/+17
* mesa: split vertex_array_vertex_buffer() in twoTimothy Arceri2017-05-301-42/+53
* mesa: add KHR_no_error support for glBindImageTextures()Samuel Pitoiset2017-05-292-31/+51
* mesa: add KHR_no_error support for glBindImageTexture()Samuel Pitoiset2017-05-292-0/+20
* mesa: add bind_image_texture() helperSamuel Pitoiset2017-05-291-7/+16
* mesa: add set_image_binding() helperSamuel Pitoiset2017-05-291-36/+34
* mesa: remove unused layered parameter from validate_bind_image_texture()Samuel Pitoiset2017-05-291-4/+4
* mesa: add KHR_no_error support for glActiveTexture()Samuel Pitoiset2017-05-292-11/+28