Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: add KHR_no_error support to glMemoryBarrierByRegion() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+10 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add memory_barrier_by_region() helper | Samuel Pitoiset | 2017-07-31 | 1 | -5/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glMinSampleShading() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+10 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add min_sample_shading() helper | Samuel Pitoiset | 2017-07-31 | 1 | -9/+15 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glBlendEquationSeparate() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add blend_equation_separate() helper | Samuel Pitoiset | 2017-07-31 | 1 | -28/+39 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glPrimitiveRestartIndex() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add primitive_restart_index() helper | Samuel Pitoiset | 2017-07-31 | 1 | -4/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glGenerate*Mipmap() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+32 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add generate_texture_mipmap_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -18/+28 |
| | | | | | | | And make generate_texture_mipmap() always inline. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glDeleteSamplers() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+13 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_samplers() helper | Samuel Pitoiset | 2017-07-31 | 1 | -11/+17 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error to glDeleteVertexArrays() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_vertex_arrays() helper | Samuel Pitoiset | 2017-07-31 | 1 | -9/+17 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error to glBindVertexArray() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add bind_vertex_array() helper | Samuel Pitoiset | 2017-07-31 | 1 | -6/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glInvalidate*() | Samuel Pitoiset | 2017-07-31 | 4 | -0/+50 |
| | | | | | | | | These are just no-op because we don't actually do anything useful in the errors path. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glRead*Pixels*() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+25 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add read_pixels() helper | Samuel Pitoiset | 2017-07-31 | 1 | -79/+90 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glVertexArrayBindingDivisor() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+15 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glVertexBindingDivisor() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to gl{Create,Gen}VertexArrays() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+22 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add gen_vertex_arrays_err() helper | Samuel Pitoiset | 2017-07-31 | 1 | -9/+16 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glTextureStorage*D() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+52 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: rename texturestorage() to texturestorage_error() | Samuel Pitoiset | 2017-07-31 | 1 | -9/+9 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glTexStorage*D() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+63 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: rename texstorage() to texstorage_error() | Samuel Pitoiset | 2017-07-31 | 1 | -8/+9 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add texture_storage_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -25/+43 |
| | | | | | | | And make texture_storage always inline. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glBindSampler() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add bind_sampler() helper | Samuel Pitoiset | 2017-07-31 | 1 | -11/+17 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glBindSamplers() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+13 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add bind_samplers() helper | Samuel Pitoiset | 2017-07-31 | 1 | -19/+28 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glProgramParameteri() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+13 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add program_parameteri() helper | Samuel Pitoiset | 2017-07-31 | 1 | -14/+24 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glDeleteSync() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_sync() helper | Samuel Pitoiset | 2017-07-31 | 1 | -7/+15 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glWaitSync() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+13 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add wait_sync() helper | Samuel Pitoiset | 2017-07-31 | 1 | -2/+10 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glTextureView() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+24 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add texture_view() helper | Samuel Pitoiset | 2017-07-31 | 1 | -161/+175 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glPatchParameteri() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glBlendEquationiARB() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+14 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add blend_equationi() helper | Samuel Pitoiset | 2017-07-31 | 1 | -11/+18 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glSampleMaski() | Samuel Pitoiset | 2017-07-31 | 2 | -0/+10 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add sample_maski() helper | Samuel Pitoiset | 2017-07-31 | 1 | -6/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glDepthRangeArrayv | Samuel Pitoiset | 2017-07-31 | 2 | -0/+14 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add depth_range_arrayv() helper | Samuel Pitoiset | 2017-07-31 | 1 | -6/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: clamp viewport values only once when using glViewport() | Samuel Pitoiset | 2017-07-31 | 1 | -12/+25 |
| | | | | | | | | | | | It's useless to clamp the same values for all viewports. +7% in the "viewport change" test (drawoverhead benchmark). v2: - call clamp_viewport() in all callers of set_viewport_no_notify() Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> (v1) | ||||
* | mesa: make _mesa_check_init_viewport() static | Samuel Pitoiset | 2017-07-31 | 2 | -8/+3 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | mesa: fix mismatch when returning 64-bit bindless uniform handles | Samuel Pitoiset | 2017-07-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | The slower convert-and-copy process performs a bad conversion because it converts the value to signed 64-bit integer, but bindless uniform handles are considered unsigned 64-bit. This fixes "Check glUniform*() with mixed texture units/handles" from arb_bindless_texture-uniform piglit. Signed-off-by: Samuel Pitoiset <[email protected]> Cc: "17.2" <[email protected]> Reviewed-by: Marek Olšák <[email protected]> |