summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove ctx->Driver.Error() hookBrian Paul2013-01-293-12/+0
* mesa: fix comment typo: s/formaat/format/Brian Paul2013-01-291-1/+1
* st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul2013-01-291-1/+3
* mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul2013-01-291-1/+0
* osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* st/mesa: set ctx->Const.MaxSamples = 0, not 1Brian Paul2013-01-291-0/+4
* xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul2013-01-291-5/+4
* xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul2013-01-291-1/+2
* i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke2013-01-281-1/+17
* intel: Un-hardcode lengths from blitter commands.Kenneth Graunke2013-01-282-7/+7
* Remove APIspec.dtdMatt Turner2013-01-281-52/+0
* intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt2013-01-294-9/+24
* i965: Fix assignment instead of comparison in asserts.Vinson Lee2013-01-281-2/+2
* intel: Typo fix: "pitsh" -> "pitch"Paul Berry2013-01-281-1/+1
* st/mesa: handle new GLSL IR enumerants in switch statementsBrian Paul2013-01-251-2/+16
* vbo: add a null pointer check to handle OOM instead of crashingBrian Paul2013-01-251-0/+5
* st/mesa: do proper error checking for u_upload_alloc() callsBrian Paul2013-01-255-17/+26
* st/mesa: silence assorted MSVC warnings in DrawPixels codeBrian Paul2013-01-251-2/+2
* swrast: silence a bunch of MSVC warningsBrian Paul2013-01-251-19/+19
* mesa: use GLbitfield64 when copying program inputsBrian Paul2013-01-251-2/+2
* mesa: add some casts to silence MSVC warningsBrian Paul2013-01-251-14/+14
* mesa: add casts in _mesa_GetTexParameterfv() to silence warningsBrian Paul2013-01-251-4/+4
* i965: Enable ARB_shading_language_packingMatt Turner2013-01-251-0/+1
* i965: Assert that the 4x8 pack/unpack operations have been loweredMatt Turner2013-01-253-0/+12
* i965: Lower the 4x8 pack/unpack operationsMatt Turner2013-01-251-1/+5
* glsl: Extend ir_expression_operation for ARB_shading_language_packingMatt Turner2013-01-251-0/+4
* glsl: Add infrastructure for ARB_shading_language_packingMatt Turner2013-01-252-0/+2
* i965: Pass in the glarray to get_surface_type.Eric Anholt2013-01-251-29/+22
* i965: Remove nonsense comment.Eric Anholt2013-01-251-2/+0
* i965: Remove NDEBUG undef that was snuck in.Eric Anholt2013-01-251-2/+0
* i965: reuse _mesa_sizeof_type for index buffer types.Eric Anholt2013-01-251-24/+2
* i965: Reuse precalculated ib_type_size value.Eric Anholt2013-01-251-1/+1
* i965: Drop debug check for knowing the size of a type.Eric Anholt2013-01-251-2/+1
* i965: Stop worrying about alignment of vertex data.Eric Anholt2013-01-251-7/+1
* i965: Use the glarray _ElementSize that Mesa tracks for us.Eric Anholt2013-01-252-8/+4
* mesa: Print more informative debug for _mesa_do_init_remap_table().Eric Anholt2013-01-251-2/+4
* glsl: Add gl_uniform_buffer_variable::IndexName fieldIan Romanick2013-01-252-1/+14
* glsl: Modify uniform_field_visitor::visit_field to take a row_major parameterIan Romanick2013-01-251-2/+6
* glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick2013-01-253-3/+3
* glsl: Add GLSL_TYPE_INTERFACEIan Romanick2013-01-255-0/+6
* mesa: Track the packing mode of a UBO in gl_uniform_bufferIan Romanick2013-01-251-0/+14
* glsl: Replace most default cases in switches on GLSL typeIan Romanick2013-01-256-14/+32
* i965: Correct gen6+ guardband calculation.Eric Anholt2013-01-252-9/+21
* i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.Kenneth Graunke2013-01-254-7/+21
* i965: Bump maximum supported ES2 context version to 3.0Chad Versace2013-01-251-1/+1
* i965/Gen6+: Enable ARB_ES3_compatibility extensionPaul Berry2013-01-251-0/+1
* mesa/es3: Enable ES 3.0 API and shading language versionIan Romanick2013-01-252-2/+27
* i965/fs/gen7: Fix fatal typo in unpackHalf2x16Chad Versace2013-01-241-1/+1
* i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)Chad Versace2013-01-245-3/+144