summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-11ilo: add gen6_3dstate_constant()Chia-I Wu2-84/+67
2014-11-11ilo: add variants of 3DSTATE_{HS,DS}Chia-I Wu2-12/+6
2014-11-11ilo: add variants of 3DSTATE_GSChia-I Wu3-63/+100
2014-11-11ilo: add variants of 3DSTATE_VSChia-I Wu3-16/+22
2014-11-11ilo: add variants of 3DSTATE_PSChia-I Wu2-36/+41
2014-11-11ilo: add variants of 3DSTATE_WMChia-I Wu3-54/+61
2014-11-11ilo: add variants of 3DSTATE_CLIPChia-I Wu3-24/+32
2014-11-11ilo: prefix 3DSTATE_VF with gen75Chia-I Wu2-4/+4
2014-11-10st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga1-0/+7
2014-11-10st/va: MPEG4 generate GOV and VOP headerMichael Varga1-0/+92
2014-11-10st/va: MPEG4 populate the SPS structureMichael Varga1-0/+6
2014-11-10st/va: MPEG4 populate the iq matrix buffersMichael Varga1-0/+16
2014-11-10st/va: MPEG4 populate the PPS structureMichael Varga2-0/+81
2014-11-10st/va: refactored handleVASliceDataBufferTypeMichael Varga1-35/+40
2014-11-10mesa: Remove _mesa_max_buffer_indexIan Romanick2-52/+0
2014-11-10mesa: Uniform logging is very, very unlikelyIan Romanick1-2/+2
2014-11-10glsl: Swap the order of glsl_type::name and ::lengthIan Romanick2-8/+8
2014-11-10glsl: Store glsl_type::vector_elements and ::matrix_columns as uint8_tIan Romanick1-2/+2
2014-11-10mesa: Don't check for API_OPENGLES in _mesa_uniform_matrixIan Romanick1-4/+4
2014-11-10mesa: Rework array error checks in validate_uniform_parametersIan Romanick1-19/+22
2014-11-10mesa: Get some gl_shader_program::LinkStatus checking out of the main pathIan Romanick1-6/+19
2014-11-10mesa: Rework location == -1 error checkingIan Romanick1-38/+38
2014-11-10mesa: Minor clean ups in _mesa_uniformIan Romanick1-23/+9
2014-11-10mesa: Remove GLSL_TYPE_SAMPLER checkIan Romanick1-2/+1
2014-11-10mesa/main: Pass the data that _mesa_uniform actually wantsIan Romanick3-119/+54
2014-11-10ilo: derive fb blending caps at bind timeChia-I Wu3-78/+101
2014-11-10ilo: remove inlined state functionsChia-I Wu4-236/+177
2014-11-10ilo: use top/bottom split for state functionsChia-I Wu9-1852/+1856
2014-11-08i965: Advertise a line width of 40.0 on Cherryview and Skylake.Kenneth Graunke1-1/+5
2014-11-08i965: Advertise larger line widths.Kenneth Graunke1-3/+9
2014-11-08i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke4-5/+8
2014-11-08i965: Set Line Width correctly on Cherryview and Skylake.Kenneth Graunke2-1/+6
2014-11-08docs: add news item and link release notes for mesa 10.3.3Emil Velikov2-0/+7
2014-11-08docs: Add sha256 sums for the 10.3.3 releaseEmil Velikov1-1/+3
2014-11-08Add release notes for the 10.3.3 releaseEmil Velikov1-0/+207
2014-11-08util/format: Fix clamping to 32bit integers.José Fonseca1-0/+27
2014-11-08util/format: Generate floating point constants for clamping.José Fonseca1-4/+4
2014-11-07glsl/list: Revert unintentional file mode change in previous commit.Vinson Lee1-0/+0
2014-11-07glsl/list: Move declaration before code.Vinson Lee1-1/+3
2014-11-07glsl/list: Add an exec_list_validate functionJason Ekstrand1-0/+19
2014-11-07llvmpipe: Avoid deadlock when unloading opengl32.dllJosé Fonseca1-2/+6
2014-11-07docs: Update minimum required LLVM version.José Fonseca1-1/+1
2014-11-07i965: drop the custom gen8_instruction CFLAGEmil Velikov1-2/+0
2014-11-07gbm/dri: cleanup memory leak on teardownEmil Velikov1-0/+3
2014-11-07egl_dri2: add a note about dri2_create_screenEmil Velikov1-0/+4
2014-11-07egl_dri2: fix double free on drm platformsEmil Velikov1-3/+9
2014-11-07ilo: tidy up message descriptor decodingChia-I Wu1-189/+302
2014-11-07ilo: decode INTERFACE_DESCRIPTOR_DATAChia-I Wu3-1/+42
2014-11-06i965/fs: Wire up control flow correctly in predicated break pass.Matt Turner1-3/+7
2014-11-06i965/cfg: Add functions to get first and last non-CF instructions.Matt Turner1-0/+74