summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-10-22glsl_to_tgsi: fix the value of gl_FrontFacing with native integersMarek Olšák1-5/+9
2014-10-19st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák6-13/+18
2014-10-19nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin1-0/+3
2014-10-13i965: Fix register write checks.Kenneth Graunke1-0/+2
2014-10-13i965: Use BDW_MOCS_PTE for renderbuffers.Kenneth Graunke1-1/+1
2014-10-13i965: Add a BRW_MOCS_PTE #define.Kenneth Graunke1-3/+7
2014-10-13mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION errorBrian Paul1-1/+35
2014-10-13mesa: fix GetTexImage for 1D array depth texturesDave Airlie1-2/+7
2014-10-03st/mesa: Fix paths used in Android buildsTomasz Figa3-0/+6
2014-10-03st/mesa: Generate format_info.c in Android buildsTomasz Figa1-0/+9
2014-10-03util: Include in Android buildsTomasz Figa4-2/+5
2014-09-27st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffersMichel Dänzer1-3/+5
2014-09-27mesa: Set correct array element in vbo_exec_vtx_init.Kenneth Graunke1-1/+1
2014-09-27mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).Kenneth Graunke1-4/+4
2014-09-27i915: Fix black buffers when importing prime fdsAndreas Pokorny1-0/+2
2014-09-23mesa: fix prog_optimize.c assertions triggered by SWZ opcodeBrian Paul1-5/+4
2014-09-23swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endianRichard Sandiford1-3/+3
2014-09-23mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.Richard Sandiford1-1/+1
2014-09-16i965: add support for RGBA dma_buf imports.Gwenole Beauchesne1-0/+6
2014-09-16i965: Mark delta_x/y as BAD_FILE if remapped away completely.Kenneth Graunke2-5/+15
2014-09-16nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin1-10/+10
2014-09-16mesa: fix _mesa_free_pipeline_data() use-after-free bugBrian Paul1-2/+2
2014-09-16nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2-2/+2
2014-09-16nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin5-4/+9
2014-09-16i965/vec4: Only examine virtual_grf_end for GRF sourcesIan Romanick1-8/+12
2014-09-16i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga1-4/+9
2014-09-12i965/vec4: Make type_size() return 0 for samplers.Kenneth Graunke1-3/+3
2014-09-12i965: Skip allocating UNIFORM file storage for uniforms of size 0.Kenneth Graunke2-6/+6
2014-09-12i965: Disable guardband clipping in the smaller-than-viewport case.Kenneth Graunke1-0/+31
2014-09-12i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke5-16/+42
2014-09-12i965: Fix reference counting in new basevertex upload code.Kenneth Graunke1-0/+3
2014-09-12i965: Request lowering gl_VertexIDIan Romanick1-0/+1
2014-09-12i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke3-20/+65
2014-09-12i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.Kenneth Graunke1-30/+47
2014-09-12i965: Make gl_BaseVertex available in a buffer object.Kenneth Graunke3-0/+31
2014-09-12i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke6-12/+34
2014-09-12i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick1-0/+1
2014-09-12mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.Kenneth Graunke1-1/+13
2014-09-12mesa: Replace string comparisons with SYSTEM_VALUE enum checks.Kenneth Graunke1-2/+2
2014-09-12glsl: Add a lowering pass for gl_VertexIDIan Romanick2-0/+15
2014-09-12mesa: Add SYSTEM_VALUE_BASE_VERTEXIan Romanick2-1/+15
2014-09-12mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2-0/+13
2014-09-12mesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_INSTANCE_IDIan Romanick1-0/+57
2014-09-10i965/vec4: Reswizzle sources when necessary.Matt Turner2-11/+25
2014-09-09i965: Handle ir_binop_ubo_load in boolean expression code.Kenneth Graunke2-4/+4
2014-09-09i965: Handle ir_triop_csel in emit_if_gen6().Kenneth Graunke2-4/+33
2014-09-08mesa/st: don't advertise NV_vdpau_interop if it doesn't work.Christian König1-1/+7
2014-09-08i965: Adjust fast-clear resolve rect for BDWKristian Høgsberg1-4/+10
2014-09-08i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand4-19/+43
2014-09-05st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák1-2/+3